{ "_from": "d3-random@1.1.0", "_id": "d3-random@1.1.0", "_inBundle": false, "_integrity": "sha1-ZkLlBsb6OmSFldKyRpeIqNElKdM=", "_location": "/d3-random", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "d3-random@1.1.0", "name": "d3-random", "escapedName": "d3-random", "rawSpec": "1.1.0", "saveSpec": null, "fetchSpec": "1.1.0" }, "_requiredBy": [ "/d3" ], "_resolved": "https://registry.npmjs.org/d3-random/-/d3-random-1.1.0.tgz", "_shasum": "6642e506c6fa3a648595d2b2469788a8d12529d3", "_spec": "d3-random@1.1.0", "_where": "C:\\Users\\a5640\\OneDrive - National ChengChi University\\programming\\Python\\flask\\sententree\\static\\node_modules\\d3", "author": { "name": "Mike Bostock", "url": "http://bost.ocks.org/mike" }, "bugs": { "url": "https://github.com/d3/d3-random/issues" }, "bundleDependencies": false, "deprecated": false, "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" }, "homepage": "https://d3js.org/d3-random/", "jsnext:main": "index", "keywords": [ "d3", "d3-module", "random", "rng" ], "license": "BSD-3-Clause", "main": "build/d3-random.js", "module": "index", "name": "d3-random", "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" }