{ "_from": "@jimp/core@^0.9.8", "_id": "@jimp/core@0.9.8", "_inBundle": false, "_integrity": "sha512-N4GCjcXb0QwR5GBABDK2xQ3cKyaF7LlCYeJEG9mV7G/ynBoRqJe4JA6YKU9Ww9imGkci/4A594nQo8tUIqdcBw==", "_location": "/@jimp/core", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "@jimp/core@^0.9.8", "name": "@jimp/core", "escapedName": "@jimp%2fcore", "scope": "@jimp", "rawSpec": "^0.9.8", "saveSpec": null, "fetchSpec": "^0.9.8" }, "_requiredBy": [ "/@jimp/custom" ], "_resolved": "https://registry.npmmirror.com/@jimp/core/-/core-0.9.8.tgz", "_shasum": "b2b74263a80559c0ee244e0f2d1052b36a358b85", "_spec": "@jimp/core@^0.9.8", "_where": "/data/wwwroot/qimall/node/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.9.8", "any-base": "^1.1.0", "buffer": "^5.2.0", "core-js": "^3.4.1", "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": "3a3df33f1fcf11899075ba87811d7c3d4f9bed21", "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.9.8", "xo": false }