{ "_args": [ [ "@jimp/core@0.10.3", "C:\\Users\\hp\\Desktop\\gitzhongyi" ] ], "_development": true, "_from": "@jimp/core@0.10.3", "_id": "@jimp/core@0.10.3", "_inBundle": false, "_integrity": "sha512-Gd5IpL3U2bFIO57Fh/OA3HCpWm4uW/pU01E75rI03BXfTdz3T+J7TwvyG1XaqsQ7/DSlS99GXtLQPlfFIe28UA==", "_location": "/@jimp/core", "_phantomChildren": { "base64-js": "1.5.1", "ieee754": "1.2.1" }, "_requested": { "type": "version", "registry": true, "raw": "@jimp/core@0.10.3", "name": "@jimp/core", "escapedName": "@jimp%2fcore", "scope": "@jimp", "rawSpec": "0.10.3", "saveSpec": null, "fetchSpec": "0.10.3" }, "_requiredBy": [ "/@jimp/custom" ], "_resolved": "https://registry.npmmirror.com/@jimp/core/-/core-0.10.3.tgz", "_spec": "0.10.3", "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi", "author": { "name": "Oliver Moran", "email": "oliver.moran@gmail.com" }, "bugs": { "url": "https://github.com/oliver-moran/jimp/issues" }, "dependencies": { "@babel/runtime": "^7.7.2", "@jimp/utils": "^0.10.3", "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" }, "description": "Jimp core", "devDependencies": { "should": "^13.2.3" }, "files": [ "dist", "es", "index.d.ts", "fonts", "types" ], "gitHead": "37197106eae5c26231018dfdc0254422f6b43927", "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.10.3", "xo": false }