d2-ui
Version:
97 lines (96 loc) • 3.19 kB
JSON
{
"_args": [
[
"d3-collection@~0.2.0",
"/Users/nico/Documents/dhis/webapps/d2-ui/node_modules/d3-scale"
]
],
"_from": "d3-collection@>=0.2.0 <0.3.0",
"_id": "d3-collection@0.2.0",
"_inCache": true,
"_installable": true,
"_location": "/d3-collection",
"_nodeVersion": "6.1.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/d3-collection-0.2.0.tgz_1463330761637_0.3850678822491318"
},
"_npmUser": {
"email": "mbostock@gmail.com",
"name": "mbostock"
},
"_npmVersion": "3.8.6",
"_phantomChildren": {},
"_requested": {
"name": "d3-collection",
"raw": "d3-collection@~0.2.0",
"rawSpec": "~0.2.0",
"scope": null,
"spec": ">=0.2.0 <0.3.0",
"type": "range"
},
"_requiredBy": [
"/d3-scale"
],
"_resolved": "https://registry.npmjs.org/d3-collection/-/d3-collection-0.2.0.tgz",
"_shasum": "0a7cf362d823f0c65057cc075f4e441c31c300fa",
"_shrinkwrap": null,
"_spec": "d3-collection@~0.2.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-collection/issues"
},
"dependencies": {},
"description": "Handy data structures for elements keyed by string.",
"devDependencies": {
"d3-array": "~0.7.0",
"eslint": "2",
"json2module": "0.0",
"rollup": "0.26",
"tape": "4",
"uglify-js": "2"
},
"directories": {},
"dist": {
"shasum": "0a7cf362d823f0c65057cc075f4e441c31c300fa",
"tarball": "https://registry.npmjs.org/d3-collection/-/d3-collection-0.2.0.tgz"
},
"gitHead": "ced27cf280dfba546fb34c20238a9ed0b698ff92",
"homepage": "https://github.com/d3/d3-collection",
"jsnext:main": "index",
"keywords": [
"d3",
"nest",
"data",
"map",
"set",
"object",
"collection"
],
"license": "BSD-3-Clause",
"main": "build/d3-collection.js",
"maintainers": [
{
"email": "mike@ocks.org",
"name": "mbostock"
}
],
"name": "d3-collection",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/d3/d3-collection.git"
},
"scripts": {
"postpublish": "VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cp build/d3-collection.js ../d3.github.com/d3-collection.v0.2.js && cp build/d3-collection.min.js ../d3.github.com/d3-collection.v0.2.min.js && cd ../d3.github.com && git add d3-collection.v0.2.js d3-collection.v0.2.min.js && git commit -m \"d3-collection ${VERSION}\" && git push && cd - && zip -j build/d3-collection.zip -- LICENSE README.md build/d3-collection.js build/d3-collection.min.js",
"prepublish": "npm run test && uglifyjs build/d3-collection.js -c -m -o build/d3-collection.min.js",
"pretest": "rm -rf build && mkdir build && json2module package.json > build/package.js && rollup -f umd -n d3_collection -o build/d3-collection.js -- index.js",
"test": "tape 'test/**/*-test.js' && eslint index.js src"
},
"version": "0.2.0"
}