{ "_from": "d3-interpolate@1.1.6", "_id": "d3-interpolate@1.1.6", "_inBundle": false, "_integrity": "sha512-mOnv5a+pZzkNIHtw/V6I+w9Lqm9L5bG3OTXPM5A+QO0yyVMQ4W1uZhR+VOJmazaOZXri2ppbiZ5BUNWT0pFM9A==", "_location": "/d3-interpolate", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "d3-interpolate@1.1.6", "name": "d3-interpolate", "escapedName": "d3-interpolate", "rawSpec": "1.1.6", "saveSpec": null, "fetchSpec": "1.1.6" }, "_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", "_spec": "d3-interpolate@1.1.6", "_where": "C:\\Users\\a5640\\OneDrive - National ChengChi University\\programming\\Python\\flask\\sententree\\static\\node_modules\\d3", "author": { "name": "Mike Bostock", "url": "http://bost.ocks.org/mike" }, "bugs": { "url": "https://github.com/d3/d3-interpolate/issues" }, "bundleDependencies": false, "dependencies": { "d3-color": "1" }, "deprecated": false, "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" }, "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", "module": "index", "name": "d3-interpolate", "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" }