d2-ui
Version:
92 lines (91 loc) • 2.93 kB
JSON
{
"_args": [
[
"d3-format@^0.6.0",
"/Users/nico/Documents/dhis/webapps/d2-ui"
]
],
"_from": "d3-format@>=0.6.0 <0.7.0",
"_id": "d3-format@0.6.0",
"_inCache": true,
"_installable": true,
"_location": "/d3-format",
"_nodeVersion": "6.2.1",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/d3-format-0.6.0.tgz_1465344553765_0.2870736769400537"
},
"_npmUser": {
"email": "mbostock@gmail.com",
"name": "mbostock"
},
"_npmVersion": "3.9.3",
"_phantomChildren": {},
"_requested": {
"name": "d3-format",
"raw": "d3-format@^0.6.0",
"rawSpec": "^0.6.0",
"scope": null,
"spec": ">=0.6.0 <0.7.0",
"type": "range"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/d3-format/-/d3-format-0.6.0.tgz",
"_shasum": "bcc1e7f2b2074216302113fb6f143c83480c016a",
"_shrinkwrap": null,
"_spec": "d3-format@^0.6.0",
"_where": "/Users/nico/Documents/dhis/webapps/d2-ui",
"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": {
"eslint": "2",
"package-preamble": "0.0",
"rollup": "0.27",
"tape": "4",
"uglify-js": "2"
},
"directories": {},
"dist": {
"shasum": "bcc1e7f2b2074216302113fb6f143c83480c016a",
"tarball": "https://registry.npmjs.org/d3-format/-/d3-format-0.6.0.tgz"
},
"gitHead": "b69b57ad2afb59c6ca2e70d92c57afe9415f0dad",
"homepage": "https://d3js.org/d3-format/",
"jsnext:main": "index",
"keywords": [
"d3",
"format",
"localization"
],
"license": "BSD-3-Clause",
"main": "build/d3-format.js",
"maintainers": [
{
"email": "mike@ocks.org",
"name": "mbostock"
}
],
"name": "d3-format",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/d3/d3-format.git"
},
"scripts": {
"postpublish": "VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cp build/d3-format.js ../d3.github.com/d3-format.v0.6.js && cp build/d3-format.min.js ../d3.github.com/d3-format.v0.6.min.js && cd ../d3.github.com && git add d3-format.v0.6.js d3-format.v0.6.min.js && git commit -m \"d3-format ${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": "0.6.0"
}