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.
77 lines
2.0 KiB
JSON
77 lines
2.0 KiB
JSON
3 months ago
|
{
|
||
|
"_args": [
|
||
|
[
|
||
|
"@jiaminghi/bezier-curve@0.0.9",
|
||
|
"D:\\company_project\\vision2\\front"
|
||
|
]
|
||
|
],
|
||
|
"_from": "@jiaminghi/bezier-curve@0.0.9",
|
||
|
"_id": "@jiaminghi/bezier-curve@0.0.9",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha1-UZasqTyLBhphK0w+q87flJDO9u4=",
|
||
|
"_location": "/@jiaminghi/bezier-curve",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "version",
|
||
|
"registry": true,
|
||
|
"raw": "@jiaminghi/bezier-curve@0.0.9",
|
||
|
"name": "@jiaminghi/bezier-curve",
|
||
|
"escapedName": "@jiaminghi%2fbezier-curve",
|
||
|
"scope": "@jiaminghi",
|
||
|
"rawSpec": "0.0.9",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "0.0.9"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/@jiaminghi/c-render"
|
||
|
],
|
||
|
"_resolved": "https://registry.npm.taobao.org/@jiaminghi/bezier-curve/download/@jiaminghi/bezier-curve-0.0.9.tgz",
|
||
|
"_spec": "0.0.9",
|
||
|
"_where": "D:\\company_project\\vision2\\front",
|
||
|
"author": {
|
||
|
"name": "JiaMing",
|
||
|
"email": "743192023@qq.com"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/jiaming743/BezierCurve/issues"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@babel/runtime": "^7.5.5"
|
||
|
},
|
||
|
"description": "Bezier curve extension",
|
||
|
"devDependencies": {
|
||
|
"@babel/cli": "^7.4.4",
|
||
|
"@babel/core": "^7.4.5",
|
||
|
"@babel/plugin-transform-runtime": "^7.5.5",
|
||
|
"@babel/preset-env": "^7.5.5",
|
||
|
"@babel/register": "^7.4.4",
|
||
|
"@jiaminghi/fs": "^0.0.2",
|
||
|
"browserify": "^16.5.0",
|
||
|
"chai": "^4.2.0",
|
||
|
"ftp": "^0.3.10",
|
||
|
"mocha": "^6.1.4",
|
||
|
"uglifyjs": "^2.4.11"
|
||
|
},
|
||
|
"homepage": "https://github.com/jiaming743/BezierCurve#readme",
|
||
|
"keywords": [
|
||
|
"bezierCurve",
|
||
|
"polyline",
|
||
|
"smoothline",
|
||
|
"length"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "lib/index.js",
|
||
|
"name": "@jiaminghi/bezier-curve",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/jiaming743/BezierCurve.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build": "node build/index.js",
|
||
|
"deploy": "node deploy/index.js",
|
||
|
"prepublish": "npm run build",
|
||
|
"test": "mocha"
|
||
|
},
|
||
|
"version": "0.0.9"
|
||
|
}
|