1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"_args": [
[
"d3-polygon@1.0.3",
"E:\\changfa\\crscd-view"
]
],
"_development": true,
"_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",
"_spec": "1.0.3",
"_where": "E:\\changfa\\crscd-view",
"author": {
"name": "Mike Bostock",
"url": "http://bost.ocks.org/mike"
},
"bugs": {
"url": "https://github.com/d3/d3-polygon/issues"
},
"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"
}