react-scripts
Version:
Configuration and scripts for Create React App.
117 lines (116 loc) • 2.72 kB
JSON
{
"_args": [
[
{
"raw": "color@^0.11.0",
"scope": null,
"escapedName": "color",
"name": "color",
"rawSpec": "^0.11.0",
"spec": ">=0.11.0 <0.12.0",
"type": "range"
},
"/private/var/folders/r7/gprf9yt17mb3jzxw__8pqhb00000gn/T/tmp.wvpZ0Wi0/node_modules/colormin"
]
],
"_from": "color@>=0.11.0 <0.12.0",
"_id": "color@0.11.3",
"_inCache": true,
"_location": "/color",
"_nodeVersion": "0.10.32",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/color-0.11.3.tgz_1466757950251_0.7869513272307813"
},
"_npmUser": {
"name": "qix",
"email": "i.am.qix@gmail.com"
},
"_npmVersion": "2.14.2",
"_phantomChildren": {},
"_requested": {
"raw": "color@^0.11.0",
"scope": null,
"escapedName": "color",
"name": "color",
"rawSpec": "^0.11.0",
"spec": ">=0.11.0 <0.12.0",
"type": "range"
},
"_requiredBy": [
"/colormin"
],
"_resolved": "https://registry.npmjs.org/color/-/color-0.11.3.tgz",
"_shasum": "4bad1d0d52499dd00dbd6f0868442467e49394e6",
"_shrinkwrap": null,
"_spec": "color@^0.11.0",
"_where": "/private/var/folders/r7/gprf9yt17mb3jzxw__8pqhb00000gn/T/tmp.wvpZ0Wi0/node_modules/colormin",
"authors": [
"Heather Arthur <fayearthur@gmail.com>",
"Maxime Thirouin",
"Josh Junon"
],
"bugs": {
"url": "https://github.com/qix-/color/issues"
},
"dependencies": {
"clone": "^1.0.2",
"color-convert": "^1.3.0",
"color-string": "^0.3.0"
},
"description": "Color conversion and manipulation with CSS string support",
"devDependencies": {
"mocha": "^2.2.5",
"xo": "^0.12.1"
},
"directories": {},
"dist": {
"shasum": "4bad1d0d52499dd00dbd6f0868442467e49394e6",
"tarball": "https://registry.npmjs.org/color/-/color-0.11.3.tgz"
},
"files": [
"CHANGELOG.md",
"LICENSE",
"index.js"
],
"gitHead": "62f1fa90ffd0844cc634d72787522d863052407c",
"homepage": "https://github.com/qix-/color#readme",
"keywords": [
"color",
"colour",
"css"
],
"license": "MIT",
"maintainers": [
{
"name": "harth",
"email": "fayearthur@gmail.com"
},
{
"name": "moox",
"email": "m@moox.io"
},
{
"name": "qix",
"email": "i.am.qix@gmail.com"
}
],
"name": "color",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/qix-/color.git"
},
"scripts": {
"pretest": "xo",
"test": "mocha"
},
"version": "0.11.3",
"xo": {
"rules": {
"no-cond-assign": 0,
"new-cap": 0
}
}
}