{ "_from": "d3-format@1.2.2", "_id": "d3-format@1.2.2", "_inBundle": false, "_integrity": "sha512-zH9CfF/3C8zUI47nsiKfD0+AGDEuM8LwBIP7pBVpyR4l/sKkZqITmMtxRp04rwBrlshIZ17XeFAaovN3++wzkw==", "_location": "/d3-format", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "d3-format@1.2.2", "name": "d3-format", "escapedName": "d3-format", "rawSpec": "1.2.2", "saveSpec": null, "fetchSpec": "1.2.2" }, "_requiredBy": [ "/d3", "/d3-scale" ], "_resolved": "https://registry.npmjs.org/d3-format/-/d3-format-1.2.2.tgz", "_shasum": "1a39c479c8a57fe5051b2e67a3bee27061a74e7a", "_spec": "d3-format@1.2.2", "_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-format/issues" }, "bundleDependencies": false, "deprecated": false, "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" }, "homepage": "https://d3js.org/d3-format/", "jsnext:main": "index", "keywords": [ "d3", "d3-module", "format", "localization" ], "license": "BSD-3-Clause", "main": "build/d3-format.js", "module": "index", "name": "d3-format", "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.2" }