58 lines
1.9 KiB
JSON
58 lines
1.9 KiB
JSON
{
|
|
"_from": "@jimp/gif@^0.12.1",
|
|
"_id": "@jimp/gif@0.12.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-cGn/AcvMGUGcqR6ByClGSnrja4AYmTwsGVXTQ1+EmfAdTiy6ztGgZCTDpZ/tq4SpdHXwm9wDHez7damKhTrH0g==",
|
|
"_location": "/@jimp/gif",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "@jimp/gif@^0.12.1",
|
|
"name": "@jimp/gif",
|
|
"escapedName": "@jimp%2fgif",
|
|
"scope": "@jimp",
|
|
"rawSpec": "^0.12.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.12.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/@jimp/types"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@jimp/gif/-/gif-0.12.1.tgz",
|
|
"_shasum": "e5fe9e25796ef6390044b9f1a595e2ef2ebe9fe8",
|
|
"_spec": "@jimp/gif@^0.12.1",
|
|
"_where": "/jd/work/GT2/newMaster/Ejectable/node_modules/@jimp/types",
|
|
"author": "",
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.7.2",
|
|
"@jimp/utils": "^0.12.1",
|
|
"omggif": "^1.0.9"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Default Jimp gif encoder/decoder.",
|
|
"gitHead": "942e635564e36fc243767531b4f8be036afa40b5",
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"module": "es/index.js",
|
|
"name": "@jimp/gif",
|
|
"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"
|
|
},
|
|
"types": "index.d.ts",
|
|
"version": "0.12.1"
|
|
}
|