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.

73 lines
2.5 KiB

{
"_from": "d3-selection@1.3.0",
"_id": "d3-selection@1.3.0",
"_inBundle": false,
"_integrity": "sha512-qgpUOg9tl5CirdqESUAu0t9MU/t3O9klYfGfyKsXEmhyxyzLpzpeh08gaxBUTQw1uXIOkr/30Ut2YRjSSxlmHA==",
"_location": "/d3-selection",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "d3-selection@1.3.0",
"name": "d3-selection",
"escapedName": "d3-selection",
"rawSpec": "1.3.0",
"saveSpec": null,
"fetchSpec": "1.3.0"
},
"_requiredBy": [
"/d3",
"/d3-brush",
"/d3-drag",
"/d3-transition",
"/d3-zoom",
"/d3kit"
],
"_resolved": "https://registry.npmjs.org/d3-selection/-/d3-selection-1.3.0.tgz",
"_shasum": "d53772382d3dc4f7507bfb28bcd2d6aed2a0ad6d",
"_spec": "d3-selection@1.3.0",
"_where": "C:\\Users\\a5640\\OneDrive - National ChengChi University\\programming\\Python\\flask\\sententree\\static\\node_modules\\d3",
"author": {
"name": "Mike Bostock",
"url": "https://bost.ocks.org/mike"
},
"bugs": {
"url": "https://github.com/d3/d3-selection/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Data-driven DOM manipulation: select elements and join them to data.",
"devDependencies": {
"eslint": "4",
"jsdom": "11",
"package-preamble": "0.1",
"rollup": "0.52",
"tape": "4",
"uglify-js": "3.2"
},
"homepage": "https://d3js.org/d3-selection/",
"jsnext:main": "index",
"keywords": [
"d3",
"d3-module",
"dom",
"selection",
"data-join"
],
"license": "BSD-3-Clause",
"main": "dist/d3-selection.js",
"module": "index",
"name": "d3-selection",
"repository": {
"type": "git",
"url": "git+https://github.com/d3/d3-selection.git"
},
"scripts": {
"postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3-selection/dist/d3-selection.js d3-selection.v1.js && cp ../d3-selection/dist/d3-selection.min.js d3-selection.v1.min.js && git add d3-selection.v1.js d3-selection.v1.min.js && git commit -m \"d3-selection ${npm_package_version}\" && git push && cd - && zip -j dist/d3-selection.zip -- LICENSE README.md dist/d3-selection.js dist/d3-selection.min.js",
"prepublishOnly": "npm run test && uglifyjs -b beautify=false,preamble=\"'$(preamble)'\" dist/d3-selection.js -c -m -o dist/d3-selection.min.js",
"pretest": "rm -rf dist && mkdir dist && rollup -c --banner \"$(preamble)\"",
"test": "tape 'test/**/*-test.js' && eslint index.js src"
},
"version": "1.3.0"
}