UNPKG

doevisualizations

Version:

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

112 lines (111 loc) 3.38 kB
{ "_args": [ [ { "raw": "d3-array@1.2.1", "scope": null, "escapedName": "d3-array", "name": "d3-array", "rawSpec": "1.2.1", "spec": "1.2.1", "type": "version" }, "C:\\projects\\DoeVisualizations\\doeVisualization\\node_modules\\d3" ] ], "_from": "d3-array@1.2.1", "_id": "d3-array@1.2.1", "_inCache": true, "_location": "/d3-array", "_nodeVersion": "8.5.0", "_npmOperationalInternal": { "host": "s3://npm-registry-packages", "tmp": "tmp/d3-array-1.2.1.tgz_1506199572855_0.3594652945175767" }, "_npmUser": { "name": "mbostock", "email": "mike@ocks.org" }, "_npmVersion": "5.3.0", "_phantomChildren": {}, "_requested": { "raw": "d3-array@1.2.1", "scope": null, "escapedName": "d3-array", "name": "d3-array", "rawSpec": "1.2.1", "spec": "1.2.1", "type": "version" }, "_requiredBy": [ "/d3", "/d3-chord", "/d3-geo", "/d3-scale" ], "_resolved": "https://registry.npmjs.org/d3-array/-/d3-array-1.2.1.tgz", "_shasum": "d1ca33de2f6ac31efadb8e050a021d7e2396d5dc", "_shrinkwrap": null, "_spec": "d3-array@1.2.1", "_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-array/issues" }, "dependencies": {}, "description": "Array manipulation, ordering, searching, summarizing, etc.", "devDependencies": { "eslint": "3", "package-preamble": "0.0", "rollup": "0.41", "seedrandom": "2", "tape": "4", "uglify-js": "^2.8.11" }, "directories": {}, "dist": { "integrity": "sha512-CyINJQ0SOUHojDdFDH4JEM0552vCR1utGyLHegJHyYH0JyCpSeTPxi4OBqHMA2jJZq4NH782LtaJWBImqI/HBw==", "shasum": "d1ca33de2f6ac31efadb8e050a021d7e2396d5dc", "tarball": "https://registry.npmjs.org/d3-array/-/d3-array-1.2.1.tgz" }, "gitHead": "544033c59e21b12579af7344a1cecd6d56131a2a", "homepage": "https://d3js.org/d3-array/", "jsnext:main": "index", "keywords": [ "d3", "d3-module", "histogram", "bisect", "shuffle", "statistics", "search", "sort", "array" ], "license": "BSD-3-Clause", "main": "build/d3-array.js", "maintainers": [ { "name": "mbostock", "email": "mike@ocks.org" } ], "module": "index", "name": "d3-array", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/d3/d3-array.git" }, "scripts": { "postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3-array/build/d3-array.js d3-array.v1.js && cp ../d3-array/build/d3-array.min.js d3-array.v1.min.js && git add d3-array.v1.js d3-array.v1.min.js && git commit -m \"d3-array ${npm_package_version}\" && git push && cd - && zip -j build/d3-array.zip -- LICENSE README.md build/d3-array.js build/d3-array.min.js", "prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-array.js -c -m -o build/d3-array.min.js", "pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -n d3 -o build/d3-array.js -- index.js", "test": "tape 'test/**/*-test.js' && eslint index.js src" }, "version": "1.2.1" }