hensei-web/node_modules/tiny-inflate/package.json
2020-09-11 06:44:42 -07:00

56 lines
1.4 KiB
JSON

{
"_from": "tiny-inflate@^1.0.0",
"_id": "tiny-inflate@1.0.3",
"_inBundle": false,
"_integrity": "sha512-pkY1fj1cKHb2seWDy0B16HeWyczlJA9/WW3u3c4z/NiWDsO3DOU5D7nhTLE9CF0yXv/QZFY7sEJmj24dK+Rrqw==",
"_location": "/tiny-inflate",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "tiny-inflate@^1.0.0",
"name": "tiny-inflate",
"escapedName": "tiny-inflate",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/unicode-trie"
],
"_resolved": "https://registry.npmjs.org/tiny-inflate/-/tiny-inflate-1.0.3.tgz",
"_shasum": "122715494913a1805166aaf7c93467933eea26c4",
"_spec": "tiny-inflate@^1.0.0",
"_where": "/Users/justin/Code/granblue/hensei-web/node_modules/unicode-trie",
"author": {
"name": "Devon Govett",
"email": "devongovett@gmail.com"
},
"bugs": {
"url": "https://github.com/devongovett/tiny-inflate/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A tiny inflate implementation",
"devDependencies": {
"mocha": "^2.1.0"
},
"homepage": "https://github.com/devongovett/tiny-inflate",
"keywords": [
"inflate",
"zlib",
"gzip",
"zip"
],
"license": "MIT",
"main": "index.js",
"name": "tiny-inflate",
"repository": {
"type": "git",
"url": "git://github.com/devongovett/tiny-inflate.git"
},
"scripts": {
"test": "mocha"
},
"version": "1.0.3"
}