76 lines
2.2 KiB
JSON
76 lines
2.2 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"@jimp/utils@0.6.4",
|
|
"C:\\Users\\ryuki\\TheDesk\\app"
|
|
]
|
|
],
|
|
"_from": "@jimp/utils@0.6.4",
|
|
"_id": "@jimp/utils@0.6.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-EFQurCyEnZLSM2Q1BYDTUmsOJPSOYEQd18Fvq8bGo8hnBHoGLWLWWyNi2l4cYhtpKmIXyhvQqa6/WaEpKPzvqA==",
|
|
"_location": "/@jimp/utils",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "@jimp/utils@0.6.4",
|
|
"name": "@jimp/utils",
|
|
"escapedName": "@jimp%2futils",
|
|
"scope": "@jimp",
|
|
"rawSpec": "0.6.4",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.6.4"
|
|
},
|
|
"_requiredBy": [
|
|
"/@jimp/bmp",
|
|
"/@jimp/core",
|
|
"/@jimp/gif",
|
|
"/@jimp/jpeg",
|
|
"/@jimp/plugin-blit",
|
|
"/@jimp/plugin-blur",
|
|
"/@jimp/plugin-color",
|
|
"/@jimp/plugin-contain",
|
|
"/@jimp/plugin-cover",
|
|
"/@jimp/plugin-crop",
|
|
"/@jimp/plugin-displace",
|
|
"/@jimp/plugin-dither",
|
|
"/@jimp/plugin-flip",
|
|
"/@jimp/plugin-gaussian",
|
|
"/@jimp/plugin-invert",
|
|
"/@jimp/plugin-mask",
|
|
"/@jimp/plugin-normalize",
|
|
"/@jimp/plugin-print",
|
|
"/@jimp/plugin-resize",
|
|
"/@jimp/plugin-rotate",
|
|
"/@jimp/plugin-scale",
|
|
"/@jimp/png"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@jimp/utils/-/utils-0.6.4.tgz",
|
|
"_spec": "0.6.4",
|
|
"_where": "C:\\Users\\ryuki\\TheDesk\\app",
|
|
"author": "",
|
|
"dependencies": {
|
|
"core-js": "^2.5.7"
|
|
},
|
|
"description": "Utils for jimp extensions.",
|
|
"gitHead": "7c9d3c817cade88d4a20422be10670d3c1528429",
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"module": "es/index.js",
|
|
"name": "@jimp/utils",
|
|
"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"
|
|
},
|
|
"version": "0.6.4"
|
|
}
|