@emvu/react-scripts
Version:
Fork of configuration and scripts for Create React App.
126 lines (125 loc) • 2.96 kB
JSON
{
"_args": [
[
{
"raw": "color-convert@^1.3.0",
"scope": null,
"escapedName": "color-convert",
"name": "color-convert",
"rawSpec": "^1.3.0",
"spec": ">=1.3.0 <2.0.0",
"type": "range"
},
"/Users/emvu/src/mivnet/create-react-app/packages/react-scripts/node_modules/color"
]
],
"_from": "color-convert@>=1.3.0 <2.0.0",
"_id": "color-convert@1.8.2",
"_inCache": true,
"_installable": true,
"_location": "/color-convert",
"_nodeVersion": "0.10.32",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/color-convert-1.8.2.tgz_1479258757365_0.8348635451402515"
},
"_npmUser": {
"name": "qix",
"email": "i.am.qix@gmail.com"
},
"_npmVersion": "2.14.2",
"_phantomChildren": {},
"_requested": {
"raw": "color-convert@^1.3.0",
"scope": null,
"escapedName": "color-convert",
"name": "color-convert",
"rawSpec": "^1.3.0",
"spec": ">=1.3.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/color"
],
"_resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.8.2.tgz",
"_shasum": "be868184d7c8631766d54e7078e2672d7c7e3339",
"_shrinkwrap": null,
"_spec": "color-convert@^1.3.0",
"_where": "/Users/emvu/src/mivnet/create-react-app/packages/react-scripts/node_modules/color",
"author": {
"name": "Heather Arthur",
"email": "fayearthur@gmail.com"
},
"bugs": {
"url": "https://github.com/qix-/color-convert/issues"
},
"dependencies": {
"color-name": "^1.1.1"
},
"description": "Plain color conversion functions",
"devDependencies": {
"chalk": "^1.1.1",
"xo": "^0.11.2"
},
"directories": {},
"dist": {
"shasum": "be868184d7c8631766d54e7078e2672d7c7e3339",
"tarball": "https://registry.npmjs.org/color-convert/-/color-convert-1.8.2.tgz"
},
"files": [
"index.js",
"conversions.js",
"css-keywords.js",
"route.js"
],
"gitHead": "75c08d063bda2b9906d9302e674bedce331230e5",
"homepage": "https://github.com/qix-/color-convert#readme",
"keywords": [
"color",
"colour",
"convert",
"converter",
"conversion",
"rgb",
"hsl",
"hsv",
"hwb",
"cmyk",
"ansi",
"ansi16"
],
"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-convert",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/qix-/color-convert.git"
},
"scripts": {
"pretest": "xo",
"test": "node test/basic.js"
},
"version": "1.8.2",
"xo": {
"rules": {
"default-case": 0,
"no-inline-comments": 0,
"operator-linebreak": 0
}
}
}