{ "_from": "simplify-js@^1.2.4", "_id": "simplify-js@1.2.4", "_inBundle": false, "_integrity": "sha512-vITfSlwt7h/oyrU42R83mtzFpwYk3+mkH9bOHqq/Qw6n8rtR7aE3NZQ5fbcyCUVVmuMJR6ynsAhOfK2qoah8Jg==", "_location": "/simplify-js", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "simplify-js@^1.2.4", "name": "simplify-js", "escapedName": "simplify-js", "rawSpec": "^1.2.4", "saveSpec": null, "fetchSpec": "^1.2.4" }, "_requiredBy": [ "/v-ol-map" ], "_resolved": "https://registry.npmjs.org/simplify-js/-/simplify-js-1.2.4.tgz", "_shasum": "7aab22d6df547ffd40ef0761ccd82b75287d45c7", "_spec": "simplify-js@^1.2.4", "_where": "/data/jenkins/workspace/badp-bcxin-web-5.x-dispatch-rail/node_modules/v-ol-map", "author": { "name": "Vladimir Agafonkin" }, "bugs": { "url": "https://github.com/mourner/simplify-js/issues" }, "bundleDependencies": false, "deprecated": false, "description": "A high-performance JavaScript 2D/3D polyline simplification library", "devDependencies": { "benchmark": "^2.1.4", "faucet": "0.0.1", "jshint": "^2.11.0", "tape": "^4.13.0" }, "files": [ "index.d.ts", "simplify.js" ], "homepage": "http://mourner.github.com/simplify-js/", "jshintConfig": { "quotmark": "single", "trailing": true, "unused": true }, "keywords": [ "math", "geometry", "polyline", "simplification" ], "license": "BSD-2-Clause", "main": "simplify.js", "name": "simplify-js", "repository": { "type": "git", "url": "git://github.com/mourner/simplify-js.git" }, "scripts": { "test": "jshint simplify.js test/test.js && node test/test.js | faucet" }, "types": "index.d.ts", "version": "1.2.4" }