UNPKG

doevisualizations

Version:

Data Visualization Library based on RequireJS and D3.js (v4+)

110 lines (109 loc) 3.23 kB
{ "_args": [ [ { "raw": "d3-color@1.0.3", "scope": null, "escapedName": "d3-color", "name": "d3-color", "rawSpec": "1.0.3", "spec": "1.0.3", "type": "version" }, "C:\\projects\\DoeVisualizations\\doeVisualization\\node_modules\\d3" ] ], "_from": "d3-color@1.0.3", "_id": "d3-color@1.0.3", "_inCache": true, "_location": "/d3-color", "_nodeVersion": "7.3.0", "_npmOperationalInternal": { "host": "packages-18-east.internal.npmjs.com", "tmp": "tmp/d3-color-1.0.3.tgz_1489169547129_0.272086028708145" }, "_npmUser": { "name": "mbostock", "email": "mike@ocks.org" }, "_npmVersion": "3.10.10", "_phantomChildren": {}, "_requested": { "raw": "d3-color@1.0.3", "scope": null, "escapedName": "d3-color", "name": "d3-color", "rawSpec": "1.0.3", "spec": "1.0.3", "type": "version" }, "_requiredBy": [ "/d3", "/d3-interpolate", "/d3-scale", "/d3-transition" ], "_resolved": "https://registry.npmjs.org/d3-color/-/d3-color-1.0.3.tgz", "_shasum": "bc7643fca8e53a8347e2fbdaffa236796b58509b", "_shrinkwrap": null, "_spec": "d3-color@1.0.3", "_where": "C:\\projects\\DoeVisualizations\\doeVisualization\\node_modules\\d3", "author": { "name": "Mike Bostock", "url": "http://bost.ocks.org/mike" }, "bugs": { "url": "https://github.com/d3/d3-color/issues" }, "dependencies": {}, "description": "Color spaces! RGB, HSL, Cubehelix, Lab and HCL (Lch).", "devDependencies": { "eslint": "3", "package-preamble": "0.0", "rollup": "0.41", "tape": "4", "uglify-js": "^2.8.11" }, "directories": {}, "dist": { "shasum": "bc7643fca8e53a8347e2fbdaffa236796b58509b", "tarball": "https://registry.npmjs.org/d3-color/-/d3-color-1.0.3.tgz" }, "gitHead": "8880bbce23bfdb05d4774a4d459c15d64f7e56ea", "homepage": "https://d3js.org/d3-color/", "jsnext:main": "index", "keywords": [ "d3", "d3-module", "color", "rgb", "hsl", "lab", "hcl", "lch", "cubehelix" ], "license": "BSD-3-Clause", "main": "build/d3-color.js", "maintainers": [ { "name": "mbostock", "email": "mike@ocks.org" } ], "module": "index", "name": "d3-color", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/d3/d3-color.git" }, "scripts": { "postpublish": "git push && git push --tags && cd ../d3.github.com && cp ../d3-color/build/d3-color.js d3-color.v1.js && cp ../d3-color/build/d3-color.min.js d3-color.v1.min.js && git add d3-color.v1.js d3-color.v1.min.js && git commit -m \"d3-color ${npm_package_version}\" && git push && cd - && zip -j build/d3-color.zip -- LICENSE README.md build/d3-color.js build/d3-color.min.js", "prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-color.js -c -m -o build/d3-color.min.js", "pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -n d3 -o build/d3-color.js -- index.js", "test": "tape 'test/**/*-test.js' && eslint index.js src test" }, "version": "1.0.3" }