first commit
This commit is contained in:
82
build/node_modules/decompress-tarbz2/package.json
generated
vendored
Normal file
82
build/node_modules/decompress-tarbz2/package.json
generated
vendored
Normal file
@@ -0,0 +1,82 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"decompress-tarbz2@3.1.0",
|
||||
"/Users/asciidisco/Desktop/asciidisco.com/build"
|
||||
]
|
||||
],
|
||||
"_from": "decompress-tarbz2@3.1.0",
|
||||
"_id": "decompress-tarbz2@3.1.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-iyOTVoE1X58YnYclag+L3ZbZZm0=",
|
||||
"_location": "/decompress-tarbz2",
|
||||
"_phantomChildren": {
|
||||
"clone-stats": "0.0.1"
|
||||
},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "decompress-tarbz2@3.1.0",
|
||||
"name": "decompress-tarbz2",
|
||||
"escapedName": "decompress-tarbz2",
|
||||
"rawSpec": "3.1.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "3.1.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/decompress"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/decompress-tarbz2/-/decompress-tarbz2-3.1.0.tgz",
|
||||
"_spec": "3.1.0",
|
||||
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build",
|
||||
"author": {
|
||||
"name": "Kevin Mårtensson",
|
||||
"email": "kevinmartensson@gmail.com",
|
||||
"url": "https://github.com/kevva"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/kevva/decompress-tarbz2/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"is-bzip2": "^1.0.0",
|
||||
"object-assign": "^2.0.0",
|
||||
"seek-bzip": "^1.0.3",
|
||||
"strip-dirs": "^1.0.0",
|
||||
"tar-stream": "^1.1.1",
|
||||
"through2": "^0.6.1",
|
||||
"vinyl": "^0.4.3"
|
||||
},
|
||||
"description": "decompress tar.bz2 plugin",
|
||||
"devDependencies": {
|
||||
"ava": "0.0.4",
|
||||
"is-jpg": "^1.0.0",
|
||||
"vinyl-file": "^1.1.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/kevva/decompress-tarbz2#readme",
|
||||
"keywords": [
|
||||
"bz2",
|
||||
"decompress",
|
||||
"decompressplugin",
|
||||
"extract",
|
||||
"gulpplugin",
|
||||
"tar",
|
||||
"tar.bz2",
|
||||
"tarbz2"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "decompress-tarbz2",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/kevva/decompress-tarbz2.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node test/test.js"
|
||||
},
|
||||
"version": "3.1.0"
|
||||
}
|
||||
Reference in New Issue
Block a user