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.

74 lines
2.3 KiB

{
"_from": "d3-path@1.0.5",
"_id": "d3-path@1.0.5",
"_inBundle": false,
"_integrity": "sha1-JB6xhJvZ6egCHA0KeZ+KDo5EF2Q=",
"_location": "/d3-path",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "d3-path@1.0.5",
"name": "d3-path",
"escapedName": "d3-path",
"rawSpec": "1.0.5",
"saveSpec": null,
"fetchSpec": "1.0.5"
},
"_requiredBy": [
"/d3",
"/d3-chord",
"/d3-shape",
"/webcola/d3-shape"
],
"_resolved": "https://registry.npmjs.org/d3-path/-/d3-path-1.0.5.tgz",
"_shasum": "241eb1849bd9e9e8021c0d0a799f8a0e8e441764",
"_spec": "d3-path@1.0.5",
"_where": "C:\\Users\\a5640\\OneDrive - National ChengChi University\\programming\\Python\\flask\\sententree\\static\\node_modules\\d3",
"author": {
"name": "Mike Bostock",
"url": "http://bost.ocks.org/mike"
},
"bugs": {
"url": "https://github.com/d3/d3-path/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Serialize Canvas path commands to SVG.",
"devDependencies": {
"eslint": "3",
"package-preamble": "0.0",
"rollup": "0.41",
"tape": "4",
"uglify-js": "^2.8.11"
},
"homepage": "https://d3js.org/d3-path/",
"jsnext:main": "index",
"keywords": [
"d3",
"d3-module",
"canvas",
"path",
"svg",
"graphics",
"CanvasRenderingContext2D",
"CanvasPathMethods",
"Path2D"
],
"license": "BSD-3-Clause",
"main": "build/d3-path.js",
"module": "index",
"name": "d3-path",
"repository": {
"type": "git",
"url": "git+https://github.com/d3/d3-path.git"
},
"scripts": {
"postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3-path/build/d3-path.js d3-path.v1.js && cp ../d3-path/build/d3-path.min.js d3-path.v1.min.js && git add d3-path.v1.js d3-path.v1.min.js && git commit -m \"d3-path ${npm_package_version}\" && git push && cd - && zip -j build/d3-path.zip -- LICENSE README.md build/d3-path.js build/d3-path.min.js",
"prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-path.js -c -m -o build/d3-path.min.js",
"pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -n d3 -o build/d3-path.js -- index.js",
"test": "tape 'test/**/*-test.js' && eslint index.js src"
},
"version": "1.0.5"
}