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.
77 lines
2.6 KiB
77 lines
2.6 KiB
{
|
|
"_from": "d3-shape@^1.3.5",
|
|
"_id": "d3-shape@1.3.7",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-EUkvKjqPFUAZyOlhY5gzCxCeI0Aep04LwIRpsZ/mLFelJiUfnK56jo5JMDSE7yyP2kLSb6LtF+S5chMk7uqPqw==",
|
|
"_location": "/webcola/d3-shape",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "d3-shape@^1.3.5",
|
|
"name": "d3-shape",
|
|
"escapedName": "d3-shape",
|
|
"rawSpec": "^1.3.5",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.3.5"
|
|
},
|
|
"_requiredBy": [
|
|
"/webcola"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/d3-shape/-/d3-shape-1.3.7.tgz",
|
|
"_shasum": "df63801be07bc986bc54f63789b4fe502992b5d7",
|
|
"_spec": "d3-shape@^1.3.5",
|
|
"_where": "C:\\Users\\a5640\\OneDrive - National ChengChi University\\programming\\Python\\flask\\sententree\\static\\node_modules\\webcola",
|
|
"author": {
|
|
"name": "Mike Bostock",
|
|
"url": "http://bost.ocks.org/mike"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/d3/d3-shape/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"d3-path": "1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Graphical primitives for visualization, such as lines and areas.",
|
|
"devDependencies": {
|
|
"d3-polygon": "1",
|
|
"eslint": "6",
|
|
"rollup": "1",
|
|
"rollup-plugin-terser": "5",
|
|
"tape": "4"
|
|
},
|
|
"files": [
|
|
"dist/**/*.js",
|
|
"src/**/*.js"
|
|
],
|
|
"homepage": "https://d3js.org/d3-shape/",
|
|
"jsdelivr": "dist/d3-shape.min.js",
|
|
"keywords": [
|
|
"d3",
|
|
"d3-module",
|
|
"graphics",
|
|
"visualization",
|
|
"canvas",
|
|
"svg"
|
|
],
|
|
"license": "BSD-3-Clause",
|
|
"main": "dist/d3-shape.js",
|
|
"module": "src/index.js",
|
|
"name": "d3-shape",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/d3/d3-shape.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-shape.min.js",
|
|
"version": "1.3.7"
|
|
}
|