d2-ui
Version:
95 lines (94 loc) • 3.24 kB
JSON
{
"_args": [
[
"d3-interpolate@~0.8.0",
"/Users/nico/Documents/dhis/webapps/d2-ui/node_modules/d3-scale"
]
],
"_from": "d3-interpolate@>=0.8.0 <0.9.0",
"_id": "d3-interpolate@0.8.3",
"_inCache": true,
"_installable": true,
"_location": "/d3-interpolate",
"_nodeVersion": "6.2.0",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/d3-interpolate-0.8.3.tgz_1465256410484_0.9943015337921679"
},
"_npmUser": {
"email": "mbostock@gmail.com",
"name": "mbostock"
},
"_npmVersion": "3.8.9",
"_phantomChildren": {},
"_requested": {
"name": "d3-interpolate",
"raw": "d3-interpolate@~0.8.0",
"rawSpec": "~0.8.0",
"scope": null,
"spec": ">=0.8.0 <0.9.0",
"type": "range"
},
"_requiredBy": [
"/d3-scale"
],
"_resolved": "https://registry.npmjs.org/d3-interpolate/-/d3-interpolate-0.8.3.tgz",
"_shasum": "a8e564a60f6dc384ef112c206e51a19e6d884981",
"_shrinkwrap": null,
"_spec": "d3-interpolate@~0.8.0",
"_where": "/Users/nico/Documents/dhis/webapps/d2-ui/node_modules/d3-scale",
"author": {
"name": "Mike Bostock",
"url": "http://bost.ocks.org/mike"
},
"bugs": {
"url": "https://github.com/d3/d3-interpolate/issues"
},
"dependencies": {
"d3-color": "~0.4.0"
},
"description": "Interpolate numbers, colors, strings, arrays, objects, whatever!",
"devDependencies": {
"eslint": "2",
"json2module": "0.0",
"rollup": "0.26",
"tape": "4",
"uglify-js": "2"
},
"directories": {},
"dist": {
"shasum": "a8e564a60f6dc384ef112c206e51a19e6d884981",
"tarball": "https://registry.npmjs.org/d3-interpolate/-/d3-interpolate-0.8.3.tgz"
},
"gitHead": "83c9a8de548b5748a31734c67304f7dff56721c6",
"homepage": "https://github.com/d3/d3-interpolate",
"jsnext:main": "index",
"keywords": [
"d3",
"interpolate",
"interpolation",
"color"
],
"license": "BSD-3-Clause",
"main": "build/d3-interpolate.js",
"maintainers": [
{
"email": "mike@ocks.org",
"name": "mbostock"
}
],
"name": "d3-interpolate",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/d3/d3-interpolate.git"
},
"scripts": {
"postpublish": "VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cp build/d3-interpolate.js ../d3.github.com/d3-interpolate.v0.8.js && cp build/d3-interpolate.min.js ../d3.github.com/d3-interpolate.v0.8.min.js && cd ../d3.github.com && git add d3-interpolate.v0.8.js d3-interpolate.v0.8.min.js && git commit -m \"d3-interpolate ${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 build/d3-interpolate.js -c -m -o build/d3-interpolate.min.js",
"pretest": "rm -rf build && mkdir build && json2module package.json > build/package.js && rollup -f umd -g d3-color:d3_color -n d3_interpolate -o build/d3-interpolate.js -- index.js",
"test": "tape 'test/**/*-test.js' && eslint index.js src test"
},
"version": "0.8.3"
}