summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/tar/package.json
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2013-03-28 11:35:12 -0700
committerisaacs <i@izs.me>2013-03-28 11:35:12 -0700
commitdea0634f60887e6a72a8636b92d7c95e003b8e4f (patch)
tree7d4e52230e8d2fa9a68d236d9df69b6ecc33a97d /deps/npm/node_modules/tar/package.json
parent4580be088238853ac84d600a56a05159190c1729 (diff)
downloadnode-new-dea0634f60887e6a72a8636b92d7c95e003b8e4f.tar.gz
npm: Upgrade to v1.2.15
Diffstat (limited to 'deps/npm/node_modules/tar/package.json')
-rw-r--r--deps/npm/node_modules/tar/package.json13
1 files changed, 7 insertions, 6 deletions
diff --git a/deps/npm/node_modules/tar/package.json b/deps/npm/node_modules/tar/package.json
index 9959135dd3..36eae3de65 100644
--- a/deps/npm/node_modules/tar/package.json
+++ b/deps/npm/node_modules/tar/package.json
@@ -6,7 +6,7 @@
},
"name": "tar",
"description": "tar for node",
- "version": "0.1.16",
+ "version": "0.1.17",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/node-tar.git"
@@ -15,9 +15,6 @@
"scripts": {
"test": "tap test/*.js"
},
- "engines": {
- "node": "~0.5.9 || 0.6 || 0.7 || 0.8"
- },
"dependencies": {
"inherits": "1.x",
"block-stream": "*",
@@ -30,6 +27,10 @@
"license": "BSD",
"readme": "# node-tar\n\nTar for Node.js.\n\n## Goals of this project\n\n1. Be able to parse and reasonably extract the contents of any tar file\n created by any program that creates tar files, period.\n\n At least, this includes every version of:\n\n * bsdtar\n * gnutar\n * solaris posix tar\n * Joerg Schilling's star (\"Schilly tar\")\n\n2. Create tar files that can be extracted by any of the following tar\n programs:\n\n * bsdtar/libarchive version 2.6.2\n * gnutar 1.15 and above\n * SunOS Posix tar\n * Joerg Schilling's star (\"Schilly tar\")\n\n3. 100% test coverage. Speed is important. Correctness is slightly\n more important.\n\n4. Create the kind of tar interface that Node users would want to use.\n\n5. Satisfy npm's needs for a portable tar implementation with a\n JavaScript interface.\n\n6. No excuses. No complaining. No tolerance for failure.\n\n## But isn't there already a tar.js?\n\nYes, there are a few. This one is going to be better, and it will be\nfanatically maintained, because npm will depend on it.\n\nThat's why I need to write it from scratch. Creating and extracting\ntarballs is such a large part of what npm does, I simply can't have it\nbe a black box any longer.\n\n## Didn't you have something already? Where'd it go?\n\nIt's in the \"old\" folder. It's not functional. Don't use it.\n\nIt was a useful exploration to learn the issues involved, but like most\nsoftware of any reasonable complexity, node-tar won't be useful until\nit's been written at least 3 times.\n",
"readmeFilename": "README.md",
- "_id": "tar@0.1.16",
- "_from": "tar@~0.1.12"
+ "_id": "tar@0.1.17",
+ "dist": {
+ "shasum": "408c8a95deb8e78a65b59b1a51a333183a32badc"
+ },
+ "_from": "tar@0.1.17",
+ "_resolved": "https://registry.npmjs.org/tar/-/tar-0.1.17.tgz"
}