@nepwork/dashboards
Version:
Dashboards for emergencies and monitoring
73 lines (72 loc) • 2.54 kB
JSON
{
"_from": "d3-format@^1.2.0",
"_id": "d3-format@1.4.1",
"_inBundle": false,
"_integrity": "sha512-TUswGe6hfguUX1CtKxyG2nymO+1lyThbkS1ifLX0Sr+dOQtAD5gkrffpHnx+yHNKUZ0Bmg5T4AjUQwugPDrm0g==",
"_location": "/d3-format",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "d3-format@^1.2.0",
"name": "d3-format",
"escapedName": "d3-format",
"rawSpec": "^1.2.0",
"saveSpec": null,
"fetchSpec": "^1.2.0"
},
"_requiredBy": [
"/@swimlane/ngx-charts",
"/d3-scale"
],
"_resolved": "https://registry.npmjs.org/d3-format/-/d3-format-1.4.1.tgz",
"_shasum": "c45f74b17c5a290c072a4ba7039dd19662cd5ce6",
"_spec": "d3-format@^1.2.0",
"_where": "/home/vasir/Documents/covid19/covidsimteam/ui-core/dashboard/projects/hgraph/node_modules/@swimlane/ngx-charts",
"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": "6",
"rollup": "1",
"rollup-plugin-terser": "5",
"tape": "4"
},
"files": [
"dist/**/*.js",
"src/**/*.js",
"locale/*.json"
],
"homepage": "https://d3js.org/d3-format/",
"jsdelivr": "dist/d3-format.min.js",
"keywords": [
"d3",
"d3-module",
"format",
"localization"
],
"license": "BSD-3-Clause",
"main": "dist/d3-format.js",
"module": "src/index.js",
"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 ../${npm_package_name}/dist/${npm_package_name}.js ${npm_package_name}.v${npm_package_version%%.*}.js && cp ../${npm_package_name}/dist/${npm_package_name}.min.js ${npm_package_name}.v${npm_package_version%%.*}.min.js && git add ${npm_package_name}.v${npm_package_version%%.*}.js ${npm_package_name}.v${npm_package_version%%.*}.min.js && git commit -m \"${npm_package_name} ${npm_package_version}\" && git push && cd - && zip -j dist/${npm_package_name}.zip -- LICENSE README.md dist/${npm_package_name}.js dist/${npm_package_name}.min.js",
"prepublishOnly": "rm -rf dist && yarn test",
"pretest": "rollup -c",
"test": "tape 'test/**/*-test.js' && eslint src test"
},
"unpkg": "dist/d3-format.min.js",
"version": "1.4.1"
}