Files
30-seconds-of-code/node_modules/potrace/package.json
2019-08-20 15:52:05 +02:00

67 lines
1.7 KiB
JSON

{
"_from": "potrace@^2.1.1",
"_id": "potrace@2.1.2",
"_inBundle": false,
"_integrity": "sha512-dNcUBapRgPkiv3j+70+rSlf0whtJJqEszC04g9a/Ll3p6kA7QVRV1Vsi3jg22voJr2jA9x9fjPbz5MdD+ngbUg==",
"_location": "/potrace",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "potrace@^2.1.1",
"name": "potrace",
"escapedName": "potrace",
"rawSpec": "^2.1.1",
"saveSpec": null,
"fetchSpec": "^2.1.1"
},
"_requiredBy": [
"/gatsby-plugin-sharp",
"/gatsby-remark-images",
"/gatsby-transformer-sharp"
],
"_resolved": "https://registry.npmjs.org/potrace/-/potrace-2.1.2.tgz",
"_shasum": "61473a326be1e734abac6d14d54e1880eed35471",
"_spec": "potrace@^2.1.1",
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/gatsby-plugin-sharp",
"author": {
"name": "mattmc"
},
"bugs": {
"url": "https://github.com/tooolbox/node-potrace/issues"
},
"bundleDependencies": false,
"dependencies": {
"jimp": "^0.6.4"
},
"deprecated": false,
"description": "Potrace in Javascript, for NodeJS",
"devDependencies": {
"lodash": "^4.15.0",
"mocha": "^3.0.2",
"should": "^11.1.0",
"should-sinon": "0.0.5",
"sinon": "^1.17.5"
},
"homepage": "https://github.com/tooolbox/node-potrace#readme",
"keywords": [
"potrace",
"trace",
"tracing",
"svg",
"bitmap",
"posterization"
],
"license": "GPL-2.0",
"main": "lib/index.js",
"name": "potrace",
"repository": {
"type": "git",
"url": "git+https://github.com/tooolbox/node-potrace.git"
},
"scripts": {
"test": "cd test && mocha test.js --reporter spec"
},
"version": "2.1.2"
}