package.json 2.7 KB
{
  "_from": "@jimp/core@^0.16.1",
  "_id": "@jimp/core@0.16.1",
  "_inBundle": false,
  "_integrity": "sha512-la7kQia31V6kQ4q1kI/uLimu8FXx7imWVajDGtwUG8fzePLWDFJyZl0fdIXVCL1JW2nBcRHidUot6jvlRDi2+g==",
  "_location": "/@jimp/core",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@jimp/core@^0.16.1",
    "name": "@jimp/core",
    "escapedName": "@jimp%2fcore",
    "scope": "@jimp",
    "rawSpec": "^0.16.1",
    "saveSpec": null,
    "fetchSpec": "^0.16.1"
  },
  "_requiredBy": [
    "/@jimp/custom"
  ],
  "_resolved": "https://registry.npmjs.org/@jimp/core/-/core-0.16.1.tgz",
  "_shasum": "68c4288f6ef7f31a0f6b859ba3fb28dae930d39d",
  "_spec": "@jimp/core@^0.16.1",
  "_where": "C:\\Users\\rkdud\\Desktop\\Capstone_design1_JJS1\\JJS_project1\\mobile forensic tool\\forensic_tool\\node_modules\\@jimp\\custom",
  "author": {
    "name": "Oliver Moran",
    "email": "oliver.moran@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/oliver-moran/jimp/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@babel/runtime": "^7.7.2",
    "@jimp/utils": "^0.16.1",
    "any-base": "^1.1.0",
    "buffer": "^5.2.0",
    "exif-parser": "^0.1.12",
    "file-type": "^9.0.0",
    "load-bmfont": "^1.3.1",
    "mkdirp": "^0.5.1",
    "phin": "^2.9.1",
    "pixelmatch": "^4.0.2",
    "tinycolor2": "^1.4.1"
  },
  "deprecated": false,
  "description": "Jimp core",
  "devDependencies": {
    "should": "^13.2.3"
  },
  "files": [
    "dist",
    "es",
    "index.d.ts",
    "fonts",
    "types"
  ],
  "gitHead": "909f06eac36ef5ba36ebb1e0853fd006c4da3560",
  "homepage": "https://github.com/oliver-moran/jimp#readme",
  "license": "MIT",
  "main": "dist/index.js",
  "module": "es/index.js",
  "name": "@jimp/core",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/oliver-moran/jimp.git"
  },
  "scripts": {
    "build": "npm run build:node:production && npm run build:module",
    "build: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/**/*.js",
    "test:coverage": "nyc npm run test",
    "test:watch": "npm run test -- --reporter min --watch"
  },
  "types": "types/index.d.ts",
  "version": "0.16.1",
  "xo": false
}