forgeplus-react/node_modules/d3-selection/package.json

77 lines
2.5 KiB
JSON

{
"_args": [
[
"d3-selection@1.4.2",
"/home/zhiyuanliu/gitlink/forgeplus-react"
]
],
"_from": "d3-selection@1.4.2",
"_id": "d3-selection@1.4.2",
"_inBundle": false,
"_integrity": "sha512-SJ0BqYihzOjDnnlfyeHT0e30k0K1+5sR3d5fNueCNeuhZTnGw4M4o8mqJchSwgKMXCNFo+e2VTChiSJ0vYtXkg==",
"_location": "/d3-selection",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "d3-selection@1.4.2",
"name": "d3-selection",
"escapedName": "d3-selection",
"rawSpec": "1.4.2",
"saveSpec": null,
"fetchSpec": "1.4.2"
},
"_requiredBy": [
"/d3-transition",
"/venn.js"
],
"_resolved": "http://173.15.15.82:8081/repository/npm-all/d3-selection/-/d3-selection-1.4.2.tgz",
"_spec": "1.4.2",
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
"author": {
"name": "Mike Bostock",
"url": "https://bost.ocks.org/mike"
},
"bugs": {
"url": "https://github.com/d3/d3-selection/issues"
},
"description": "Data-driven DOM manipulation: select elements and join them to data.",
"devDependencies": {
"eslint": "6",
"jsdom": "15",
"rollup": "1",
"rollup-plugin-terser": "5",
"tape": "4"
},
"files": [
"dist/**/*.js",
"src/**/*.js"
],
"homepage": "https://d3js.org/d3-selection/",
"jsdelivr": "dist/d3-selection.min.js",
"keywords": [
"d3",
"d3-module",
"dom",
"selection",
"data-join"
],
"license": "BSD-3-Clause",
"main": "dist/d3-selection.js",
"module": "src/index.js",
"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 ../${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"
},
"sideEffects": false,
"unpkg": "dist/d3-selection.min.js",
"version": "1.4.2"
}