{"_id":"svg-path-properties","_rev":"401831","name":"svg-path-properties","description":"Calculate the length for an SVG path, to use it with node or a Canvas element","dist-tags":{"latest":"1.0.11"},"maintainers":[{"name":"npm:rveciana","email":""}],"time":{"modified":"2021-08-04T04:33:36.000Z","created":"2016-11-04T19:55:47.042Z","1.0.11":"2021-01-23T18:43:28.599Z","1.0.10":"2020-12-02T21:31:35.774Z","1.0.9":"2020-10-03T07:06:54.792Z","1.0.8":"2020-10-02T10:09:15.310Z","1.0.7":"2020-10-02T08:38:36.134Z","1.0.5":"2020-08-03T07:58:29.973Z","1.0.4":"2020-04-01T06:55:00.351Z","1.0.3":"2020-03-12T18:08:09.045Z","1.0.2":"2019-12-06T17:57:57.324Z","1.0.1":"2019-11-24T16:25:42.972Z","1.0.0":"2019-11-24T16:23:41.560Z","0.5.2":"2019-07-30T07:51:07.439Z","0.5.1":"2019-07-18T08:34:46.529Z","0.5.0":"2019-07-06T21:18:12.457Z","0.4.11":"2019-06-18T13:38:51.371Z","0.4.10":"2019-06-18T09:02:46.834Z","0.4.9":"2019-06-05T20:55:58.269Z","0.4.8":"2019-01-13T17:09:54.066Z","0.4.7":"2018-11-30T14:04:45.102Z","0.4.6":"2018-11-30T13:12:32.766Z","0.4.5":"2018-09-22T14:08:21.837Z","0.4.4":"2018-04-23T07:55:11.508Z","0.4.3":"2018-04-23T06:55:02.670Z","0.4.2":"2018-02-16T19:00:04.921Z","0.4.1":"2017-07-25T10:56:12.297Z","0.4.0":"2017-06-30T21:34:52.507Z","0.2.2":"2017-06-30T21:14:14.856Z","0.2.1":"2017-06-03T20:30:33.330Z","0.1.3":"2017-02-27T09:21:39.681Z","0.1.2":"2017-02-15T14:22:01.553Z","0.1.1":"2016-11-23T16:14:11.931Z","0.1.0":"2016-11-08T12:29:21.132Z","0.0.2":"2016-11-06T16:44:04.861Z","0.0.1":"2016-11-04T19:55:47.042Z"},"users":{},"author":{"name":"Roger Veciana i Rovira","url":"https://geoexamples.com"},"repository":{"type":"git","url":"git+https://github.com/rveciana/svg-path-properties.git"},"versions":{"1.0.11":{"name":"svg-path-properties","version":"1.0.11","description":"Calculate the length for an SVG path, to use it with node or a Canvas element","keywords":["path","getPointAtLength","length","canvas","svg"],"homepage":"http://geoexamples.com/path-properties/","main":"dist/svg-path-properties.cjs.js","module":"dist/svg-path-properties.esm.js","unpkg":"dist/svg-path-properties.min.js","jsnext:main":"dist/index","types":"dist/types/index.d.ts","repository":{"type":"git","url":"git+https://github.com/rveciana/svg-path-properties.git"},"scripts":{"type-check":"tsc --noEmit","type-check:watch":"npm run type-check -- --watch","build:types":"tsc --emitDeclarationOnly","build:js":"rollup -c","build":"npm run build:types && npm run build:js","test":"ts-node --skip-project node_modules/tape/bin/tape test/**/*-test.ts","preversion":"npm run build && git add dist && git commit --allow-empty -am \"new version\"","postpublish":"git push && git push --tags"},"author":{"name":"Roger Veciana i Rovira","url":"https://geoexamples.com"},"license":"ISC","dependencies":{},"devDependencies":{"@babel/core":"^7.11.6","@babel/plugin-proposal-class-properties":"^7.10.4","@babel/plugin-proposal-object-rest-spread":"^7.11.0","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@types/tape":"^4.13.0","babel6-plugin-strip-class-callcheck":"^6.0.0","eslint":"^7.10.0","prettier":"^2.1.2","rollup":"^2.28.2","rollup-plugin-babel":"^4.4.0","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-terser":"^7.0.2","tape":"^5.0.1","ts-node":"^9.0.0","typescript":"^4.0.3"},"gitHead":"4423160bc66dd4935d1ff59ef8a54235a2427c94","bugs":{"url":"https://github.com/rveciana/svg-path-properties/issues"},"_id":"svg-path-properties@1.0.11","_nodeVersion":"12.16.3","_npmVersion":"6.14.4","dist":{"shasum":"d804b77dea286ddd56bd182548b9c4f5980dcf83","size":44637,"noattachment":false,"key":"/svg-path-properties/-/svg-path-properties-1.0.11.tgz","tarball":"http://registry.cnpm.dingdandao.com/svg-path-properties/download/svg-path-properties-1.0.11.tgz"},"_npmUser":{"name":"rveciana","email":"rveciana@gmail.com"},"directories":{},"maintainers":[{"name":"npm:rveciana","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/svg-path-properties_1.0.11_1611427408452_0.6567861680749738"},"_hasShrinkwrap":false,"publish_time":1611427408599,"_cnpm_publish_time":1611427408599},"1.0.10":{"name":"svg-path-properties","version":"1.0.10","description":"Calculate the length for an SVG path, to use it with node or a Canvas element","keywords":["path","getPointAtLength","length","canvas","svg"],"homepage":"http://geoexamples.com/path-properties/","main":"dist/svg-path-properties.cjs.js","module":"dist/svg-path-properties.esm.js","unpkg":"dist/svg-path-properties.min.js","jsnext:main":"dist/index","types":"dist/types/index.d.ts","repository":{"type":"git","url":"git+https://github.com/rveciana/svg-path-properties.git"},"scripts":{"type-check":"tsc --noEmit","type-check:watch":"npm run type-check -- --watch","build:types":"tsc --emitDeclarationOnly","build:js":"rollup -c","build":"npm run build:types && npm run build:js","test":"ts-node --skip-project node_modules/tape/bin/tape test/**/*-test.ts","preversion":"npm run build && git add dist && git commit --allow-empty -am \"new version\"","postpublish":"git push && git push --tags"},"author":{"name":"Roger Veciana i Rovira","url":"https://geoexamples.com"},"license":"ISC","dependencies":{},"devDependencies":{"@babel/core":"^7.11.6","@babel/plugin-proposal-class-properties":"^7.10.4","@babel/plugin-proposal-object-rest-spread":"^7.11.0","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@types/tape":"^4.13.0","babel6-plugin-strip-class-callcheck":"^6.0.0","eslint":"^7.10.0","prettier":"^2.1.2","rollup":"^2.28.2","rollup-plugin-babel":"^4.4.0","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-terser":"^7.0.2","tape":"^5.0.1","ts-node":"^9.0.0","typescript":"^4.0.3"},"gitHead":"b359879868f2c894779120478f01f1df65502959","bugs":{"url":"https://github.com/rveciana/svg-path-properties/issues"},"_id":"svg-path-properties@1.0.10","_nodeVersion":"12.16.3","_npmVersion":"6.14.4","dist":{"shasum":"02f0a944f186f36d66e0e7b87c7a2936943d0238","size":44532,"noattachment":false,"key":"/svg-path-properties/-/svg-path-properties-1.0.10.tgz","tarball":"http://registry.cnpm.dingdandao.com/svg-path-properties/download/svg-path-properties-1.0.10.tgz"},"_npmUser":{"name":"rveciana","email":"rveciana@gmail.com"},"directories":{},"maintainers":[{"name":"npm:rveciana","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/svg-path-properties_1.0.10_1606944695558_0.37417707219821894"},"_hasShrinkwrap":false,"publish_time":1606944695774,"_cnpm_publish_time":1606944695774},"1.0.9":{"name":"svg-path-properties","version":"1.0.9","description":"Calculate the length for an SVG path, to use it with node or a Canvas element","keywords":["path","getPointAtLength","length","canvas","svg"],"homepage":"http://geoexamples.com/path-properties/","main":"dist/svg-path-properties.cjs.js","module":"dist/svg-path-properties.esm.js","unpkg":"dist/svg-path-properties.min.js","jsnext:main":"dist/index","types":"dist/types/index.d.ts","repository":{"type":"git","url":"git+https://github.com/rveciana/svg-path-properties.git"},"scripts":{"type-check":"tsc --noEmit","type-check:watch":"npm run type-check -- --watch","build:types":"tsc --emitDeclarationOnly","build:js":"rollup -c","build":"npm run build:types && npm run build:js","test":"ts-node --skip-project node_modules/tape/bin/tape test/**/*-test.ts","preversion":"npm run build && git add dist && git commit --allow-empty -am \"new version\"","postpublish":"git push && git push --tags"},"author":{"name":"Roger Veciana i Rovira","url":"https://geoexamples.com"},"license":"ISC","dependencies":{},"devDependencies":{"@babel/core":"^7.11.6","@babel/plugin-proposal-class-properties":"^7.10.4","@babel/plugin-proposal-object-rest-spread":"^7.11.0","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@types/tape":"^4.13.0","babel6-plugin-strip-class-callcheck":"^6.0.0","eslint":"^7.10.0","prettier":"^2.1.2","rollup":"^2.28.2","rollup-plugin-babel":"^4.4.0","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-terser":"^7.0.2","tape":"^5.0.1","ts-node":"^9.0.0","typescript":"^4.0.3"},"gitHead":"7f2466ca0a9097cbe7f6bcfb76c5a69a761cff08","bugs":{"url":"https://github.com/rveciana/svg-path-properties/issues"},"_id":"svg-path-properties@1.0.9","_nodeVersion":"12.16.3","_npmVersion":"6.14.4","dist":{"shasum":"b71512c11fc5206d42b7908e40e8f8a3e976dd4a","size":44367,"noattachment":false,"key":"/svg-path-properties/-/svg-path-properties-1.0.9.tgz","tarball":"http://registry.cnpm.dingdandao.com/svg-path-properties/download/svg-path-properties-1.0.9.tgz"},"maintainers":[{"name":"npm:rveciana","email":""}],"_npmUser":{"name":"rveciana","email":"rveciana@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/svg-path-properties_1.0.9_1601708814591_0.6714036828355148"},"_hasShrinkwrap":false,"publish_time":1601708814792,"_cnpm_publish_time":1601708814792},"1.0.8":{"name":"svg-path-properties","version":"1.0.8","description":"Calculate the length for an SVG path, to use it with node or a Canvas element","keywords":["path","getPointAtLength","length","canvas","svg"],"homepage":"http://geoexamples.com/path-properties/","main":"dist/svg-path-properties.cjs.js","module":"dist/svg-path-properties.esm.js","unpkg":"dist/svg-path-properties.min.js","jsnext:main":"dist/index","types":"dist/types/index.d.ts","repository":{"type":"git","url":"git+https://github.com/rveciana/svg-path-properties.git"},"scripts":{"type-check":"tsc --noEmit","type-check:watch":"npm run type-check -- --watch","build:types":"tsc --emitDeclarationOnly","build:js":"rollup -c","build":"npm run build:types && npm run build:js","test":"ts-node --skip-project node_modules/tape/bin/tape test/**/*-test.ts","preversion":"npm run build && git add dist && git commit --allow-empty -am \"new version\"","postpublish":"git push && git push --tags"},"author":{"name":"Roger Veciana i Rovira","url":"https://geoexamples.com"},"license":"ISC","dependencies":{},"devDependencies":{"@babel/core":"^7.11.6","@babel/plugin-proposal-class-properties":"^7.10.4","@babel/plugin-proposal-object-rest-spread":"^7.11.0","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@types/tape":"^4.13.0","babel6-plugin-strip-class-callcheck":"^6.0.0","eslint":"^7.10.0","prettier":"^2.1.2","rollup":"^2.28.2","rollup-plugin-babel":"^4.4.0","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-terser":"^7.0.2","tape":"^5.0.1","ts-node":"^9.0.0","typescript":"^4.0.3"},"gitHead":"659b789e0b3f01541b7a9c43f8cb80eea656943a","bugs":{"url":"https://github.com/rveciana/svg-path-properties/issues"},"_id":"svg-path-properties@1.0.8","_nodeVersion":"12.16.3","_npmVersion":"6.14.4","dist":{"shasum":"49005497e89d71ed81430771c6e428fc2a321711","size":42645,"noattachment":false,"key":"/svg-path-properties/-/svg-path-properties-1.0.8.tgz","tarball":"http://registry.cnpm.dingdandao.com/svg-path-properties/download/svg-path-properties-1.0.8.tgz"},"maintainers":[{"name":"npm:rveciana","email":""}],"_npmUser":{"name":"rveciana","email":"rveciana@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/svg-path-properties_1.0.8_1601633355149_0.48454221926169594"},"_hasShrinkwrap":false,"publish_time":1601633355310,"_cnpm_publish_time":1601633355310},"1.0.7":{"name":"svg-path-properties","version":"1.0.7","description":"Calculate the length for an SVG path, to use it with node or a Canvas element","keywords":["path","getPointAtLength","length","canvas","svg"],"homepage":"http://geoexamples.com/path-properties/","main":"dist/svg-path-properties.cjs.js","module":"dist/svg-path-properties.esm.js","unpkg":"dist/svg-path-properties.min.js","jsnext:main":"dist/index","types":"dist/types/index.d.ts","repository":{"type":"git","url":"git+https://github.com/rveciana/svg-path-properties.git"},"scripts":{"type-check":"tsc --noEmit","type-check:watch":"npm run type-check -- --watch","build:types":"tsc --emitDeclarationOnly","build:js":"rollup -c","build":"npm run build:types && npm run build:js","test":"ts-node --skip-project node_modules/tape/bin/tape test/**/*-test.ts","preversion":"npm run build && git add dist && git commit --allow-empty -am \"new version\"","postpublish":"git push && git push --tags"},"author":{"name":"Roger Veciana i Rovira","url":"https://geoexamples.com"},"license":"ISC","dependencies":{},"devDependencies":{"@babel/core":"^7.11.6","@babel/plugin-proposal-class-properties":"^7.10.4","@babel/plugin-proposal-object-rest-spread":"^7.11.0","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@types/tape":"^4.13.0","babel6-plugin-strip-class-callcheck":"^6.0.0","eslint":"^7.10.0","prettier":"^2.1.2","rollup":"^2.28.2","rollup-plugin-babel":"^4.4.0","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-terser":"^7.0.2","tape":"^5.0.1","ts-node":"^9.0.0","typescript":"^4.0.3"},"gitHead":"26d7edbac38d0206e8373e6170a50d6032877061","bugs":{"url":"https://github.com/rveciana/svg-path-properties/issues"},"_id":"svg-path-properties@1.0.7","_nodeVersion":"12.16.3","_npmVersion":"6.14.4","dist":{"shasum":"c6cfd8d7a18f301a0889a860cb8ddd6d554ba867","size":42645,"noattachment":false,"key":"/svg-path-properties/-/svg-path-properties-1.0.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/svg-path-properties/download/svg-path-properties-1.0.7.tgz"},"maintainers":[{"name":"npm:rveciana","email":""}],"_npmUser":{"name":"rveciana","email":"rveciana@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/svg-path-properties_1.0.7_1601627915995_0.4365310826859399"},"_hasShrinkwrap":false,"publish_time":1601627916134,"_cnpm_publish_time":1601627916134},"1.0.5":{"name":"svg-path-properties","version":"1.0.5","description":"Calculate the length for an SVG path, to use it with node or a Canvas element","keywords":["path","getPointAtLength","length","canvas","svg"],"homepage":"http://geoexamples.com/path-properties/","main":"dist/svg-path-properties.cjs.js","module":"dist/svg-path-properties.esm.js","unpkg":"dist/svg-path-properties.min.js","jsnext:main":"dist/index","types":"dist/types/index.d.ts","repository":{"type":"git","url":"git+https://github.com/rveciana/svg-path-properties.git"},"scripts":{"type-check":"tsc --noEmit","type-check:watch":"npm run type-check -- --watch","build:types":"tsc --emitDeclarationOnly","build:js":"rollup -c","build":"npm run build:types && npm run build:js","test":"ts-node --skip-project node_modules/tape/bin/tape test/**/*-test.ts","preversion":"npm run build && git add dist && git commit --allow-empty -am \"new version\"","postpublish":"git push && git push --tags"},"author":{"name":"Roger Veciana i Rovira","url":"https://geoexamples.com"},"license":"ISC","dependencies":{},"devDependencies":{"@babel/core":"^7.7.2","@babel/plugin-proposal-class-properties":"^7.7.0","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/preset-env":"^7.7.1","@babel/preset-typescript":"^7.7.2","@types/tape":"^4.2.33","babel6-plugin-strip-class-callcheck":"^6.0.0","eslint":"^6.6.0","prettier":"^1.19.1","rollup":"^1.27.0","rollup-plugin-babel":"^4.3.3","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-terser":"^5.3.0","tape":"^4.11.0","ts-node":"^8.5.2","typescript":"^3.7.2"},"gitHead":"3e9fc3379efd7a284c05bb76c82bcf5ad75d8f32","bugs":{"url":"https://github.com/rveciana/svg-path-properties/issues"},"_id":"svg-path-properties@1.0.5","_nodeVersion":"12.16.3","_npmVersion":"6.14.4","dist":{"shasum":"8842811f79d722304a6ec6feb8084ba12257c54a","size":42651,"noattachment":false,"key":"/svg-path-properties/-/svg-path-properties-1.0.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/svg-path-properties/download/svg-path-properties-1.0.5.tgz"},"maintainers":[{"name":"npm:rveciana","email":""}],"_npmUser":{"name":"rveciana","email":"rveciana@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/svg-path-properties_1.0.5_1596441509815_0.9946084442292351"},"_hasShrinkwrap":false,"publish_time":1596441509973,"_cnpm_publish_time":1596441509973},"1.0.4":{"name":"svg-path-properties","version":"1.0.4","description":"Calculate the length for an SVG path, to use it with node or a Canvas element","keywords":["path","getPointAtLength","length","canvas","svg"],"homepage":"http://geoexamples.com/path-properties/","main":"dist/svg-path-properties.cjs.js","module":"dist/svg-path-properties.esm.js","unpkg":"dist/svg-path-properties.min.js","jsnext:main":"dist/index","types":"dist/types/index.d.ts","repository":{"type":"git","url":"git+https://github.com/rveciana/svg-path-properties.git"},"scripts":{"type-check":"tsc --noEmit","type-check:watch":"npm run type-check -- --watch","build:types":"tsc --emitDeclarationOnly","build:js":"rollup -c","build":"npm run build:types && npm run build:js","test":"ts-node --skip-project node_modules/tape/bin/tape test/**/*-test.ts","preversion":"npm run build && git add dist && git commit --allow-empty -am \"new version\"","postpublish":"git push && git push --tags"},"author":{"name":"Roger Veciana i Rovira","url":"https://geoexamples.com"},"license":"ISC","dependencies":{},"devDependencies":{"@babel/core":"^7.7.2","@babel/plugin-proposal-class-properties":"^7.7.0","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/preset-env":"^7.7.1","@babel/preset-typescript":"^7.7.2","@types/tape":"^4.2.33","babel6-plugin-strip-class-callcheck":"^6.0.0","eslint":"^6.6.0","prettier":"^1.19.1","rollup":"^1.27.0","rollup-plugin-babel":"^4.3.3","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-terser":"^5.3.0","tape":"^4.11.0","ts-node":"^8.5.2","typescript":"^3.7.2"},"gitHead":"21d8551ec65c14fe56debd2faa388ad68c9adda8","bugs":{"url":"https://github.com/rveciana/svg-path-properties/issues"},"_id":"svg-path-properties@1.0.4","_nodeVersion":"12.14.1","_npmVersion":"6.13.4","dist":{"shasum":"e608f38d6e680d8636d0debed0d069b7fee10eeb","size":42623,"noattachment":false,"key":"/svg-path-properties/-/svg-path-properties-1.0.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/svg-path-properties/download/svg-path-properties-1.0.4.tgz"},"maintainers":[{"name":"npm:rveciana","email":""}],"_npmUser":{"name":"rveciana","email":"rveciana@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/svg-path-properties_1.0.4_1585724100104_0.3017793204785586"},"_hasShrinkwrap":false,"publish_time":1585724100351,"_cnpm_publish_time":1585724100351},"1.0.3":{"name":"svg-path-properties","version":"1.0.3","description":"Calculate the length for an SVG path, to use it with node or a Canvas element","keywords":["path","getPointAtLength","length","canvas","svg"],"homepage":"http://geoexamples.com/path-properties/","main":"dist/svg-path-properties.cjs.js","module":"dist/svg-path-properties.esm.js","unpkg":"dist/svg-path-properties.min.js","jsnext:main":"dist/index","types":"dist/types/index.d.ts","repository":{"type":"git","url":"git+https://github.com/rveciana/svg-path-properties.git"},"scripts":{"type-check":"tsc --noEmit","type-check:watch":"npm run type-check -- --watch","build:types":"tsc --emitDeclarationOnly","build:js":"rollup -c","build":"npm run build:types && npm run build:js","test":"ts-node --skip-project node_modules/tape/bin/tape test/**/*-test.ts","preversion":"npm run build && git add dist && git commit --allow-empty -am \"new version\"","postpublish":"git push && git push --tags"},"author":{"name":"Roger Veciana i Rovira","url":"https://geoexamples.com"},"license":"ISC","dependencies":{},"devDependencies":{"@babel/core":"^7.7.2","@babel/plugin-proposal-class-properties":"^7.7.0","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/preset-env":"^7.7.1","@babel/preset-typescript":"^7.7.2","@types/tape":"^4.2.33","babel6-plugin-strip-class-callcheck":"^6.0.0","eslint":"^6.6.0","prettier":"^1.19.1","rollup":"^1.27.0","rollup-plugin-babel":"^4.3.3","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-terser":"^5.3.0","tape":"^4.11.0","ts-node":"^8.5.2","typescript":"^3.7.2"},"gitHead":"4ed49679eae94589ac1ced2f2de3b0d2b61a3ed6","bugs":{"url":"https://github.com/rveciana/svg-path-properties/issues"},"_id":"svg-path-properties@1.0.3","_nodeVersion":"12.13.0","_npmVersion":"6.13.1","dist":{"shasum":"fd265d33eefc751119c304130d55a20201e7ac4a","size":41828,"noattachment":false,"key":"/svg-path-properties/-/svg-path-properties-1.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/svg-path-properties/download/svg-path-properties-1.0.3.tgz"},"maintainers":[{"name":"npm:rveciana","email":""}],"_npmUser":{"name":"rveciana","email":"rveciana@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/svg-path-properties_1.0.3_1584036488853_0.67601279201262"},"_hasShrinkwrap":false,"publish_time":1584036489045,"_cnpm_publish_time":1584036489045},"1.0.2":{"name":"svg-path-properties","version":"1.0.2","description":"Calculate the length for an SVG path, to use it with node or a Canvas element","keywords":["path","getPointAtLength","length","canvas","svg"],"homepage":"http://geoexamples.com/path-properties/","main":"dist/svg-path-properties.cjs.js","module":"dist/svg-path-properties.esm.js","unpkg":"dist/svg-path-properties.min.js","jsnext:main":"dist/index","types":"dist/types/index.d.ts","repository":{"type":"git","url":"git+https://github.com/rveciana/svg-path-properties.git"},"scripts":{"type-check":"tsc --noEmit","type-check:watch":"npm run type-check -- --watch","build:types":"tsc --emitDeclarationOnly","build:js":"rollup -c","build":"npm run build:types && npm run build:js","test":"ts-node --skip-project node_modules/tape/bin/tape test/**/*-test.ts","preversion":"npm run build && git add dist && git commit --allow-empty -am \"new version\"","postpublish":"git push && git push --tags"},"author":{"name":"Roger Veciana i Rovira","url":"https://geoexamples.com"},"license":"ISC","dependencies":{},"devDependencies":{"@babel/core":"^7.7.2","@babel/plugin-proposal-class-properties":"^7.7.0","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/preset-env":"^7.7.1","@babel/preset-typescript":"^7.7.2","@types/tape":"^4.2.33","babel6-plugin-strip-class-callcheck":"^6.0.0","eslint":"^6.6.0","prettier":"^1.19.1","rollup":"^1.27.0","rollup-plugin-babel":"^4.3.3","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-terser":"^5.1.2","tape":"^4.11.0","ts-node":"^8.5.2","typescript":"^3.7.2"},"gitHead":"9eda9ad540bdbecc86a1c9c6d0572bd439e3df34","bugs":{"url":"https://github.com/rveciana/svg-path-properties/issues"},"_id":"svg-path-properties@1.0.2","_nodeVersion":"12.13.0","_npmVersion":"6.13.1","dist":{"shasum":"22d3208f491a6518b995f09a7441ad6d02d6021d","size":44550,"noattachment":false,"key":"/svg-path-properties/-/svg-path-properties-1.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/svg-path-properties/download/svg-path-properties-1.0.2.tgz"},"maintainers":[{"name":"npm:rveciana","email":""}],"_npmUser":{"name":"rveciana","email":"rveciana@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/svg-path-properties_1.0.2_1575655077150_0.31268507181921557"},"_hasShrinkwrap":false,"publish_time":1575655077324,"_cnpm_publish_time":1575655077324},"1.0.1":{"name":"svg-path-properties","version":"1.0.1","description":"Calculate the length for an SVG path, to use it with node or a Canvas element","keywords":["path","getPointAtLength","length","canvas","svg"],"homepage":"http://geoexamples.com/path-properties/","main":"dist/svg-path-properties.cjs.js","module":"dist/svg-path-properties.esm.js","browser":"dist/svg-path-properties.min.js","types":"dist/types/index.d.ts","repository":{"type":"git","url":"git+https://github.com/rveciana/svg-path-properties.git"},"scripts":{"type-check":"tsc --noEmit","type-check:watch":"npm run type-check -- --watch","build:types":"tsc --emitDeclarationOnly","build:js":"rollup -c","build":"npm run build:types && npm run build:js","test":"ts-node --skip-project node_modules/tape/bin/tape test/**/*-test.ts","preversion":"npm run build && git add dist && git commit --allow-empty -am \"new version\"","postpublish":"git push && git push --tags"},"author":{"name":"Roger Veciana i Rovira","url":"https://geoexamples.com"},"license":"ISC","dependencies":{},"devDependencies":{"@babel/core":"^7.7.2","@babel/plugin-proposal-class-properties":"^7.7.0","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/preset-env":"^7.7.1","@babel/preset-typescript":"^7.7.2","@types/tape":"^4.2.33","babel6-plugin-strip-class-callcheck":"^6.0.0","eslint":"^6.6.0","prettier":"^1.19.1","rollup":"^1.27.0","rollup-plugin-babel":"^4.3.3","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-terser":"^5.1.2","tape":"^4.11.0","ts-node":"^8.5.2","typescript":"^3.7.2"},"gitHead":"dcde11721db0ebe6052084a0a254686a20f9607e","bugs":{"url":"https://github.com/rveciana/svg-path-properties/issues"},"_id":"svg-path-properties@1.0.1","_nodeVersion":"12.13.0","_npmVersion":"6.12.0","dist":{"shasum":"394fa4266bf3a4fe7099ebc0dfbb41cd6590e1df","size":44546,"noattachment":false,"key":"/svg-path-properties/-/svg-path-properties-1.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/svg-path-properties/download/svg-path-properties-1.0.1.tgz"},"maintainers":[{"name":"npm:rveciana","email":""}],"_npmUser":{"name":"rveciana","email":"rveciana@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/svg-path-properties_1.0.1_1574612742778_0.6706908879037798"},"_hasShrinkwrap":false,"publish_time":1574612742972,"_cnpm_publish_time":1574612742972},"1.0.0":{"name":"svg-path-properties","version":"1.0.0","description":"Calculate the length for an SVG path, to use it with node or a Canvas element","keywords":["path","getPointAtLength","length","canvas","svg"],"homepage":"http://geoexamples.com/path-properties/","main":"dist/svg-path-properties.cjs.js","module":"dist/svg-path-properties.esm.js","browser":"dist/svg-path-properties.min.js","types":"dist/types/index.d.ts","repository":{"type":"git","url":"git+https://github.com/rveciana/svg-path-properties.git"},"scripts":{"type-check":"tsc --noEmit","type-check:watch":"npm run type-check -- --watch","build:types":"tsc --emitDeclarationOnly","build:js":"rollup -c","build":"npm run build:types && npm run build:js","test":"ts-node --skip-project node_modules/tape/bin/tape test/**/*-test.ts","preversion":"npm run build && git add dist && git commit --allow-empty -am \"new version\"","postpublish":"git push && git push --tags"},"author":{"name":"Roger Veciana i Rovira","url":"https://geoexamples.com"},"license":"ISC","dependencies":{},"devDependencies":{"@babel/core":"^7.7.2","@babel/plugin-proposal-class-properties":"^7.7.0","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/preset-env":"^7.7.1","@babel/preset-typescript":"^7.7.2","@types/tape":"^4.2.33","babel6-plugin-strip-class-callcheck":"^6.0.0","eslint":"^6.6.0","prettier":"^1.19.1","rollup":"^1.27.0","rollup-plugin-babel":"^4.3.3","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-terser":"^5.1.2","tape":"^4.11.0","ts-node":"^8.5.2","typescript":"^3.7.2"},"gitHead":"d41a9c9809e977fd8ae7978bc24d9cc985602b93","bugs":{"url":"https://github.com/rveciana/svg-path-properties/issues"},"_id":"svg-path-properties@1.0.0","_nodeVersion":"12.13.0","_npmVersion":"6.12.0","dist":{"shasum":"8afda35bb932e6b9ec4298755d499b25750e6b8c","size":44547,"noattachment":false,"key":"/svg-path-properties/-/svg-path-properties-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/svg-path-properties/download/svg-path-properties-1.0.0.tgz"},"maintainers":[{"name":"npm:rveciana","email":""}],"_npmUser":{"name":"rveciana","email":"rveciana@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/svg-path-properties_1.0.0_1574612621386_0.0698423074220651"},"_hasShrinkwrap":false,"publish_time":1574612621560,"_cnpm_publish_time":1574612621560},"0.5.2":{"name":"svg-path-properties","version":"0.5.2","description":"Calculate the length for an SVG path, to use it with node or a Canvas element","keywords":["path","getPointAtLength","length","canvas","svg"],"homepage":"http://geoexamples.com/path-properties/","main":"build/path-properties.js","types":"./path-properties.d.ts","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/rveciana/svg-path-properties.git"},"scripts":{"pretest":"rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -n spp -o build/path-properties.js -- index.js","test":"tape 'test/*-test.js' && eslint index.js src","postpublish":"git push && git push --tags","preversion":"npm run uglify && git add build && git commit --allow-empty -am \"new version\"","uglify":"uglifyjs --preamble \"$(preamble)\" build/path-properties.js -c -m -o build/path-properties.min.js"},"author":{"name":"Roger Veciana i Rovira","url":"https://geoexamples.com"},"license":"ISC","dependencies":{},"devDependencies":{"eslint":"^6.1.0","package-preamble":"0.1.0","rollup":"1.14","tape":"4.10","uglify-js":"3.6"},"gitHead":"ceca76557107955fdb4ff51952c5a098f6c324c1","bugs":{"url":"https://github.com/rveciana/svg-path-properties/issues"},"_id":"svg-path-properties@0.5.2","_nodeVersion":"10.16.0","_npmVersion":"6.9.0","dist":{"shasum":"7d75897fa3bf50f8b13a3bc5f3b98770d15be33c","size":31317,"noattachment":false,"key":"/svg-path-properties/-/svg-path-properties-0.5.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/svg-path-properties/download/svg-path-properties-0.5.2.tgz"},"maintainers":[{"name":"npm:rveciana","email":""}],"_npmUser":{"name":"rveciana","email":"rveciana@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/svg-path-properties_0.5.2_1564473067259_0.5971942026563317"},"_hasShrinkwrap":false,"publish_time":1564473067439,"_cnpm_publish_time":1564473067439},"0.5.1":{"name":"svg-path-properties","version":"0.5.1","description":"Calculate the length for an SVG path, to use it with node or a Canvas element","keywords":["path","getPointAtLength","length","canvas","svg"],"homepage":"http://geoexamples.com/path-properties/","main":"build/path-properties.js","types":"./path-properties.d.ts","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/rveciana/svg-path-properties.git"},"scripts":{"pretest":"rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -n spp -o build/path-properties.js -- index.js","test":"tape 'test/*-test.js' && eslint index.js src","postpublish":"git push && git push --tags","preversion":"npm run uglify && git add build && git commit --allow-empty -am \"new version\"","uglify":"uglifyjs --preamble \"$(preamble)\" build/path-properties.js -c -m -o build/path-properties.min.js"},"author":{"name":"Roger Veciana i Rovira","url":"https://geoexamples.com"},"license":"ISC","dependencies":{},"devDependencies":{"eslint":"5.16","package-preamble":"0.1.0","rollup":"1.14","tape":"4.10","uglify-js":"3.6"},"gitHead":"2d2bbe978a2abee9ef75b38d5506a4298be48343","bugs":{"url":"https://github.com/rveciana/svg-path-properties/issues"},"_id":"svg-path-properties@0.5.1","_nodeVersion":"10.16.0","_npmVersion":"6.9.0","dist":{"shasum":"d4e8c8d1fcad494c6821646b8d0a3478c62a41c6","size":40139,"noattachment":false,"key":"/svg-path-properties/-/svg-path-properties-0.5.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/svg-path-properties/download/svg-path-properties-0.5.1.tgz"},"maintainers":[{"name":"npm:rveciana","email":""}],"_npmUser":{"name":"rveciana","email":"rveciana@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/svg-path-properties_0.5.1_1563438886396_0.2796167108680736"},"_hasShrinkwrap":false,"publish_time":1563438886529,"_cnpm_publish_time":1563438886529},"0.5.0":{"name":"svg-path-properties","version":"0.5.0","description":"Calculate the length for an SVG path, to use it with node or a Canvas element","keywords":["path","getPointAtLength","length","canvas","svg"],"homepage":"http://geoexamples.com/path-properties/","main":"build/path-properties.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/rveciana/svg-path-properties.git"},"scripts":{"pretest":"rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -n spp -o build/path-properties.js -- index.js","test":"tape 'test/*-test.js' && eslint index.js src","postpublish":"git push && git push --tags","preversion":"npm run uglify && git add build && git commit --allow-empty -am \"new version\"","uglify":"uglifyjs --preamble \"$(preamble)\" build/path-properties.js -c -m -o build/path-properties.min.js"},"author":{"name":"Roger Veciana i Rovira","url":"https://geoexamples.com"},"license":"ISC","dependencies":{},"devDependencies":{"eslint":"5.16","package-preamble":"0.1.0","rollup":"1.14","tape":"4.10","uglify-js":"3.6"},"gitHead":"6e47cc0bd9a16ffc929616b75e84fdacfe504b51","bugs":{"url":"https://github.com/rveciana/svg-path-properties/issues"},"_id":"svg-path-properties@0.5.0","_nodeVersion":"10.15.3","_npmVersion":"6.9.0","dist":{"shasum":"25c64b6d26ca5df7c7630489eaf2292bd06f4736","size":31306,"noattachment":false,"key":"/svg-path-properties/-/svg-path-properties-0.5.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/svg-path-properties/download/svg-path-properties-0.5.0.tgz"},"maintainers":[{"name":"npm:rveciana","email":""}],"_npmUser":{"name":"rveciana","email":"rveciana@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/svg-path-properties_0.5.0_1562447892290_0.9389072426188136"},"_hasShrinkwrap":false,"publish_time":1562447892457,"_cnpm_publish_time":1562447892457},"0.4.11":{"name":"svg-path-properties","version":"0.4.11","description":"Calculate the length for an SVG path, to use it with node or a Canvas element","keywords":["path","getPointAtLength","length","canvas","svg"],"homepage":"http://geoexamples.com/path-properties/","main":"build/path-properties.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/rveciana/svg-path-properties.git"},"scripts":{"pretest":"rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -n spp -o build/path-properties.js -- index.js","test":"tape 'test/*-test.js' && eslint index.js src","postpublish":"git push && git push --tags","preversion":"npm run uglify && git add build && git commit -am \"new version\"","uglify":"uglifyjs --preamble \"$(preamble)\" build/path-properties.js -c -m -o build/path-properties.min.js"},"author":{"name":"Roger Veciana i Rovira","url":"https://geoexamples.com"},"license":"ISC","dependencies":{},"devDependencies":{"eslint":"5.16","package-preamble":"0.1.0","rollup":"1.14","tape":"4.10","uglify-js":"3.6"},"gitHead":"6bae233b02b73d2f01ac322fa49d13921daf2586","bugs":{"url":"https://github.com/rveciana/svg-path-properties/issues"},"_id":"svg-path-properties@0.4.11","_nodeVersion":"10.16.0","_npmVersion":"6.9.0","dist":{"shasum":"1a04760a773b17ea71737e5c4fca12a74502a612","size":39579,"noattachment":false,"key":"/svg-path-properties/-/svg-path-properties-0.4.11.tgz","tarball":"http://registry.cnpm.dingdandao.com/svg-path-properties/download/svg-path-properties-0.4.11.tgz"},"maintainers":[{"name":"npm:rveciana","email":""}],"_npmUser":{"name":"rveciana","email":"rveciana@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/svg-path-properties_0.4.11_1560865130779_0.017132528869918673"},"_hasShrinkwrap":false,"publish_time":1560865131371,"_cnpm_publish_time":1560865131371},"0.4.10":{"name":"svg-path-properties","version":"0.4.10","description":"Calculate the length for an SVG path, to use it with node or a Canvas element","keywords":["path","getPointAtLength","length","canvas","svg"],"homepage":"http://geoexamples.com/path-properties/","main":"build/path-properties.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/rveciana/svg-path-properties.git"},"scripts":{"pretest":"rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -n spp -o build/path-properties.js -- index.js","test":"tape 'test/*-test.js' && eslint index.js src","postpublish":"git push && git push --tags","preversion":"npm run uglify && git add build && git commit -am \"new version\"","uglify":"uglifyjs --preamble \"$(preamble)\" build/path-properties.js -c -m -o build/path-properties.min.js"},"author":{"name":"Roger Veciana i Rovira","url":"https://geoexamples.com"},"license":"ISC","dependencies":{},"devDependencies":{"eslint":"5.16","package-preamble":"0.1.0","rollup":"1.14","tape":"4.10","uglify-js":"3.6"},"gitHead":"53a484eb1dbb28e2ba81e2bf7adf0c81274d0a70","bugs":{"url":"https://github.com/rveciana/svg-path-properties/issues"},"_id":"svg-path-properties@0.4.10","_nodeVersion":"10.16.0","_npmVersion":"6.9.0","dist":{"shasum":"bbb5bee077e63ded35de9fef4475de87b33346c3","size":39598,"noattachment":false,"key":"/svg-path-properties/-/svg-path-properties-0.4.10.tgz","tarball":"http://registry.cnpm.dingdandao.com/svg-path-properties/download/svg-path-properties-0.4.10.tgz"},"maintainers":[{"name":"npm:rveciana","email":""}],"_npmUser":{"name":"rveciana","email":"rveciana@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/svg-path-properties_0.4.10_1560848566593_0.3039360088576426"},"_hasShrinkwrap":false,"publish_time":1560848566834,"_cnpm_publish_time":1560848566834},"0.4.9":{"name":"svg-path-properties","version":"0.4.9","description":"Calculate the length for an SVG path, to use it with node or a Canvas element","keywords":["path","getPointAtLength","length","canvas","svg"],"homepage":"http://geoexamples.com/path-properties/","main":"build/path-properties.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/rveciana/svg-path-properties.git"},"scripts":{"pretest":"rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -n spp -o build/path-properties.js -- index.js","test":"tape 'test/*-test.js' && eslint index.js src","postpublish":"git push && git push --tags","preversion":"npm run uglify && git add build && git commit -am \"new version\"","uglify":"uglifyjs --preamble \"$(preamble)\" build/path-properties.js -c -m -o build/path-properties.min.js"},"author":{"name":"Roger Veciana i Rovira","url":"https://geoexamples.com"},"license":"ISC","dependencies":{},"devDependencies":{"eslint":"5.16","package-preamble":"0.1.0","rollup":"1.14","tape":"4.10","uglify-js":"3.6"},"gitHead":"68ade13899823bfe364b3f75fad9d1ae45c389b0","bugs":{"url":"https://github.com/rveciana/svg-path-properties/issues"},"_id":"svg-path-properties@0.4.9","_nodeVersion":"10.15.3","_npmVersion":"6.9.0","dist":{"shasum":"0691d820b17218875f2a23098adffccd36319eeb","size":39522,"noattachment":false,"key":"/svg-path-properties/-/svg-path-properties-0.4.9.tgz","tarball":"http://registry.cnpm.dingdandao.com/svg-path-properties/download/svg-path-properties-0.4.9.tgz"},"maintainers":[{"name":"npm:rveciana","email":""}],"_npmUser":{"name":"rveciana","email":"rveciana@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/svg-path-properties_0.4.9_1559768158086_0.9885799705464697"},"_hasShrinkwrap":false,"publish_time":1559768158269,"_cnpm_publish_time":1559768158269},"0.4.8":{"name":"svg-path-properties","version":"0.4.8","description":"Calculate the length for an SVG path, to use it with node or a Canvas element","keywords":["path","getPointAtLength","length","canvas","svg"],"homepage":"http://geoexamples.com/path-properties/","main":"build/path-properties.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/rveciana/svg-path-properties.git"},"scripts":{"pretest":"rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -n spp -o build/path-properties.js -- index.js","test":"tape 'test/*-test.js' && eslint index.js src","postpublish":"git push && git push --tags","preversion":"npm run uglify && git add build && git commit -am \"new version\"","uglify":"uglifyjs --preamble \"$(preamble)\" build/path-properties.js -c -m -o build/path-properties.min.js"},"author":{"name":"Roger Veciana i Rovira","url":"https://geoexamples.com"},"license":"ISC","dependencies":{},"devDependencies":{"eslint":"5.9","package-preamble":"0.1.0","rollup":"0.67","tape":"4.9","uglify-js":"3.4"},"gitHead":"d6b47d0726fc6d7ffe76a73fc24ef41239673579","bugs":{"url":"https://github.com/rveciana/svg-path-properties/issues"},"_id":"svg-path-properties@0.4.8","_npmVersion":"6.1.0","_nodeVersion":"10.2.1","_npmUser":{"name":"rveciana","email":"rveciana@gmail.com"},"dist":{"shasum":"376a833e4bfdc414045532f4d2ee3c79ea0b998d","size":52691,"noattachment":false,"key":"/svg-path-properties/-/svg-path-properties-0.4.8.tgz","tarball":"http://registry.cnpm.dingdandao.com/svg-path-properties/download/svg-path-properties-0.4.8.tgz"},"maintainers":[{"name":"npm:rveciana","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/svg-path-properties_0.4.8_1547399393947_0.387072627633122"},"_hasShrinkwrap":false,"publish_time":1547399394066,"_cnpm_publish_time":1547399394066},"0.4.7":{"name":"svg-path-properties","version":"0.4.7","description":"Calculate the length for an SVG path, to use it with node or a Canvas element","keywords":["path","getPointAtLength","length","canvas","svg"],"homepage":"http://geoexamples.com/path-properties/","main":"build/path-properties.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/rveciana/svg-path-properties.git"},"scripts":{"pretest":"rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -n spp -o build/path-properties.js -- index.js","test":"tape 'test/*-test.js' && eslint index.js src","postpublish":"git push && git push --tags","preversion":"npm run uglify && git add build && git commit -am \"new version\"","uglify":"uglifyjs --preamble \"$(preamble)\" build/path-properties.js -c -m -o build/path-properties.min.js"},"author":{"name":"Roger Veciana i Rovira","url":"https://geoexamples.com"},"license":"ISC","dependencies":{},"devDependencies":{"eslint":"5.9","package-preamble":"0.1.0","rollup":"0.67","tape":"4.9","uglify-js":"3.4"},"gitHead":"121f9ff0c05c345228eb9492becfb620165654d5","bugs":{"url":"https://github.com/rveciana/svg-path-properties/issues"},"_id":"svg-path-properties@0.4.7","_npmVersion":"6.4.1","_nodeVersion":"10.2.1","_npmUser":{"name":"rveciana","email":"rveciana@gmail.com"},"dist":{"shasum":"99a4f94da9a3b81862787b9cdf5e789d63a5a98c","size":39405,"noattachment":false,"key":"/svg-path-properties/-/svg-path-properties-0.4.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/svg-path-properties/download/svg-path-properties-0.4.7.tgz"},"maintainers":[{"name":"npm:rveciana","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/svg-path-properties_0.4.7_1543586684924_0.402006247353192"},"_hasShrinkwrap":false,"publish_time":1543586685102,"_cnpm_publish_time":1543586685102},"0.4.6":{"name":"svg-path-properties","version":"0.4.6","description":"Calculate the length for an SVG path, to use it with node or a Canvas element","keywords":["path","getPointAtLength","length","canvas","svg"],"homepage":"http://geoexamples.com/path-properties/","main":"build/path-properties.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/rveciana/svg-path-properties.git"},"scripts":{"pretest":"rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -n spp -o build/path-properties.js -- index.js","test":"tape 'test/*-test.js' && eslint index.js src","postpublish":"git push && git push --tags","preversion":"npm run uglify && git add build && git commit -am \"new version\"","uglify":"uglifyjs --preamble \"$(preamble)\" build/path-properties.js -c -m -o build/path-properties.min.js"},"author":{"name":"Roger Veciana i Rovira","url":"https://geoexamples.com"},"license":"ISC","dependencies":{},"devDependencies":{"eslint":"5.9","package-preamble":"0.1.0","rollup":"0.67","tape":"4.9","uglify-js":"3.4"},"gitHead":"ecfc2ab6ff14a011b8c0eb4020df899c23a4306b","bugs":{"url":"https://github.com/rveciana/svg-path-properties/issues"},"_id":"svg-path-properties@0.4.6","_npmVersion":"6.4.1","_nodeVersion":"10.2.1","_npmUser":{"name":"rveciana","email":"rveciana@gmail.com"},"dist":{"shasum":"51505d3d496f38a8eee3656d8c24b2901cf9671d","size":39383,"noattachment":false,"key":"/svg-path-properties/-/svg-path-properties-0.4.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/svg-path-properties/download/svg-path-properties-0.4.6.tgz"},"maintainers":[{"name":"npm:rveciana","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/svg-path-properties_0.4.6_1543583552540_0.23911712582040745"},"_hasShrinkwrap":false,"publish_time":1543583552766,"_cnpm_publish_time":1543583552766},"0.4.5":{"name":"svg-path-properties","version":"0.4.5","description":"Calculate the length for an SVG path, to use it with node or a Canvas element","keywords":["path","getPointAtLength","length","canvas","svg"],"homepage":"http://geoexamples.com/path-properties/","main":"build/path-properties.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/rveciana/svg-path-properties.git"},"scripts":{"pretest":"rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -n spp -o build/path-properties.js -- index.js","test":"tape 'test/*-test.js' && eslint index.js src","postpublish":"git push && git push --tags","preversion":"npm run uglify && git add build && git commit -am \"new version\"","uglify":"uglifyjs --preamble \"$(preamble)\" build/path-properties.js -c -m -o build/path-properties.min.js"},"author":{"name":"Roger Veciana i Rovira","url":"https://geoexamples.com"},"license":"ISC","dependencies":{},"devDependencies":{"eslint":"4.19","package-preamble":"0.1.0","rollup":"0.58","tape":"4.9","uglify-js":"3.3"},"gitHead":"b4665f58fadfd47ef733fcacd8ba5e05fffa8937","bugs":{"url":"https://github.com/rveciana/svg-path-properties/issues"},"_id":"svg-path-properties@0.4.5","_npmVersion":"6.1.0","_nodeVersion":"10.2.1","_npmUser":{"name":"rveciana","email":"rveciana@gmail.com"},"dist":{"shasum":"269af81cae0d73360d3eb934e8cb8b959bd5e92f","size":39349,"noattachment":false,"key":"/svg-path-properties/-/svg-path-properties-0.4.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/svg-path-properties/download/svg-path-properties-0.4.5.tgz"},"maintainers":[{"name":"npm:rveciana","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/svg-path-properties_0.4.5_1537625300827_0.26175237879618773"},"_hasShrinkwrap":false,"publish_time":1537625301837,"_cnpm_publish_time":1537625301837},"0.4.4":{"name":"svg-path-properties","version":"0.4.4","description":"Calculate the length for an SVG path, to use it with node or a Canvas element","keywords":["path","getPointAtLength","length","canvas","svg"],"homepage":"http://geoexamples.com/path-properties/","main":"build/path-properties.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/rveciana/svg-path-properties.git"},"scripts":{"pretest":"rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -n spp -o build/path-properties.js -- index.js","test":"tape 'test/*-test.js' && eslint index.js src","postpublish":"git push && git push --tags","preversion":"npm run uglify && git add build && git commit -am \"new version\"","uglify":"uglifyjs --preamble \"$(preamble)\" build/path-properties.js -c -m -o build/path-properties.min.js"},"author":{"name":"Roger Veciana i Rovira","url":"https://geoexamples.com"},"license":"ISC","dependencies":{},"devDependencies":{"eslint":"4.19","package-preamble":"0.1.0","rollup":"0.58","tape":"4.9","uglify-js":"3.3"},"gitHead":"b4a9fe55ccd6ef0b1cbdfe0d5db2fb5f14ea1f78","bugs":{"url":"https://github.com/rveciana/svg-path-properties/issues"},"_id":"svg-path-properties@0.4.4","_shasum":"f954b8113d0443b12bc80ae37effcf5ff545d570","_from":".","_npmVersion":"3.5.2","_nodeVersion":"6.11.4","_npmUser":{"name":"rveciana","email":"rveciana@gmail.com"},"dist":{"shasum":"f954b8113d0443b12bc80ae37effcf5ff545d570","size":39542,"noattachment":false,"key":"/svg-path-properties/-/svg-path-properties-0.4.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/svg-path-properties/download/svg-path-properties-0.4.4.tgz"},"maintainers":[{"name":"npm:rveciana","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/svg-path-properties_0.4.4_1524470111419_0.46820284900954423"},"_hasShrinkwrap":false,"publish_time":1524470111508,"_cnpm_publish_time":1524470111508},"0.4.3":{"name":"svg-path-properties","version":"0.4.3","description":"Calculate the length for an SVG path, to use it with node or a Canvas element","keywords":["path","getPointAtLength","length","canvas","svg"],"homepage":"http://geoexamples.com/path-properties/","main":"build/path-properties.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/rveciana/svg-path-properties.git"},"scripts":{"pretest":"rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -n spp -o build/path-properties.js -- index.js","test":"tape 'test/*-test.js' && eslint index.js src","prepublish":"npm run test && uglifyjs --preamble \"$(preamble)\" build/path-properties.js -c -m -o build/path-properties.min.js","postpublish":"git push && git push --tags","postversion":"npm run prepublish"},"author":{"name":"Roger Veciana i Rovira","url":"https://geoexamples.com"},"license":"ISC","dependencies":{},"devDependencies":{"eslint":"4.19","package-preamble":"0.1.0","rollup":"0.58","tape":"4.9","uglify-js":"3.3"},"gitHead":"66a1f1a2b8fbbf11b9a466ffa43ea37b0680978c","bugs":{"url":"https://github.com/rveciana/svg-path-properties/issues"},"_id":"svg-path-properties@0.4.3","_shasum":"8b383d51e6678eb9734bfabdba1b86e5d3ff998e","_from":".","_npmVersion":"3.5.2","_nodeVersion":"6.11.4","_npmUser":{"name":"rveciana","email":"rveciana@gmail.com"},"dist":{"shasum":"8b383d51e6678eb9734bfabdba1b86e5d3ff998e","size":39507,"noattachment":false,"key":"/svg-path-properties/-/svg-path-properties-0.4.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/svg-path-properties/download/svg-path-properties-0.4.3.tgz"},"maintainers":[{"name":"npm:rveciana","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/svg-path-properties_0.4.3_1524466502495_0.6567891921292728"},"_hasShrinkwrap":false,"publish_time":1524466502670,"_cnpm_publish_time":1524466502670},"0.4.2":{"name":"svg-path-properties","version":"0.4.2","description":"Calculate the length for an SVG path, to use it with node or a Canvas element","keywords":["path","getPointAtLength","length","canvas","svg"],"homepage":"http://geoexamples.com/path-properties/","main":"build/path-properties.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/rveciana/svg-path-properties.git"},"scripts":{"pretest":"rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -n spp -o build/path-properties.js -- index.js","test":"tape 'test/*-test.js' && eslint index.js src","prepublish":"npm run test && uglifyjs --preamble \"$(preamble)\" build/path-properties.js -c -m -o build/path-properties.min.js","postpublish":"git push && git push --tags","postversion":"npm run prepublish"},"author":{"name":"Roger Veciana i Rovira","url":"https://geoexamples.com"},"license":"ISC","dependencies":{},"devDependencies":{"eslint":"3.19.0","package-preamble":"0.1.0","rollup":"0.42.0","tape":"4.6.3","uglify-js":"2.8.28"},"gitHead":"dfcc54e45350de3350c71fab44b98d773f30ba45","bugs":{"url":"https://github.com/rveciana/svg-path-properties/issues"},"_id":"svg-path-properties@0.4.2","_shasum":"9cc33f7cd7c23843d0d6dcd345e9fa11ddc60f8d","_from":".","_npmVersion":"3.10.9","_nodeVersion":"7.1.0","_npmUser":{"name":"rveciana","email":"rveciana@gmail.com"},"dist":{"shasum":"9cc33f7cd7c23843d0d6dcd345e9fa11ddc60f8d","size":39784,"noattachment":false,"key":"/svg-path-properties/-/svg-path-properties-0.4.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/svg-path-properties/download/svg-path-properties-0.4.2.tgz"},"maintainers":[{"name":"npm:rveciana","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/svg-path-properties_0.4.2_1518807604338_0.795267557198408"},"_hasShrinkwrap":false,"publish_time":1518807604921,"_cnpm_publish_time":1518807604921},"0.4.1":{"name":"svg-path-properties","version":"0.4.1","description":"Calculate the length for an SVG path, to use it with node or a Canvas element","keywords":["path","getPointAtLength","length","canvas","svg"],"homepage":"http://geoexamples.com/path-properties/","main":"build/path-properties.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/rveciana/svg-path-properties.git"},"scripts":{"pretest":"rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -n spp -o build/path-properties.js -- index.js","test":"tape 'test/*-test.js' && eslint index.js src","prepublish":"npm run test && uglifyjs --preamble \"$(preamble)\" build/path-properties.js -c -m -o build/path-properties.min.js","postpublish":"git push && git push --tags","postversion":"npm run prepublish"},"author":{"name":"Roger Veciana i Rovira","url":"https://geoexamples.com"},"license":"ISC","dependencies":{},"devDependencies":{"eslint":"3.19.0","package-preamble":"0.1.0","rollup":"0.42.0","tape":"4.6.3","uglify-js":"2.8.28"},"gitHead":"2c3219f116da2ff6bc516f9a85262c9d5d28758e","bugs":{"url":"https://github.com/rveciana/svg-path-properties/issues"},"_id":"svg-path-properties@0.4.1","_shasum":"70bfea1330c9b87a70eb7b87343086b26c6aa7b3","_from":".","_npmVersion":"4.1.1","_nodeVersion":"7.4.0","_npmUser":{"name":"rveciana","email":"rveciana@gmail.com"},"dist":{"shasum":"70bfea1330c9b87a70eb7b87343086b26c6aa7b3","size":39706,"noattachment":false,"key":"/svg-path-properties/-/svg-path-properties-0.4.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/svg-path-properties/download/svg-path-properties-0.4.1.tgz"},"maintainers":[{"name":"npm:rveciana","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/svg-path-properties-0.4.1.tgz_1500980171235_0.2711604335345328"},"directories":{},"publish_time":1500980172297,"_cnpm_publish_time":1500980172297,"_hasShrinkwrap":false},"0.4.0":{"name":"svg-path-properties","version":"0.4.0","description":"Calculate the length for an SVG path, to use it with node or a Canvas element","keywords":["path","getPointAtLength","length","canvas","svg"],"homepage":"http://geoexamples.com/path-properties/","main":"build/path-properties.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/rveciana/svg-path-properties.git"},"scripts":{"pretest":"rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -n spp -o build/path-properties.js -- index.js","test":"tape 'test/*-test.js' && eslint index.js src","prepublish":"npm run test && uglifyjs --preamble \"$(preamble)\" build/path-properties.js -c -m -o build/path-properties.min.js","postpublish":"git push && git push --tags","postversion":"npm run prepublish"},"author":{"name":"Roger Veciana i Rovira","url":"https://geoexamples.com"},"license":"ISC","dependencies":{},"devDependencies":{"eslint":"3.19.0","package-preamble":"0.1.0","rollup":"0.42.0","tape":"4.6.3","uglify-js":"2.8.28"},"gitHead":"2b53df492b48d04d4234a3f65cc66696dc797445","bugs":{"url":"https://github.com/rveciana/svg-path-properties/issues"},"_id":"svg-path-properties@0.4.0","_shasum":"be1e30972039f6fc4e26e2bcc22783cd8cd0a4af","_from":".","_npmVersion":"3.10.9","_nodeVersion":"7.1.0","_npmUser":{"name":"rveciana","email":"rveciana@gmail.com"},"dist":{"shasum":"be1e30972039f6fc4e26e2bcc22783cd8cd0a4af","size":39702,"noattachment":false,"key":"/svg-path-properties/-/svg-path-properties-0.4.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/svg-path-properties/download/svg-path-properties-0.4.0.tgz"},"maintainers":[{"name":"npm:rveciana","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/svg-path-properties-0.4.0.tgz_1498858491482_0.6467472140211612"},"directories":{},"publish_time":1498858492507,"_cnpm_publish_time":1498858492507,"_hasShrinkwrap":false},"0.2.2":{"name":"svg-path-properties","version":"0.2.2","description":"Calculate the length for an SVG path, to use it with node or a Canvas element","keywords":["path","getPointAtLength","length","canvas","svg"],"homepage":"http://geoexamples.com/path-properties/","main":"build/path-properties.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/rveciana/svg-path-properties.git"},"scripts":{"pretest":"rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -n spp -o build/path-properties.js -- index.js","test":"tape 'test/*-test.js' && eslint index.js src","prepublish":"npm run test && uglifyjs --preamble \"$(preamble)\" build/path-properties.js -c -m -o build/path-properties.min.js","postpublish":"git push && git push --tags","postversion":"npm run prepublish"},"author":{"name":"Roger Veciana i Rovira","url":"https://geoexamples.com"},"license":"ISC","dependencies":{},"devDependencies":{"eslint":"3.19.0","package-preamble":"0.1.0","rollup":"0.42.0","tape":"4.6.3","uglify-js":"2.8.28"},"gitHead":"80c9da71cd11f6fbd7b23df621557d5bb8051653","bugs":{"url":"https://github.com/rveciana/svg-path-properties/issues"},"_id":"svg-path-properties@0.2.2","_shasum":"b073d81be7292eae0e233ab8a83f58dc27113296","_from":".","_npmVersion":"3.10.9","_nodeVersion":"7.1.0","_npmUser":{"name":"rveciana","email":"rveciana@gmail.com"},"dist":{"shasum":"b073d81be7292eae0e233ab8a83f58dc27113296","size":39197,"noattachment":false,"key":"/svg-path-properties/-/svg-path-properties-0.2.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/svg-path-properties/download/svg-path-properties-0.2.2.tgz"},"maintainers":[{"name":"npm:rveciana","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/svg-path-properties-0.2.2.tgz_1498857253765_0.8079979638569057"},"directories":{},"publish_time":1498857254856,"_cnpm_publish_time":1498857254856,"_hasShrinkwrap":false},"0.2.1":{"name":"svg-path-properties","version":"0.2.1","description":"Calculate the length for an SVG path, to use it with node or a Canvas element","keywords":["path","getPointAtLength","length","canvas","svg"],"homepage":"http://geoexamples.com/path-properties/","main":"build/path-properties.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/rveciana/svg-path-properties.git"},"scripts":{"pretest":"rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -n spp -o build/path-properties.js -- index.js","test":"tape 'test/*-test.js' && eslint index.js src","prepublish":"npm run test && uglifyjs --preamble \"$(preamble)\" build/path-properties.js -c -m -o build/path-properties.min.js","postpublish":"git push && git push --tags","postversion":"npm run prepublish"},"author":{"name":"Roger Veciana i Rovira","url":"https://geoexamples.com"},"license":"ISC","dependencies":{},"devDependencies":{"eslint":"3.15.0","package-preamble":"0.0.2","rollup":"0.41.4","tape":"4.6.3","uglify-js":"2.7.5"},"gitHead":"d04db7f670135dcb7fbac554a654f31185ac9671","bugs":{"url":"https://github.com/rveciana/svg-path-properties/issues"},"_id":"svg-path-properties@0.2.1","_shasum":"ef56b82cbd9a700c9da35c2b6a448f4ad37130b9","_from":".","_npmVersion":"3.10.9","_nodeVersion":"7.1.0","_npmUser":{"name":"rveciana","email":"rveciana@gmail.com"},"dist":{"shasum":"ef56b82cbd9a700c9da35c2b6a448f4ad37130b9","size":38866,"noattachment":false,"key":"/svg-path-properties/-/svg-path-properties-0.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/svg-path-properties/download/svg-path-properties-0.2.1.tgz"},"maintainers":[{"name":"npm:rveciana","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/svg-path-properties-0.2.1.tgz_1496521832301_0.12627250282093883"},"directories":{},"publish_time":1496521833330,"_cnpm_publish_time":1496521833330,"_hasShrinkwrap":false},"0.1.3":{"name":"svg-path-properties","version":"0.1.3","description":"Calculate the length for an SVG path, to use it with node or a Canvas element","keywords":["path","getPointAtLength","length","canvas","svg"],"homepage":"http://geoexamples.com/path-properties/","main":"build/path-properties.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/rveciana/svg-path-properties.git"},"scripts":{"pretest":"rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -n spp -o build/path-properties.js -- index.js","test":"tape 'test/*-test.js' && eslint index.js src","prepublish":"npm run test && uglifyjs --preamble \"$(preamble)\" build/path-properties.js -c -m -o build/path-properties.min.js","postpublish":"git push && git push --tags"},"author":{"name":"Roger Veciana i Rovira","url":"https://geoexamples.com"},"license":"ISC","dependencies":{},"devDependencies":{"eslint":"3.15.0","package-preamble":"0.0.2","rollup":"0.41.4","tape":"4.6.3","uglify-js":"2.7.5"},"gitHead":"4ff9d6416735e147764c645136ab8702381bb1ef","bugs":{"url":"https://github.com/rveciana/svg-path-properties/issues"},"_id":"svg-path-properties@0.1.3","_shasum":"b7ef41172a03ebac8aae0dfcbb37dab1088748b8","_from":".","_npmVersion":"4.1.1","_nodeVersion":"7.4.0","_npmUser":{"name":"rveciana","email":"rveciana@gmail.com"},"dist":{"shasum":"b7ef41172a03ebac8aae0dfcbb37dab1088748b8","size":31192,"noattachment":false,"key":"/svg-path-properties/-/svg-path-properties-0.1.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/svg-path-properties/download/svg-path-properties-0.1.3.tgz"},"maintainers":[{"name":"npm:rveciana","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/svg-path-properties-0.1.3.tgz_1488187297177_0.8793398935813457"},"directories":{},"publish_time":1488187299681,"_cnpm_publish_time":1488187299681,"_hasShrinkwrap":false},"0.1.2":{"name":"svg-path-properties","version":"0.1.2","description":"Calculate the length for an SVG path, to use it with node or a Canvas element","keywords":["path","getPointAtLength","length","canvas","svg"],"homepage":"http://geoexamples.com/path-properties/","main":"build/path-properties.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/rveciana/svg-path-properties.git"},"scripts":{"pretest":"rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -n spp -o build/path-properties.js -- index.js","test":"tape 'test/*-test.js' && eslint index.js src","prepublish":"npm run test && uglifyjs --preamble \"$(preamble)\" build/path-properties.js -c -m -o build/path-properties.min.js","postpublish":"git push && git push --tags"},"author":{"name":"Roger Veciana i Rovira","url":"https://geoexamples.com"},"license":"ISC","dependencies":{},"devDependencies":{"eslint":"3.15.0","package-preamble":"0.0.2","rollup":"0.41.4","tape":"4.6.3","uglify-js":"2.7.5"},"gitHead":"2f2ae03d898148fe90cc0d70031f58c4d8242f61","bugs":{"url":"https://github.com/rveciana/svg-path-properties/issues"},"_id":"svg-path-properties@0.1.2","_shasum":"ddf3dfcb3c992e0dee849dc82315357d7a05986c","_from":".","_npmVersion":"4.1.1","_nodeVersion":"7.4.0","_npmUser":{"name":"rveciana","email":"rveciana@gmail.com"},"dist":{"shasum":"ddf3dfcb3c992e0dee849dc82315357d7a05986c","size":30995,"noattachment":false,"key":"/svg-path-properties/-/svg-path-properties-0.1.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/svg-path-properties/download/svg-path-properties-0.1.2.tgz"},"maintainers":[{"name":"npm:rveciana","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/svg-path-properties-0.1.2.tgz_1487168519565_0.6299795801751316"},"directories":{},"publish_time":1487168521553,"_cnpm_publish_time":1487168521553,"_hasShrinkwrap":false},"0.1.1":{"name":"svg-path-properties","version":"0.1.1","description":"Calculate the length for an SVG path, to use it with node or a Canvas element","keywords":["path","getPointAtLength","length","canvas","svg"],"homepage":"http://geoexamples.com/path-properties/","main":"build/path-properties.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/rveciana/svg-path-properties.git"},"scripts":{"pretest":"rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -n spp -o build/path-properties.js -- index.js","test":"tape 'test/*-test.js' && eslint index.js src","prepublish":"npm run test && uglifyjs --preamble \"$(preamble)\" build/path-properties.js -c -m -o build/path-properties.min.js","postpublish":"git push && git push --tags"},"author":{"name":"Roger Veciana i Rovira","url":"https://geoexamples.com"},"license":"ISC","dependencies":{},"devDependencies":{"eslint":"3.9.1","package-preamble":"0.0.2","rollup":"0.36.3","tape":"4.6.2","uglify-js":"2.7.4"},"gitHead":"61c828d9a0642a24f9e05047285f8c1759c44ab5","bugs":{"url":"https://github.com/rveciana/svg-path-properties/issues"},"_id":"svg-path-properties@0.1.1","_shasum":"e14427102b0d94155082ff80c7579235e78a5dc2","_from":".","_npmVersion":"3.10.9","_nodeVersion":"7.1.0","_npmUser":{"name":"rveciana","email":"rveciana@gmail.com"},"dist":{"shasum":"e14427102b0d94155082ff80c7579235e78a5dc2","size":67300,"noattachment":false,"key":"/svg-path-properties/-/svg-path-properties-0.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/svg-path-properties/download/svg-path-properties-0.1.1.tgz"},"maintainers":[{"name":"npm:rveciana","email":""}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/svg-path-properties-0.1.1.tgz_1479917651367_0.8416533027775586"},"directories":{},"publish_time":1479917651931,"_cnpm_publish_time":1479917651931,"_hasShrinkwrap":false},"0.1.0":{"name":"svg-path-properties","version":"0.1.0","description":"Calculate the length for an SVG path, to use it with node or a Canvas element","keywords":["path","getPointAtLength","length","canvas","svg"],"homepage":"http://geoexamples.com/path-properties/","main":"build/path-properties.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/rveciana/svg-path-properties.git"},"scripts":{"pretest":"rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -n spp -o build/path-properties.js -- index.js","test":"tape 'test/*-test.js' && eslint index.js src","prepublish":"npm run test && uglifyjs --preamble \"$(preamble)\" build/path-properties.js -c -m -o build/path-properties.min.js","postpublish":"git push && git push --tags"},"author":{"name":"Roger Veciana i Rovira","url":"https://geoexamples.com"},"license":"ISC","dependencies":{},"devDependencies":{"eslint":"3.9.1","package-preamble":"0.0.2","rollup":"0.36.3","tape":"4.6.2","uglify-js":"2.7.4"},"gitHead":"ce04cefae7c38c2a00f1c14dc8caa9342169b87a","bugs":{"url":"https://github.com/rveciana/svg-path-properties/issues"},"_id":"svg-path-properties@0.1.0","_shasum":"5bc58baa0148b212b3a1277945701e83cf9b46b4","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.2.0","_npmUser":{"name":"rveciana","email":"rveciana@gmail.com"},"dist":{"shasum":"5bc58baa0148b212b3a1277945701e83cf9b46b4","size":67240,"noattachment":false,"key":"/svg-path-properties/-/svg-path-properties-0.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/svg-path-properties/download/svg-path-properties-0.1.0.tgz"},"maintainers":[{"name":"npm:rveciana","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/svg-path-properties-0.1.0.tgz_1478608159130_0.9195159031078219"},"directories":{},"publish_time":1478608161132,"_cnpm_publish_time":1478608161132,"_hasShrinkwrap":false},"0.0.2":{"name":"svg-path-properties","version":"0.0.2","description":"Calculate the length for an SVG path, to use it with node or a Canvas element","keywords":["path","getPointAtLength","length","canvas","svg"],"homepage":"http://geoexamples.com/path-properties/","main":"build/path-properties.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/rveciana/svg-path-properties.git"},"scripts":{"pretest":"rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -n spp -o build/path-properties.js -- index.js","test":"tape 'test/*-test.js' && eslint index.js src","prepublish":"npm run test && uglifyjs --preamble \"$(preamble)\" build/path-properties.js -c -m -o build/path-properties.min.js","postpublish":"git push && git push --tags"},"author":{"name":"Roger Veciana i Rovira","url":"https://geoexamples.com"},"license":"ISC","dependencies":{},"devDependencies":{"eslint":"3.9.1","package-preamble":"0.0.2","rollup":"0.36.3","tape":"4.6.2","uglify-js":"2.7.4"},"gitHead":"01a1d35ec1b129eac4f64ae1c9a73783a1828898","bugs":{"url":"https://github.com/rveciana/svg-path-properties/issues"},"_id":"svg-path-properties@0.0.2","_shasum":"5f96ec632fad9313d95bd0d3a869e7a3273377f2","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.2.0","_npmUser":{"name":"rveciana","email":"rveciana@gmail.com"},"dist":{"shasum":"5f96ec632fad9313d95bd0d3a869e7a3273377f2","size":28627,"noattachment":false,"key":"/svg-path-properties/-/svg-path-properties-0.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/svg-path-properties/download/svg-path-properties-0.0.2.tgz"},"maintainers":[{"name":"npm:rveciana","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/svg-path-properties-0.0.2.tgz_1478450642922_0.15498652844689786"},"directories":{},"publish_time":1478450644861,"_cnpm_publish_time":1478450644861,"_hasShrinkwrap":false},"0.0.1":{"name":"svg-path-properties","version":"0.0.1","description":"Calculate the length for an SVG path, to use it with node or a Canvas element","keywords":["path","getPointAtLength","length","canvas","svg"],"homepage":"http://geoexamples.com/path-properties/","main":"build/path-properties.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/rveciana/svg-path-properties.git"},"scripts":{"pretest":"rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -n spp -o build/path-properties.js -- index.js","test":"tape 'test/*-test.js' && eslint index.js src","prepublish":"npm run test && uglifyjs --preamble \"$(preamble)\" build/path-properties.js -c -m -o build/path-properties.min.js","postpublish":"git push && git push --tags"},"author":{"name":"Roger Veciana i Rovira","url":"https://geoexamples.com"},"license":"ISC","dependencies":{},"devDependencies":{"eslint":"3.9.1","package-preamble":"0.0.2","rollup":"0.33","tape":"4.6.2","uglify-js":"2.7.4"},"gitHead":"0e2a1d8a32763d2d3b2f979aadff590759e35954","bugs":{"url":"https://github.com/rveciana/svg-path-properties/issues"},"_id":"svg-path-properties@0.0.1","_shasum":"6a0ab74b5d20841084077afcd3e97a5de0581706","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.2.0","_npmUser":{"name":"rveciana","email":"rveciana@gmail.com"},"dist":{"shasum":"6a0ab74b5d20841084077afcd3e97a5de0581706","size":28766,"noattachment":false,"key":"/svg-path-properties/-/svg-path-properties-0.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/svg-path-properties/download/svg-path-properties-0.0.1.tgz"},"maintainers":[{"name":"npm:rveciana","email":""}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/svg-path-properties-0.0.1.tgz_1478289346512_0.6796452389098704"},"directories":{},"publish_time":1478289347042,"_cnpm_publish_time":1478289347042,"_hasShrinkwrap":false}},"readme":"[![Build Status](https://travis-ci.org/rveciana/svg-path-properties.svg?branch=master)](https://travis-ci.org/rveciana/svg-path-properties)\r\n[![Coverage Status](https://coveralls.io/repos/github/rveciana/svg-path-properties/badge.svg?branch=master)](https://coveralls.io/github/rveciana/svg-path-properties?branch=master)\r\n\r\n# svg-path-properties\r\n\r\nPure Javascript alternative to getPointAtLength(t) and getTotalLength() functions. Works with Canvas objects and when Node\r\n\r\nJavaScript can access to path elements properties in a browser, such as its length and the point at a given length. Unfortunately, this can't be achieved using a Canvas element or when working with node. This library can be used to replace this need. It has no dependencies on other JavaScript libraries.\r\n\r\n# INSTALL\r\n\r\nTo use with npm, just type\r\n\r\n    npm install svg-path-properties\r\n\r\nYou can use it int he browser directly by including _svg-path-properties.min.js_ from the dist directory\r\n\r\n    <script src=\"svg-path-properties.min.js\"></script>\r\n\r\n# USAGE\r\n\r\nThe available methods are:\r\n\r\n    const path = require(\"svg-path-properties\");\r\n    const properties = new path.svgPathProperties(\"M0,100 Q50,-50 100,100 T200,100\");\r\n    const length = properties.getTotalLength();\r\n    const point = properties.getPointAtLength(200);\r\n    const tangent = properties.getTangentAtLength(200);\r\n    const allProperties = properties.getPropertiesAtLength(200);\r\n    const parts = properties.getParts();\r\n\r\n## Node:\r\n\r\n    const path = require(\"svg-path-properties\");\r\n    const properties = new path.svgPathProperties(\"M0,100 Q50,-50 100,100 T200,100\");\r\n\r\n## Including it from an import:\r\n\r\n    import { svgPathProperties } from \"svg-path-properties\";\r\n    const properties = new svgPathProperties(\"M0,100 Q50,-50 100,100 T200,100\");\r\n\r\n## Including the script in the browser\r\n\r\nOnce the _script_ tag has been included,\r\n\r\n    const properties = new svgPathProperties.svgPathProperties(\"M0,100 Q50,-50 100,100 T200,100\");\r\n\r\n## Using _new_\r\n\r\nSince _svgPathProperties_ is a class, using _new_ is the correct way to initilize it. For backwards compatibility reasons, the object can be get without it:\r\n\r\n    const properties = svgPathProperties(\"M0,100 Q50,-50 100,100 T200,100\");\r\n\r\n# Some usage examples\r\n\r\n- [Drawing an animated path](http://bl.ocks.org/rveciana/209fa7efeb01f05fa4a544a76ac8ed91)\r\n- [Label positioning](http://bl.ocks.org/rveciana/bef48021e38a77a520109d2088bff9eb)\r\n- [Drawing stramlines arrows](http://bl.ocks.org/rveciana/edb1dd43f3edc5d16ecaf4839c032dec)\r\n- [Using it to get a length when in node instead of the browser](https://github.com/veltman/flubber/blob/master/src/svg.js), as in the [Flubber library](https://github.com/veltman/flubber)\r\n- [SVG animations in React Native](https://bitbucket.org/ingenuityph/react-native-svg-animations/src/master/)\r\n\r\n# Typescript\r\n\r\nThe TypeScript declaration file is available too, since version 0.5.0 From version 1.0.0, the whole library has been rewritten using TypeScript, and the types are auto-generated.\r\n\r\n# CREDITS\r\n\r\nSome parts of the code are taken from other libraries or questions at StackOverflow:\r\n\r\nFor Bézier curves:\r\n\r\n- http://bl.ocks.org/hnakamur/e7efd0602bfc15f66fc5, https://gist.github.com/tunght13488/6744e77c242cc7a94859\r\n- http://stackoverflow.com/questions/11854907/calculate-the-length-of-a-segment-of-a-quadratic-bezier\r\n- http://pomax.github.io/bezierinfo\r\n- Arc elements calculation: https://github.com/MadLittleMods/svg-curve-lib/tree/f07d6008a673816f4cb74a3269164b430c3a95cb\r\n\r\nFor path parsing:\r\n\r\n- https://github.com/jkroso/parse-svg-path\r\n","_attachments":{},"homepage":"http://geoexamples.com/path-properties/","bugs":{"url":"https://github.com/rveciana/svg-path-properties/issues"},"license":"ISC"}