You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
104 lines
3.4 KiB
104 lines
3.4 KiB
{
|
|
"_from": "d3@^4.4.1",
|
|
"_id": "d3@4.13.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-l8c4+0SldjVKLaE2WG++EQlqD7mh/dmQjvi2L2lKPadAVC+TbJC4ci7Uk9bRi+To0+ansgsS0iWfPjD7DBy+FQ==",
|
|
"_location": "/d3",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "d3@^4.4.1",
|
|
"name": "d3",
|
|
"escapedName": "d3",
|
|
"rawSpec": "^4.4.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^4.4.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/sententree"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/d3/-/d3-4.13.0.tgz",
|
|
"_shasum": "ab236ff8cf0cfc27a81e69bf2fb7518bc9b4f33d",
|
|
"_spec": "d3@^4.4.1",
|
|
"_where": "C:\\Users\\a5640\\OneDrive - National ChengChi University\\programming\\Python\\flask\\sententree\\static\\node_modules\\sententree",
|
|
"author": {
|
|
"name": "Mike Bostock",
|
|
"url": "https://bost.ocks.org/mike"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/d3/d3/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"d3-array": "1.2.1",
|
|
"d3-axis": "1.0.8",
|
|
"d3-brush": "1.0.4",
|
|
"d3-chord": "1.0.4",
|
|
"d3-collection": "1.0.4",
|
|
"d3-color": "1.0.3",
|
|
"d3-dispatch": "1.0.3",
|
|
"d3-drag": "1.2.1",
|
|
"d3-dsv": "1.0.8",
|
|
"d3-ease": "1.0.3",
|
|
"d3-force": "1.1.0",
|
|
"d3-format": "1.2.2",
|
|
"d3-geo": "1.9.1",
|
|
"d3-hierarchy": "1.1.5",
|
|
"d3-interpolate": "1.1.6",
|
|
"d3-path": "1.0.5",
|
|
"d3-polygon": "1.0.3",
|
|
"d3-quadtree": "1.0.3",
|
|
"d3-queue": "3.0.7",
|
|
"d3-random": "1.1.0",
|
|
"d3-request": "1.0.6",
|
|
"d3-scale": "1.0.7",
|
|
"d3-selection": "1.3.0",
|
|
"d3-shape": "1.2.0",
|
|
"d3-time": "1.0.8",
|
|
"d3-time-format": "2.1.1",
|
|
"d3-timer": "1.0.7",
|
|
"d3-transition": "1.1.1",
|
|
"d3-voronoi": "1.1.2",
|
|
"d3-zoom": "1.7.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Data-Driven Documents",
|
|
"devDependencies": {
|
|
"json2module": "0.0",
|
|
"package-preamble": "0.1",
|
|
"rimraf": "2",
|
|
"rollup": "0.53",
|
|
"rollup-plugin-ascii": "0.0",
|
|
"rollup-plugin-node-resolve": "3",
|
|
"tape": "4",
|
|
"uglify-js": "3.2"
|
|
},
|
|
"homepage": "https://d3js.org",
|
|
"jsdelivr": "build/d3.min.js",
|
|
"jsnext:main": "index",
|
|
"keywords": [
|
|
"dom",
|
|
"visualization",
|
|
"svg",
|
|
"animation",
|
|
"canvas"
|
|
],
|
|
"license": "BSD-3-Clause",
|
|
"main": "build/d3.node.js",
|
|
"module": "index",
|
|
"name": "d3",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/d3/d3.git"
|
|
},
|
|
"scripts": {
|
|
"postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3/build/d3.js d3.v4.js && cp ../d3/build/d3.min.js d3.v4.min.js && git add d3.v4.js d3.v4.min.js && git commit -m \"d3 ${npm_package_version}\" && git push && cd - && cd ../d3-bower && git pull && cp ../d3/LICENSE ../d3/README.md ../d3/build/d3.js ../d3/build/d3.min.js . && git add -- LICENSE README.md d3.js d3.min.js && git commit -m \"${npm_package_version}\" && git tag -am \"${npm_package_version}\" v${npm_package_version} && git push && git push --tags && cd - && zip -j build/d3.zip -- LICENSE README.md API.md CHANGES.md build/d3.js build/d3.min.js",
|
|
"prepublishOnly": "npm run test && rollup -c --banner \"$(preamble)\" && uglifyjs -b beautify=false,preamble=\"'$(preamble)'\" build/d3.js -c negate_iife=false -m -o build/d3.min.js",
|
|
"pretest": "rimraf build && mkdir build && json2module package.json > build/package.js && node rollup.node",
|
|
"test": "tape 'test/**/*-test.js'"
|
|
},
|
|
"unpkg": "build/d3.min.js",
|
|
"version": "4.13.0"
|
|
}
|