71 lines
1.4 KiB
JSON
71 lines
1.4 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"is-tar@1.0.0",
|
|
"C:\\wamp64\\www\\ilink"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "is-tar@1.0.0",
|
|
"_id": "is-tar@1.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-L2suF5LB9bs2UZrKqdZcDSb+hT0=",
|
|
"_location": "/is-tar",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "is-tar@1.0.0",
|
|
"name": "is-tar",
|
|
"escapedName": "is-tar",
|
|
"rawSpec": "1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/decompress-tar"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/is-tar/-/is-tar-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-tar/issues"
|
|
},
|
|
"description": "Check if a Buffer/Uint8Array is a TAR file",
|
|
"devDependencies": {
|
|
"ava": "0.0.4",
|
|
"read-chunk": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/kevva/is-tar#readme",
|
|
"keywords": [
|
|
"archive",
|
|
"buffer",
|
|
"check",
|
|
"detect",
|
|
"tar",
|
|
"type",
|
|
"uint8array"
|
|
],
|
|
"license": "MIT",
|
|
"name": "is-tar",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/kevva/is-tar.git"
|
|
},
|
|
"scripts": {
|
|
"test": "node test/test.js"
|
|
},
|
|
"version": "1.0.0"
|
|
}
|