You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
90 lines
2.1 KiB
90 lines
2.1 KiB
{ |
|
"_args": [ |
|
[ |
|
"is-gzip@^1.0.0", |
|
"/Users/rdrew/themes/lmmi_journal_theme/node_modules/decompress-targz" |
|
] |
|
], |
|
"_from": "is-gzip@>=1.0.0 <2.0.0", |
|
"_id": "is-gzip@1.0.0", |
|
"_inCache": true, |
|
"_installable": true, |
|
"_location": "/is-gzip", |
|
"_npmUser": { |
|
"email": "kevinmartensson@gmail.com", |
|
"name": "kevva" |
|
}, |
|
"_npmVersion": "1.4.23", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"name": "is-gzip", |
|
"raw": "is-gzip@^1.0.0", |
|
"rawSpec": "^1.0.0", |
|
"scope": null, |
|
"spec": ">=1.0.0 <2.0.0", |
|
"type": "range" |
|
}, |
|
"_requiredBy": [ |
|
"/decompress-targz" |
|
], |
|
"_resolved": "https://registry.npmjs.org/is-gzip/-/is-gzip-1.0.0.tgz", |
|
"_shasum": "6ca8b07b99c77998025900e555ced8ed80879a83", |
|
"_shrinkwrap": null, |
|
"_spec": "is-gzip@^1.0.0", |
|
"_where": "/Users/rdrew/themes/lmmi_journal_theme/node_modules/decompress-targz", |
|
"author": { |
|
"email": "kevinmartensson@gmail.com", |
|
"name": "Kevin Mårtensson", |
|
"url": "https://github.com/kevva" |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/kevva/is-gzip/issues" |
|
}, |
|
"dependencies": {}, |
|
"description": "Check if a Buffer/Uint8Array is a GZIP file", |
|
"devDependencies": { |
|
"ava": "0.0.4", |
|
"mocha": "^1.18.2", |
|
"read-chunk": "^1.0.0" |
|
}, |
|
"directories": {}, |
|
"dist": { |
|
"shasum": "6ca8b07b99c77998025900e555ced8ed80879a83", |
|
"tarball": "https://registry.npmjs.org/is-gzip/-/is-gzip-1.0.0.tgz" |
|
}, |
|
"engines": { |
|
"node": ">=0.10.0" |
|
}, |
|
"files": [ |
|
"index.js" |
|
], |
|
"gitHead": "be4085dfd55db9f19c7af8341558e29d2ce44837", |
|
"homepage": "https://github.com/kevva/is-gzip", |
|
"keywords": [ |
|
"archive", |
|
"buffer", |
|
"check", |
|
"detect", |
|
"gzip", |
|
"type", |
|
"uint8array" |
|
], |
|
"license": "MIT", |
|
"maintainers": [ |
|
{ |
|
"email": "kevinmartensson@gmail.com", |
|
"name": "kevva" |
|
} |
|
], |
|
"name": "is-gzip", |
|
"optionalDependencies": {}, |
|
"readme": "ERROR: No README data found!", |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/kevva/is-gzip.git" |
|
}, |
|
"scripts": { |
|
"test": "node test/test.js" |
|
}, |
|
"version": "1.0.0" |
|
}
|
|
|