{ "_args": [ [ "jimp@0.6.4", "C:\\Users\\ryuki\\TheDesk\\app" ] ], "_from": "jimp@0.6.4", "_id": "jimp@0.6.4", "_inBundle": false, "_integrity": "sha512-WQVMoNhkcq/fgthZOWeMdIguCVPg+t4PDFfSxvbNcrECwl8eq3/Ou2whcFWWjyW45m43yAJEY2UT7acDKl6uSQ==", "_location": "/jimp", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "jimp@0.6.4", "name": "jimp", "escapedName": "jimp", "rawSpec": "0.6.4", "saveSpec": null, "fetchSpec": "0.6.4" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/jimp/-/jimp-0.6.4.tgz", "_spec": "0.6.4", "_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": { "@babel/polyfill": "^7.0.0", "@jimp/custom": "^0.6.4", "@jimp/plugins": "^0.6.4", "@jimp/types": "^0.6.4", "core-js": "^2.5.7" }, "description": "An image processing library written entirely in JavaScript (i.e. zero external or native dependencies)", "devDependencies": { "@jimp/test-utils": "^0.6.4", "express": "^4.16.3" }, "files": [ "browser", "dist", "es", "jimp.d.ts", "fonts" ], "gitHead": "7c9d3c817cade88d4a20422be10670d3c1528429", "homepage": "https://github.com/oliver-moran/jimp#readme", "keywords": [ "image", "image processing", "image manipulation", "png", "jpg", "jpeg", "bmp", "resize", "scale", "crop" ], "license": "MIT", "main": "dist/index.js", "module": "es/index.js", "name": "jimp", "nyc": { "sourceMap": false, "instrument": false, "reporter": [ "text", "text-summary", "lcov", "html" ], "exclude": [ "src/modules/*.js", "test/*.js" ] }, "repository": { "type": "git", "url": "git+https://github.com/oliver-moran/jimp.git" }, "scripts": { "browser-build": "node tools/browser-build.js test", "build": "npm run build:browser && npm run build:node:production && npm run build:module", "build:browser": "cross-env BABEL_ENV=production node tools/browser-build.js prepublish", "build:browser:debug": "cross-env BABEL_ENV=development ENV=browser node tools/browser-build.js prepublish", "build:debug": "npm run build:browser:debug && npm run build:node:debug", "build:module": "cross-env BABEL_ENV=module babel src -d es --source-maps --config-file ../../babel.config.js", "build:node": "babel src -d dist --source-maps --config-file ../../babel.config.js", "build:node:debug": "cross-env BABEL_ENV=development npm run build:node", "build:node:production": "cross-env BABEL_ENV=production npm run build:node", "build:watch": "npm run build:node:debug -- -- --watch --verbose", "test": "cross-env BABEL_ENV=test mocha --require @babel/register", "test:coverage": "nyc npm run test", "test:watch": "npm run test -- --reporter min --watch" }, "tonicExampleFilename": "example.js", "types": "jimp.d.ts", "version": "0.6.4", "xo": false }