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.
 
 
 
 

89 lines
2.1 KiB

{
"_args": [
[
"is-bzip2@^1.0.0",
"/Users/rdrew/themes/lmmi_journal_theme/node_modules/decompress-tarbz2"
]
],
"_from": "is-bzip2@>=1.0.0 <2.0.0",
"_id": "is-bzip2@1.0.0",
"_inCache": true,
"_installable": true,
"_location": "/is-bzip2",
"_npmUser": {
"email": "kevinmartensson@gmail.com",
"name": "kevva"
},
"_npmVersion": "1.4.23",
"_phantomChildren": {},
"_requested": {
"name": "is-bzip2",
"raw": "is-bzip2@^1.0.0",
"rawSpec": "^1.0.0",
"scope": null,
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/decompress-tarbz2"
],
"_resolved": "https://registry.npmjs.org/is-bzip2/-/is-bzip2-1.0.0.tgz",
"_shasum": "5ee58eaa5a2e9c80e21407bedf23ae5ac091b3fc",
"_shrinkwrap": null,
"_spec": "is-bzip2@^1.0.0",
"_where": "/Users/rdrew/themes/lmmi_journal_theme/node_modules/decompress-tarbz2",
"author": {
"email": "kevinmartensson@gmail.com",
"name": "Kevin Mårtensson",
"url": "https://github.com/kevva"
},
"bugs": {
"url": "https://github.com/kevva/is-bzip2/issues"
},
"dependencies": {},
"description": "Check if a Buffer/Uint8Array is a BZIP2 file",
"devDependencies": {
"ava": "0.0.4",
"read-chunk": "^1.0.0"
},
"directories": {},
"dist": {
"shasum": "5ee58eaa5a2e9c80e21407bedf23ae5ac091b3fc",
"tarball": "https://registry.npmjs.org/is-bzip2/-/is-bzip2-1.0.0.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"gitHead": "2c6e3c358c31059f7f3c57a4a56b6efbba01ea7b",
"homepage": "https://github.com/kevva/is-bzip2",
"keywords": [
"archive",
"buffer",
"bzip2",
"check",
"detect",
"type",
"uint8array"
],
"license": "MIT",
"maintainers": [
{
"email": "kevinmartensson@gmail.com",
"name": "kevva"
}
],
"name": "is-bzip2",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/kevva/is-bzip2.git"
},
"scripts": {
"test": "node test/test.js"
},
"version": "1.0.0"
}