UNPKG

doevisualizations

Version:

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

104 lines (103 loc) 3.18 kB
{ "_args": [ [ { "raw": "d3-random@1.1.0", "scope": null, "escapedName": "d3-random", "name": "d3-random", "rawSpec": "1.1.0", "spec": "1.1.0", "type": "version" }, "C:\\projects\\DoeVisualizations\\doeVisualization\\node_modules\\d3" ] ], "_from": "d3-random@1.1.0", "_id": "d3-random@1.1.0", "_inCache": true, "_location": "/d3-random", "_nodeVersion": "7.3.0", "_npmOperationalInternal": { "host": "packages-18-east.internal.npmjs.com", "tmp": "tmp/d3-random-1.1.0.tgz_1493832186789_0.020477791782468557" }, "_npmUser": { "name": "mbostock", "email": "mike@ocks.org" }, "_npmVersion": "3.10.10", "_phantomChildren": {}, "_requested": { "raw": "d3-random@1.1.0", "scope": null, "escapedName": "d3-random", "name": "d3-random", "rawSpec": "1.1.0", "spec": "1.1.0", "type": "version" }, "_requiredBy": [ "/d3" ], "_resolved": "https://registry.npmjs.org/d3-random/-/d3-random-1.1.0.tgz", "_shasum": "6642e506c6fa3a648595d2b2469788a8d12529d3", "_shrinkwrap": null, "_spec": "d3-random@1.1.0", "_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-random/issues" }, "dependencies": {}, "description": "Generate random numbers from various distributions.", "devDependencies": { "d3-array": "1", "eslint": "3", "package-preamble": "0.1", "rollup": "0.41", "seedrandom": "2", "tape": "4", "uglify-js": "^2.8.11" }, "directories": {}, "dist": { "shasum": "6642e506c6fa3a648595d2b2469788a8d12529d3", "tarball": "https://registry.npmjs.org/d3-random/-/d3-random-1.1.0.tgz" }, "gitHead": "e080dc81f00fa4cf1965b7edeb33ebcd6e411b04", "homepage": "https://d3js.org/d3-random/", "jsnext:main": "index", "keywords": [ "d3", "d3-module", "random", "rng" ], "license": "BSD-3-Clause", "main": "build/d3-random.js", "maintainers": [ { "name": "mbostock", "email": "mike@ocks.org" } ], "module": "index", "name": "d3-random", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/d3/d3-random.git" }, "scripts": { "postpublish": "git push && git push --tags && cd ../d3.github.com && cp ../d3-random/build/d3-random.js d3-random.v1.js && cp ../d3-random/build/d3-random.min.js d3-random.v1.min.js && git add d3-random.v1.js d3-random.v1.min.js && git commit -m \"d3-random ${npm_package_version}\" && git push && cd - && zip -j build/d3-random.zip -- LICENSE README.md build/d3-random.js build/d3-random.min.js", "prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-random.js -c -m -o build/d3-random.min.js", "pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -n d3 -o build/d3-random.js -- index.js", "test": "tape 'test/**/*-test.js' && eslint index.js src" }, "version": "1.1.0" }