backoffice/node_modules/is-gzip/package.json

72 lines
1.5 KiB
JSON

{
"_args": [
[
"is-gzip@1.0.0",
"C:\\wamp64\\www\\ilink"
]
],
"_development": true,
"_from": "is-gzip@1.0.0",
"_id": "is-gzip@1.0.0",
"_inBundle": false,
"_integrity": "sha1-bKiwe5nHeZgCWQDlVc7Y7YCHmoM=",
"_location": "/is-gzip",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "is-gzip@1.0.0",
"name": "is-gzip",
"escapedName": "is-gzip",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/decompress-targz"
],
"_resolved": "https://registry.npmjs.org/is-gzip/-/is-gzip-1.0.0.tgz",
"_spec": "1.0.0",
"_where": "C:\\wamp64\\www\\ilink",
"author": {
"name": "Kevin Mårtensson",
"email": "kevinmartensson@gmail.com",
"url": "https://github.com/kevva"
},
"bugs": {
"url": "https://github.com/kevva/is-gzip/issues"
},
"description": "Check if a Buffer/Uint8Array is a GZIP file",
"devDependencies": {
"ava": "0.0.4",
"mocha": "^1.18.2",
"read-chunk": "^1.0.0"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/kevva/is-gzip#readme",
"keywords": [
"archive",
"buffer",
"check",
"detect",
"gzip",
"type",
"uint8array"
],
"license": "MIT",
"name": "is-gzip",
"repository": {
"type": "git",
"url": "git+https://github.com/kevva/is-gzip.git"
},
"scripts": {
"test": "node test/test.js"
},
"version": "1.0.0"
}