react-scripts
Version:
Configuration and scripts for Create React App.
115 lines (114 loc) • 2.62 kB
JSON
{
"_args": [
[
"color-convert@^1.3.0",
"/Users/dan/p/create-react-app/node_modules/color"
]
],
"_from": "color-convert@>=1.3.0 <2.0.0",
"_id": "color-convert@1.4.0",
"_inCache": true,
"_installable": true,
"_location": "/color-convert",
"_nodeVersion": "0.10.32",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/color-convert-1.4.0.tgz_1470817042687_0.8616472999565303"
},
"_npmUser": {
"email": "i.am.qix@gmail.com",
"name": "qix"
},
"_npmVersion": "2.14.2",
"_phantomChildren": {},
"_requested": {
"name": "color-convert",
"raw": "color-convert@^1.3.0",
"rawSpec": "^1.3.0",
"scope": null,
"spec": ">=1.3.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/color"
],
"_resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.4.0.tgz",
"_shasum": "4ad8f531c31af5d8cbc5a4af2bb6000891d398e1",
"_shrinkwrap": null,
"_spec": "color-convert@^1.3.0",
"_where": "/Users/dan/p/create-react-app/node_modules/color",
"author": {
"email": "fayearthur@gmail.com",
"name": "Heather Arthur"
},
"bugs": {
"url": "https://github.com/qix-/color-convert/issues"
},
"dependencies": {},
"description": "Plain color conversion functions",
"devDependencies": {
"chalk": "^1.1.1",
"xo": "^0.11.2"
},
"directories": {},
"dist": {
"shasum": "4ad8f531c31af5d8cbc5a4af2bb6000891d398e1",
"tarball": "https://registry.npmjs.org/color-convert/-/color-convert-1.4.0.tgz"
},
"files": [
"conversions.js",
"css-keywords.js",
"index.js",
"route.js"
],
"gitHead": "868bb4cce6cdb2cc3c0231451614793047a83b7e",
"homepage": "https://github.com/qix-/color-convert#readme",
"keywords": [
"ansi",
"ansi16",
"cmyk",
"color",
"colour",
"conversion",
"convert",
"converter",
"hsl",
"hsv",
"hwb",
"rgb"
],
"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.4.0",
"xo": {
"rules": {
"default-case": 0,
"no-inline-comments": 0,
"operator-linebreak": 0
}
}
}