react-scripts
Version:
Configuration and scripts for Create React App.
124 lines (123 loc) • 2.87 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/gaearon/p/create-react-app/node_modules/color"
]
],
"_from": "color-convert@>=1.3.0 <2.0.0",
"_id": "color-convert@1.3.1",
"_inCache": true,
"_installable": true,
"_location": "/color-convert",
"_nodeVersion": "0.10.32",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/color-convert-1.3.1.tgz_1460064107071_0.10304746846668422"
},
"_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.3.1.tgz",
"_shasum": "c8ce797c96c62153994888ed9402959fdd2398f9",
"_shrinkwrap": null,
"_spec": "color-convert@^1.3.0",
"_where": "/Users/gaearon/p/create-react-app/node_modules/color",
"author": {
"name": "Heather Arthur",
"email": "fayearthur@gmail.com"
},
"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": "c8ce797c96c62153994888ed9402959fdd2398f9",
"tarball": "https://registry.npmjs.org/color-convert/-/color-convert-1.3.1.tgz"
},
"files": [
"index.js",
"conversions.js",
"css-keywords.js",
"route.js"
],
"gitHead": "110333e817c0f3170e2b27d4764d80efb3f1103d",
"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.3.1",
"xo": {
"rules": {
"default-case": 0,
"no-inline-comments": 0,
"operator-linebreak": 0
}
}
}