UNPKG

doevisualizations

Version:

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

105 lines (104 loc) 3.29 kB
{ "_args": [ [ { "raw": "d3-format@1.2.1", "scope": null, "escapedName": "d3-format", "name": "d3-format", "rawSpec": "1.2.1", "spec": "1.2.1", "type": "version" }, "C:\\projects\\DoeVisualizations\\doeVisualization\\node_modules\\d3" ] ], "_from": "d3-format@1.2.1", "_id": "d3-format@1.2.1", "_inCache": true, "_location": "/d3-format", "_nodeVersion": "8.9.1", "_npmOperationalInternal": { "host": "s3://npm-registry-packages", "tmp": "tmp/d3-format-1.2.1.tgz_1511299520781_0.013299993239343166" }, "_npmUser": { "name": "mbostock", "email": "mike@ocks.org" }, "_npmVersion": "5.5.1", "_phantomChildren": {}, "_requested": { "raw": "d3-format@1.2.1", "scope": null, "escapedName": "d3-format", "name": "d3-format", "rawSpec": "1.2.1", "spec": "1.2.1", "type": "version" }, "_requiredBy": [ "/d3", "/d3-scale" ], "_resolved": "https://registry.npmjs.org/d3-format/-/d3-format-1.2.1.tgz", "_shasum": "4e19ecdb081a341dafaf5f555ee956bcfdbf167f", "_shrinkwrap": null, "_spec": "d3-format@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-format/issues" }, "dependencies": {}, "description": "Format numbers for human consumption.", "devDependencies": { "d3-queue": "3", "eslint": "3", "package-preamble": "0.0", "rollup": "0.41", "tape": "4", "uglify-js": "^2.8.11" }, "directories": {}, "dist": { "integrity": "sha512-U4zRVLDXW61bmqoo+OJ/V687e1T5nVd3TAKAJKgtpZ/P1JsMgyod0y9br+mlQOryTAACdiXI3wCjuERHFNp91w==", "shasum": "4e19ecdb081a341dafaf5f555ee956bcfdbf167f", "tarball": "https://registry.npmjs.org/d3-format/-/d3-format-1.2.1.tgz" }, "gitHead": "6485888bc7df063c2c29b41ecd31448092b33679", "homepage": "https://d3js.org/d3-format/", "jsnext:main": "index", "keywords": [ "d3", "d3-module", "format", "localization" ], "license": "BSD-3-Clause", "main": "build/d3-format.js", "maintainers": [ { "name": "mbostock", "email": "mike@ocks.org" } ], "module": "index", "name": "d3-format", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/d3/d3-format.git" }, "scripts": { "postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3-format/build/d3-format.js d3-format.v1.js && cp ../d3-format/build/d3-format.min.js d3-format.v1.min.js && git add d3-format.v1.js d3-format.v1.min.js && git commit -m \"d3-format ${npm_package_version}\" && git push && cd - && zip -j build/d3-format.zip -- LICENSE README.md build/d3-format.js build/d3-format.min.js", "prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-format.js -c -m -o build/d3-format.min.js", "pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -n d3 -o build/d3-format.js -- index.js", "test": "tape 'test/**/*-test.js' && eslint index.js src" }, "version": "1.2.1" }