| Current Path : /usr/local/lib/node_modules/@google/gemini-cli/node_modules/tinygradient/ |
| Current File : //usr/local/lib/node_modules/@google/gemini-cli/node_modules/tinygradient/package.json |
{
"_from": "tinygradient@^1.1.5",
"_id": "tinygradient@1.1.5",
"_inBundle": false,
"_integrity": "sha512-8nIfc2vgQ4TeLnk2lFj4tRLvvJwEfQuabdsmvDdQPT0xlk9TaNtpGd6nNRxXoK6vQhN6RSzj+Cnp5tTQmpxmbw==",
"_location": "/@google/gemini-cli/tinygradient",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "tinygradient@^1.1.5",
"name": "tinygradient",
"escapedName": "tinygradient",
"rawSpec": "^1.1.5",
"saveSpec": null,
"fetchSpec": "^1.1.5"
},
"_requiredBy": [
"/@google/gemini-cli/gradient-string"
],
"_resolved": "https://registry.npmjs.org/tinygradient/-/tinygradient-1.1.5.tgz",
"_shasum": "0fb855ceb18d96b21ba780b51a8012033b2530ef",
"_spec": "tinygradient@^1.1.5",
"_where": "/usr/local/lib/node_modules/@google/gemini-cli/node_modules/gradient-string",
"author": {
"name": "Damien \"Mistic\" Sorel",
"email": "contact@git.strangeplanet.fr",
"url": "https://www.strangeplanet.fr"
},
"browser": "browser.js",
"bugs": {
"url": "https://github.com/mistic100/tinygradient/issues"
},
"bundleDependencies": false,
"dependencies": {
"@types/tinycolor2": "^1.4.0",
"tinycolor2": "^1.0.0"
},
"deprecated": false,
"description": "Fast and small gradients manipulation, built on top of TinyColor",
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"colorbrewer": "^1.3.0",
"live-server": "^1.2.1",
"mocha": "^8.0.1",
"nodemon": "^2.0.0",
"npm-run-all": "^4.1.5",
"rollup": "^2.0.2",
"rollup-plugin-babel": "^4.3.0",
"rollup-plugin-commonjs": "^10.0.0"
},
"files": [
"browser.js",
"browser.js.map",
"index.js",
"types.d.ts"
],
"homepage": "https://github.com/mistic100/tinygradient",
"keywords": [
"color",
"gradient"
],
"license": "MIT",
"main": "index.js",
"name": "tinygradient",
"repository": {
"type": "git",
"url": "git://github.com/mistic100/tinygradient.git"
},
"scripts": {
"compile": "rollup --config rollup.config.js",
"serve": "live-server --watch=browser.js,index.html --entry-file=index.html",
"start": "npm-run-all --parallel watch serve",
"test": "mocha tests/*",
"watch": "nodemon --watch index.js --exec \"npm run compile\""
},
"types": "types.d.ts",
"version": "1.1.5"
}