NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/point-at-length/package.json

38 lines
775 B
JSON
Raw Normal View History

2023-09-14 14:47:11 +08:00
{
"name": "point-at-length",
"version": "1.1.0",
"description": "compute a point from an svg path string",
"main": "index.js",
"dependencies": {
"abs-svg-path": "~0.1.1",
"isarray": "~0.0.1",
"parse-svg-path": "~0.1.1"
},
"devDependencies": {
"tape": "^3.0.0"
},
"scripts": {
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/substack/point-at-length.git"
},
"homepage": "https://github.com/substack/point-at-length",
"keywords": [
"getPointAtLength",
"getTotalLength",
"svg"
],
"engine": {
"node": "*",
"browser": "*"
},
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"license": "MIT"
}