{ "_from": "points-on-curve@^0.2.0", "_id": "points-on-curve@0.2.0", "_inBundle": false, "_integrity": "sha512-0mYKnYYe9ZcqMCWhUjItv/oHjvgEsfKvnUTg8sAtnHr3GVy7rGkXCb6d5cSyqrWqL4k81b9CPg3urd+T7aop3A==", "_location": "/points-on-curve", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "points-on-curve@^0.2.0", "name": "points-on-curve", "escapedName": "points-on-curve", "rawSpec": "^0.2.0", "saveSpec": null, "fetchSpec": "^0.2.0" }, "_requiredBy": [ "/points-on-path", "/roughjs" ], "_resolved": "https://registry.npmmirror.com/points-on-curve/-/points-on-curve-0.2.0.tgz", "_shasum": "7dbb98c43791859434284761330fa893cb81b4d1", "_spec": "points-on-curve@^0.2.0", "_where": "D:\\jenkins\\workspace\\gyl-fvue\\node_modules\\roughjs", "author": { "name": "Preet Shihn" }, "bugs": { "url": "https://github.com/pshihn/bezier-points/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Estimate points on a bezier curve or a set of connexted bezier curves", "devDependencies": { "tslint": "^6.1.1", "typescript": "^3.8.3" }, "homepage": "https://github.com/pshihn/bezier-points#readme", "keywords": [ "Bezier", "graphics" ], "license": "MIT", "main": "lib/index.js", "module": "lib/index.js", "name": "points-on-curve", "repository": { "type": "git", "url": "git+https://github.com/pshihn/bezier-points.git" }, "scripts": { "build": "rm -rf lib && tsc", "lint": "tslint -p tsconfig.json", "test": "echo \"Error: no test specified\" && exit 1" }, "types": "lib/index.d.ts", "version": "0.2.0" }