| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- {
- "_from": "point-in-polygon@^1.1.0",
- "_id": "point-in-polygon@1.1.0",
- "_inBundle": false,
- "_integrity": "sha512-3ojrFwjnnw8Q9242TzgXuTD+eKiutbzyslcq1ydfu82Db2y+Ogbmyrkpv0Hgj31qwT3lbS9+QAAO/pIQM35XRw==",
- "_location": "/point-in-polygon",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "point-in-polygon@^1.1.0",
- "name": "point-in-polygon",
- "escapedName": "point-in-polygon",
- "rawSpec": "^1.1.0",
- "saveSpec": null,
- "fetchSpec": "^1.1.0"
- },
- "_requiredBy": [
- "/concaveman"
- ],
- "_resolved": "https://registry.npmjs.org/point-in-polygon/-/point-in-polygon-1.1.0.tgz",
- "_shasum": "b0af2616c01bdee341cbf2894df643387ca03357",
- "_spec": "point-in-polygon@^1.1.0",
- "_where": "F:\\project\\node_util\\node_modules\\concaveman",
- "author": {
- "name": "James Halliday",
- "email": "mail@substack.net",
- "url": "http://substack.net"
- },
- "bugs": {
- "url": "https://github.com/substack/point-in-polygon/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "determine if a point is inside a polygon with a ray intersection counting algorithm",
- "devDependencies": {
- "tape": "^4.0.0"
- },
- "directories": {
- "lib": ".",
- "example": "example",
- "test": "test"
- },
- "homepage": "https://github.com/substack/point-in-polygon#readme",
- "keywords": [
- "point",
- "polygon",
- "inside"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "point-in-polygon",
- "repository": {
- "type": "git",
- "url": "git://github.com/substack/point-in-polygon.git"
- },
- "scripts": {
- "test": "tape test/*.js"
- },
- "version": "1.1.0"
- }
|