Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2013-03-28 22:06:12 +0400
committerisaacs <i@izs.me>2013-03-28 22:06:12 +0400
commit5601560cbf3cf0266190c20dbacd1e610f964dc9 (patch)
treecb498930d09cb9ad29d4b5c0d95718a4cd8e58d5 /node_modules/tar
parenteead166d15c09d423de6a50c8d6b96feb1294364 (diff)
tar@0.1.17
Diffstat (limited to 'node_modules/tar')
-rw-r--r--node_modules/tar/package.json13
-rw-r--r--node_modules/tar/test/pack.js3
2 files changed, 8 insertions, 8 deletions
diff --git a/node_modules/tar/package.json b/node_modules/tar/package.json
index 9959135dd..36eae3de6 100644
--- a/node_modules/tar/package.json
+++ b/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"
}
diff --git a/node_modules/tar/test/pack.js b/node_modules/tar/test/pack.js
index 8be4178bb..0f5099458 100644
--- a/node_modules/tar/test/pack.js
+++ b/node_modules/tar/test/pack.js
@@ -50,8 +50,7 @@ var tap = require("tap")
"NODETAR.repository.type": pkg.repository.type,
"NODETAR.repository.url": pkg.repository.url,
"NODETAR.main": pkg.main,
- "NODETAR.scripts.test": pkg.scripts.test,
- "NODETAR.engines.node": pkg.engines.node } ]
+ "NODETAR.scripts.test": pkg.scripts.test } ]
, [ 'entry',
{ path: 'fixtures/',