Files
30-seconds-of-code/node_modules/@jimp/gif/package.json
2019-08-20 15:52:05 +02:00

57 lines
1.8 KiB
JSON

{
"_from": "@jimp/gif@^0.6.4",
"_id": "@jimp/gif@0.6.4",
"_inBundle": false,
"_integrity": "sha512-14mLoyG0UrYJsGNRoXBFvSJdFtBD0BSBwQ1zCNeW+HpQqdl+Kh5E1Pz4nqT2KNylJe1jypyR51Q2yndgcfGVyg==",
"_location": "/@jimp/gif",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@jimp/gif@^0.6.4",
"name": "@jimp/gif",
"escapedName": "@jimp%2fgif",
"scope": "@jimp",
"rawSpec": "^0.6.4",
"saveSpec": null,
"fetchSpec": "^0.6.4"
},
"_requiredBy": [
"/@jimp/types"
],
"_resolved": "https://registry.npmjs.org/@jimp/gif/-/gif-0.6.4.tgz",
"_shasum": "cbe8c27ceffd28112ec045b3f8a74724b8d3cdd0",
"_spec": "@jimp/gif@^0.6.4",
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/@jimp/types",
"author": "",
"bundleDependencies": false,
"dependencies": {
"@jimp/utils": "^0.6.4",
"core-js": "^2.5.7",
"omggif": "^1.0.9"
},
"deprecated": false,
"description": "Default Jimp gif encoder/decoder.",
"gitHead": "7c9d3c817cade88d4a20422be10670d3c1528429",
"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"
},
"version": "0.6.4"
}