73 lines
1.6 KiB
JSON
73 lines
1.6 KiB
JSON
{
|
|
"_from": "parse-png@^1.0.0",
|
|
"_id": "parse-png@1.1.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-9cKtfHmTSQmGAgooTBmu5FlxH/I=",
|
|
"_location": "/parse-png",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "parse-png@^1.0.0",
|
|
"name": "parse-png",
|
|
"escapedName": "parse-png",
|
|
"rawSpec": "^1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/resize-img",
|
|
"/to-ico"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/parse-png/-/parse-png-1.1.2.tgz",
|
|
"_shasum": "f5c2ad7c7993490986020a284c19aee459711ff2",
|
|
"_spec": "parse-png@^1.0.0",
|
|
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build/node_modules/to-ico",
|
|
"author": {
|
|
"name": "Kevin Martensson",
|
|
"email": "kevinmartensson@gmail.com",
|
|
"url": "github.com/kevva"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/kevva/parse-png/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"pngjs": "^3.2.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Parse a PNG",
|
|
"devDependencies": {
|
|
"ava": "*",
|
|
"file-type": "^4.3.0",
|
|
"get-stream": "^3.0.0",
|
|
"pify": "^2.3.0",
|
|
"xo": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/kevva/parse-png#readme",
|
|
"keywords": [
|
|
"parse",
|
|
"png",
|
|
"promise"
|
|
],
|
|
"license": "MIT",
|
|
"name": "parse-png",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/kevva/parse-png.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava"
|
|
},
|
|
"version": "1.1.2",
|
|
"xo": {
|
|
"esnext": true
|
|
}
|
|
}
|