UNPKG

doevisualizations

Version:

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

110 lines (109 loc) 3.58 kB
{ "_args": [ [ { "raw": "d3-interpolate@1.1.6", "scope": null, "escapedName": "d3-interpolate", "name": "d3-interpolate", "rawSpec": "1.1.6", "spec": "1.1.6", "type": "version" }, "C:\\projects\\DoeVisualizations\\doeVisualization\\node_modules\\d3" ] ], "_from": "d3-interpolate@1.1.6", "_id": "d3-interpolate@1.1.6", "_inCache": true, "_location": "/d3-interpolate", "_nodeVersion": "8.9.1", "_npmOperationalInternal": { "host": "s3://npm-registry-packages", "tmp": "tmp/d3-interpolate-1.1.6.tgz_1511299803475_0.5540563182439655" }, "_npmUser": { "name": "mbostock", "email": "mike@ocks.org" }, "_npmVersion": "5.5.1", "_phantomChildren": {}, "_requested": { "raw": "d3-interpolate@1.1.6", "scope": null, "escapedName": "d3-interpolate", "name": "d3-interpolate", "rawSpec": "1.1.6", "spec": "1.1.6", "type": "version" }, "_requiredBy": [ "/d3", "/d3-brush", "/d3-scale", "/d3-transition", "/d3-zoom" ], "_resolved": "https://registry.npmjs.org/d3-interpolate/-/d3-interpolate-1.1.6.tgz", "_shasum": "2cf395ae2381804df08aa1bf766b7f97b5f68fb6", "_shrinkwrap": null, "_spec": "d3-interpolate@1.1.6", "_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-interpolate/issues" }, "dependencies": { "d3-color": "1" }, "description": "Interpolate numbers, colors, strings, arrays, objects, whatever!", "devDependencies": { "eslint": "3", "package-preamble": "0.1", "rollup": "0.41", "tape": "4", "uglify-js": "^2.8.11" }, "directories": {}, "dist": { "integrity": "sha512-mOnv5a+pZzkNIHtw/V6I+w9Lqm9L5bG3OTXPM5A+QO0yyVMQ4W1uZhR+VOJmazaOZXri2ppbiZ5BUNWT0pFM9A==", "shasum": "2cf395ae2381804df08aa1bf766b7f97b5f68fb6", "tarball": "https://registry.npmjs.org/d3-interpolate/-/d3-interpolate-1.1.6.tgz" }, "gitHead": "255231b98906040648eab089f4f1cdce3f489b9b", "homepage": "https://d3js.org/d3-interpolate/", "jsnext:main": "index", "keywords": [ "d3", "d3-module", "interpolate", "interpolation", "color" ], "license": "BSD-3-Clause", "main": "build/d3-interpolate.js", "maintainers": [ { "name": "mbostock", "email": "mike@ocks.org" } ], "module": "index", "name": "d3-interpolate", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/d3/d3-interpolate.git" }, "scripts": { "postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3-interpolate/build/d3-interpolate.js d3-interpolate.v1.js && cp ../d3-interpolate/build/d3-interpolate.min.js d3-interpolate.v1.min.js && git add d3-interpolate.v1.js d3-interpolate.v1.min.js && git commit -m \"d3-interpolate ${npm_package_version}\" && git push && cd - && zip -j build/d3-interpolate.zip -- LICENSE README.md build/d3-interpolate.js build/d3-interpolate.min.js", "prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-interpolate.js -c -m -o build/d3-interpolate.min.js", "pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -g d3-color:d3 -n d3 -o build/d3-interpolate.js -- index.js", "test": "tape 'test/**/*-test.js' && eslint index.js src test" }, "version": "1.1.6" }