thedesk/app/node_modules/jimp/package.json
2018-02-19 02:41:25 +09:00

131 lines
3.2 KiB
JSON

{
"_args": [
[
{
"raw": "jimp",
"scope": null,
"escapedName": "jimp",
"name": "jimp",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"C:\\Users\\ryuki\\TheDesk\\app"
]
],
"_from": "jimp@latest",
"_id": "jimp@0.2.28",
"_inCache": true,
"_location": "/jimp",
"_nodeVersion": "5.4.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/jimp-0.2.28.tgz_1495329745869_0.305526859825477"
},
"_npmUser": {
"name": "oliver.moran",
"email": "oliver@nth-iteration.ie"
},
"_npmVersion": "3.3.12",
"_phantomChildren": {},
"_requested": {
"raw": "jimp",
"scope": null,
"escapedName": "jimp",
"name": "jimp",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/jimp/-/jimp-0.2.28.tgz",
"_shasum": "dd529a937190f42957a7937d1acc3a7762996ea2",
"_shrinkwrap": null,
"_spec": "jimp",
"_where": "C:\\Users\\ryuki\\TheDesk\\app",
"author": {
"name": "Oliver Moran",
"email": "oliver.moran@gmail.com"
},
"browser": "browser/lib/jimp.js",
"bugs": {
"url": "https://github.com/oliver-moran/jimp/issues"
},
"dependencies": {
"bignumber.js": "^2.1.0",
"bmp-js": "0.0.3",
"es6-promise": "^3.0.2",
"exif-parser": "^0.1.9",
"file-type": "^3.1.0",
"jpeg-js": "^0.2.0",
"load-bmfont": "^1.2.3",
"mime": "^1.3.4",
"mkdirp": "0.5.1",
"pixelmatch": "^4.0.0",
"pngjs": "^3.0.0",
"read-chunk": "^1.0.1",
"request": "^2.65.0",
"stream-to-buffer": "^0.1.0",
"tinycolor2": "^1.1.2",
"url-regex": "^3.0.0"
},
"description": "An image processing library written entirely in JavaScript (i.e. zero external or native dependencies).",
"devDependencies": {
"babel": "^6.0.14",
"babel-cli": "^6.0.0",
"babel-preset-es2015": "^6.0.14",
"babel-preset-stage-0": "^6.0.14",
"browserify": "^14.3.0",
"envify": "^3.4.0",
"express": "^4.13.4",
"uglify-js": "^2.6.1",
"uglifyify": "^3.0.1"
},
"directories": {},
"dist": {
"shasum": "dd529a937190f42957a7937d1acc3a7762996ea2",
"tarball": "https://registry.npmjs.org/jimp/-/jimp-0.2.28.tgz"
},
"gitHead": "f207a81d34640fb56e2f76ae53a1a11b44455ea7",
"homepage": "https://github.com/oliver-moran/jimp#readme",
"keywords": [
"image",
"image processing",
"image manipulation",
"png",
"jpg",
"jpeg",
"bmp",
"resize",
"scale",
"crop"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "oliver.moran",
"email": "oliver@nth-iteration.ie"
}
],
"name": "jimp",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/oliver-moran/jimp.git"
},
"scripts": {
"minify-jimp": "uglifyjs browser/tmp.jimp.js --compress warnings=false --mangle -o browser/tmp.jimp.min.js",
"prepublish": "./browser/browserify-build.sh",
"start": "node server.js",
"test": "./test/tests.sh"
},
"tonicExampleFilename": "example.js",
"types": "./jimp.d.ts",
"version": "0.2.28"
}