{ "_from": "svg-arc-to-cubic-bezier@^3.0.0", "_id": "svg-arc-to-cubic-bezier@3.2.0", "_inBundle": false, "_integrity": "sha512-djbJ/vZKZO+gPoSDThGNpKDO+o+bAeA4XQKovvkNCqnIS2t+S4qnLAGQhyyrulhCFRl1WWzAp0wUDV8PpTVU3g==", "_location": "/svg-arc-to-cubic-bezier", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "svg-arc-to-cubic-bezier@^3.0.0", "name": "svg-arc-to-cubic-bezier", "escapedName": "svg-arc-to-cubic-bezier", "rawSpec": "^3.0.0", "saveSpec": null, "fetchSpec": "^3.0.0" }, "_requiredBy": [ "/svg-path-bounds/normalize-svg-path" ], "_resolved": "https://registry.npmjs.org/svg-arc-to-cubic-bezier/-/svg-arc-to-cubic-bezier-3.2.0.tgz", "_shasum": "390c450035ae1c4a0104d90650304c3bc814abe6", "_spec": "svg-arc-to-cubic-bezier@^3.0.0", "_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/svg-path-bounds/node_modules/normalize-svg-path", "author": { "name": "Colin Meinke", "email": "hello@colinmeinke.com", "url": "https://colinmeinke.com" }, "babel": { "env": { "cjs": { "plugins": [ "transform-object-rest-spread", "add-module-exports" ], "presets": [ "es2015" ] }, "modules": { "plugins": [ "transform-object-rest-spread" ], "presets": [ [ "es2015", { "modules": false } ] ] }, "umd": { "plugins": [ "transform-object-rest-spread" ], "presets": [ [ "es2015", { "modules": false } ] ] } } }, "bugs": { "url": "https://github.com/colinmeinke/svg-arc-to-cubic-bezier/issues" }, "bundleDependencies": false, "config": { "commitizen": { "path": "node_modules/cz-conventional-changelog" } }, "deprecated": false, "description": "A function that takes an SVG arc curve as input, and maps it to one or more cubic bezier curves", "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.26.3", "babel-plugin-add-module-exports": "^0.3.3", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-preset-es2015": "^6.24.1", "commitizen": "^3.1.1", "cz-conventional-changelog": "^2.1.0", "rimraf": "^2.6.3", "rollup": "^1.16.6", "rollup-plugin-babel": "^3.0.7", "rollup-plugin-commonjs": "^10.0.1", "rollup-plugin-uglify": "^6.0.2", "semantic-release": "^15.13.18", "snazzy": "^8.0.0", "standard": "^12.0.1", "travis-deploy-once": "^5.0.11" }, "homepage": "https://github.com/colinmeinke/svg-arc-to-cubic-bezier#readme", "keywords": [ "arc", "bezier", "convert", "cubic", "curve", "path", "svg" ], "license": "ISC", "main": "cjs/index.js", "module": "modules/index.js", "name": "svg-arc-to-cubic-bezier", "repository": { "type": "git", "url": "git+https://github.com/colinmeinke/svg-arc-to-cubic-bezier.git" }, "scripts": { "build": "npm run build:modules && npm run build:cjs && npm run build:umd", "build:cjs": "BABEL_ENV=cjs babel src --out-dir cjs", "build:modules": "BABEL_ENV=modules babel src --out-dir modules", "build:umd": "npm run build:umd:dev && npm run build:umd:pro", "build:umd:dev": "BABEL_ENV=umd rollup -c", "build:umd:pro": "NODE_ENV=production BABEL_ENV=umd rollup -c", "commit": "git-cz", "fix": "standard --fix", "lint": "standard --verbose | snazzy", "prepublish": "npm run tidy && npm run build", "semantic-release": "semantic-release", "tidy": "rimraf modules cjs dist", "travis-deploy-once": "travis-deploy-once" }, "version": "3.2.0" }