{ "_from": "d3-polygon@1.0.3", "_id": "d3-polygon@1.0.3", "_inBundle": false, "_integrity": "sha1-FoiOkCZGCTPysXllKtN4Ik04LGI=", "_location": "/d3-polygon", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "d3-polygon@1.0.3", "name": "d3-polygon", "escapedName": "d3-polygon", "rawSpec": "1.0.3", "saveSpec": null, "fetchSpec": "1.0.3" }, "_requiredBy": [ "/d3" ], "_resolved": "https://registry.npmjs.org/d3-polygon/-/d3-polygon-1.0.3.tgz", "_shasum": "16888e9026460933f2b179652ad378224d382c62", "_spec": "d3-polygon@1.0.3", "_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-polygon/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Operations for two-dimensional polygons.", "devDependencies": { "eslint": "3", "package-preamble": "0.0", "rollup": "0.41", "tape": "4", "uglify-js": "^2.8.11" }, "homepage": "https://d3js.org/d3-polygon/", "jsnext:main": "index", "keywords": [ "d3", "d3-module", "polygon", "hull", "geometry", "graphics" ], "license": "BSD-3-Clause", "main": "build/d3-polygon.js", "module": "index", "name": "d3-polygon", "repository": { "type": "git", "url": "git+https://github.com/d3/d3-polygon.git" }, "scripts": { "postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3-polygon/build/d3-polygon.js d3-polygon.v1.js && cp ../d3-polygon/build/d3-polygon.min.js d3-polygon.v1.min.js && git add d3-polygon.v1.js d3-polygon.v1.min.js && git commit -m \"d3-polygon ${npm_package_version}\" && git push && cd - && zip -j build/d3-polygon.zip -- LICENSE README.md build/d3-polygon.js build/d3-polygon.min.js", "prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-polygon.js -c -m -o build/d3-polygon.min.js", "pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -n d3 -o build/d3-polygon.js -- index.js", "test": "tape 'test/**/*-test.js' && eslint index.js src" }, "version": "1.0.3" }