{
  "_args": [
    [
      "jimp@0.6.0",
      "/var/www/html/trains/api"
    ]
  ],
  "_from": "jimp@0.6.0",
  "_id": "jimp@0.6.0",
  "_inBundle": false,
  "_integrity": "sha1-sPwnijMTpBNrydNS4OgeVuuMhko=",
  "_location": "/jimp",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "jimp@0.6.0",
    "name": "jimp",
    "escapedName": "jimp",
    "rawSpec": "0.6.0",
    "saveSpec": null,
    "fetchSpec": "0.6.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/jimp/-/jimp-0.6.0.tgz",
  "_spec": "0.6.0",
  "_where": "/var/www/html/trains/api",
  "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.0",
    "@jimp/plugins": "^0.6.0",
    "@jimp/types": "^0.6.0",
    "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.0",
    "express": "^4.16.3"
  },
  "files": [
    "browser",
    "dist",
    "es",
    "jimp.d.ts",
    "fonts"
  ],
  "gitHead": "ff78c045c32a9fff55f7fd92f72fa57409126485",
  "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.0",
  "xo": false
}
