package.json 2.46 KB
{
  "_from": "@jimp/plugin-rotate@^0.16.1",
  "_id": "@jimp/plugin-rotate@0.16.1",
  "_inBundle": false,
  "_integrity": "sha512-ZUU415gDQ0VjYutmVgAYYxC9Og9ixu2jAGMCU54mSMfuIlmohYfwARQmI7h4QB84M76c9hVLdONWjuo+rip/zg==",
  "_location": "/@jimp/plugin-rotate",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@jimp/plugin-rotate@^0.16.1",
    "name": "@jimp/plugin-rotate",
    "escapedName": "@jimp%2fplugin-rotate",
    "scope": "@jimp",
    "rawSpec": "^0.16.1",
    "saveSpec": null,
    "fetchSpec": "^0.16.1"
  },
  "_requiredBy": [
    "/@jimp/plugins"
  ],
  "_resolved": "https://registry.npmjs.org/@jimp/plugin-rotate/-/plugin-rotate-0.16.1.tgz",
  "_shasum": "53fb5d51a4b3d05af9c91c2a8fffe5d7a1a47c8c",
  "_spec": "@jimp/plugin-rotate@^0.16.1",
  "_where": "C:\\Users\\rkdud\\Desktop\\Capstone_design1_JJS1\\JJS_project1\\mobile forensic tool\\forensic_tool\\node_modules\\@jimp\\plugins",
  "author": "",
  "bundleDependencies": false,
  "dependencies": {
    "@babel/runtime": "^7.7.2",
    "@jimp/utils": "^0.16.1"
  },
  "deprecated": false,
  "description": "Rotate an image.",
  "devDependencies": {
    "@jimp/custom": "^0.16.1",
    "@jimp/plugin-blit": "^0.16.1",
    "@jimp/plugin-crop": "^0.16.1",
    "@jimp/plugin-resize": "^0.16.1",
    "@jimp/test-utils": "^0.16.1"
  },
  "gitHead": "909f06eac36ef5ba36ebb1e0853fd006c4da3560",
  "license": "MIT",
  "main": "dist/index.js",
  "module": "es/index.js",
  "name": "@jimp/plugin-rotate",
  "peerDependencies": {
    "@jimp/custom": ">=0.3.5",
    "@jimp/plugin-blit": ">=0.3.5",
    "@jimp/plugin-crop": ">=0.3.5",
    "@jimp/plugin-resize": ">=0.3.5"
  },
  "publishConfig": {
    "access": "public"
  },
  "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:coverage": "nyc npm run test",
    "test:watch": "npm run test -- --reporter min --watch"
  },
  "types": "index.d.ts",
  "version": "0.16.1"
}