You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

63 lines
1.7 KiB
JSON

{
"_from": "points-on-path@^0.2.1",
"_id": "points-on-path@0.2.1",
"_inBundle": false,
"_integrity": "sha512-25ClnWWuw7JbWZcgqY/gJ4FQWadKxGWk+3kR/7kD0tCaDtPPMj7oHu2ToLaVhfpnHrZzYby2w6tUA0eOIuUg8g==",
"_location": "/points-on-path",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "points-on-path@^0.2.1",
"name": "points-on-path",
"escapedName": "points-on-path",
"rawSpec": "^0.2.1",
"saveSpec": null,
"fetchSpec": "^0.2.1"
},
"_requiredBy": [
"/roughjs"
],
"_resolved": "https://registry.npmjs.org/points-on-path/-/points-on-path-0.2.1.tgz",
"_shasum": "553202b5424c53bed37135b318858eacff85dd52",
"_spec": "points-on-path@^0.2.1",
"_where": "/Users/1009738/PracticalVision/node_modules/roughjs",
"author": {
"name": "Preet Shihn"
},
"bugs": {
"url": "https://github.com/pshihn/points-on-path/issues"
},
"bundleDependencies": false,
"dependencies": {
"path-data-parser": "0.1.0",
"points-on-curve": "0.2.0"
},
"deprecated": false,
"description": "Estimate points on a SVG path",
"devDependencies": {
"tslint": "^6.1.1",
"typescript": "^3.8.3"
},
"homepage": "https://github.com/pshihn/points-on-path#readme",
"keywords": [
"SVG",
"graphics"
],
"license": "MIT",
"main": "lib/index.js",
"module": "lib/index.js",
"name": "points-on-path",
"repository": {
"type": "git",
"url": "git+https://github.com/pshihn/points-on-path.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.1"
}