67 lines
2.0 KiB
67 lines
2.0 KiB
{ |
|
"_args": [ |
|
[ |
|
"@jimp/tiff@0.10.3", |
|
"D:\\Project\\DaPing" |
|
] |
|
], |
|
"_from": "@jimp/tiff@0.10.3", |
|
"_id": "@jimp/tiff@0.10.3", |
|
"_inBundle": false, |
|
"_integrity": "sha512-7EsJzZ5Y/EtinkBGuwX3Bi4S+zgbKouxjt9c82VJTRJOQgLWsE/RHqcyRCOQBhHAZ9QexYmDz34medfLKdoX0g==", |
|
"_location": "/@jimp/tiff", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"type": "version", |
|
"registry": true, |
|
"raw": "@jimp/tiff@0.10.3", |
|
"name": "@jimp/tiff", |
|
"escapedName": "@jimp%2ftiff", |
|
"scope": "@jimp", |
|
"rawSpec": "0.10.3", |
|
"saveSpec": null, |
|
"fetchSpec": "0.10.3" |
|
}, |
|
"_requiredBy": [ |
|
"/@jimp/types" |
|
], |
|
"_resolved": "https://registry.npmjs.org/@jimp/tiff/-/tiff-0.10.3.tgz", |
|
"_spec": "0.10.3", |
|
"_where": "D:\\Project\\DaPing", |
|
"author": "", |
|
"dependencies": { |
|
"@babel/runtime": "^7.7.2", |
|
"core-js": "^3.4.1", |
|
"utif": "^2.0.1" |
|
}, |
|
"description": "Default Jimp tiff encoder/decoder.", |
|
"devDependencies": { |
|
"@jimp/custom": "^0.10.3", |
|
"@jimp/test-utils": "^0.10.3" |
|
}, |
|
"gitHead": "37197106eae5c26231018dfdc0254422f6b43927", |
|
"license": "MIT", |
|
"main": "dist/index.js", |
|
"module": "es/index.js", |
|
"name": "@jimp/tiff", |
|
"peerDependencies": { |
|
"@jimp/custom": ">=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.10.3" |
|
}
|
|
|