UNPKG

d2-ui

Version:
93 lines (92 loc) 3.09 kB
{ "_args": [ [ "d3-array@~0.7.0", "/Users/nico/Documents/dhis/webapps/d2-ui/node_modules/d3-scale" ] ], "_from": "d3-array@>=0.7.0 <0.8.0", "_id": "d3-array@0.7.1", "_inCache": true, "_installable": true, "_location": "/d3-array", "_nodeVersion": "5.4.0", "_npmUser": { "email": "mbostock@gmail.com", "name": "mbostock" }, "_npmVersion": "3.3.12", "_phantomChildren": {}, "_requested": { "name": "d3-array", "raw": "d3-array@~0.7.0", "rawSpec": "~0.7.0", "scope": null, "spec": ">=0.7.0 <0.8.0", "type": "range" }, "_requiredBy": [ "/d3-scale" ], "_resolved": "https://registry.npmjs.org/d3-array/-/d3-array-0.7.1.tgz", "_shasum": "a321c21558459d994eb4ad47b478240e64933942", "_shrinkwrap": null, "_spec": "d3-array@~0.7.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-array/issues" }, "dependencies": {}, "description": "Array manipulation, ordering, searching, summarizing, etc.", "devDependencies": { "faucet": "0.0", "rollup": "0.25", "seedrandom": "2", "tape": "4", "uglify-js": "2" }, "directories": {}, "dist": { "shasum": "a321c21558459d994eb4ad47b478240e64933942", "tarball": "https://registry.npmjs.org/d3-array/-/d3-array-0.7.1.tgz" }, "gitHead": "1894359c3716fc5aa793cbc669a1dccc8fa69378", "homepage": "https://github.com/d3/d3-array", "jsnext:main": "index", "keywords": [ "d3", "histogram", "bisect", "shuffle", "statistics", "search", "sort", "array" ], "license": "BSD-3-Clause", "main": "build/d3-array.js", "maintainers": [ { "email": "mike@ocks.org", "name": "mbostock" } ], "name": "d3-array", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/d3/d3-array.git" }, "scripts": { "postpublish": "VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git tag -am \"Release $VERSION.\" v${VERSION} && git push --tags && cp build/d3-array.js ../d3.github.com/d3-array.v0.7.js && cp build/d3-array.min.js ../d3.github.com/d3-array.v0.7.min.js && cd ../d3.github.com && git add d3-array.v0.7.js d3-array.v0.7.min.js && git commit -m \"d3-array ${VERSION}\" && git push", "prepublish": "npm run test && uglifyjs build/d3-array.js -c -m -o build/d3-array.min.js && rm -f build/d3-array.zip && zip -j build/d3-array.zip -- LICENSE README.md build/d3-array.js build/d3-array.min.js", "pretest": "mkdir -p build && node -e 'process.stdout.write(\"var version = \\\"\" + require(\"./package.json\").version + \"\\\"; export * from \\\"../index\\\"; export {version};\");' > build/bundle.js && rollup -f umd -n d3_array -o build/d3-array.js -- build/bundle.js", "test": "faucet `find test -name '*-test.js'` && eslint index.js src" }, "version": "0.7.1" }