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:
Diffstat (limited to 'node_modules/sha/package.json')
-rw-r--r--node_modules/sha/package.json84
1 files changed, 26 insertions, 58 deletions
diff --git a/node_modules/sha/package.json b/node_modules/sha/package.json
index 0bd2cf7a1..05903c8b9 100644
--- a/node_modules/sha/package.json
+++ b/node_modules/sha/package.json
@@ -1,64 +1,36 @@
{
- "_args": [
- [
- "sha@~2.0.1",
- "/Users/rebecca/code/npm"
- ]
- ],
- "_from": "sha@>=2.0.1 <2.1.0",
- "_id": "sha@2.0.1",
- "_inCache": true,
- "_location": "/sha",
- "_nodeVersion": "1.6.2",
- "_npmUser": {
- "email": "forbes@lindesay.co.uk",
- "name": "forbeslindesay"
- },
- "_npmVersion": "2.7.1",
- "_phantomChildren": {
- "core-util-is": "1.0.1",
- "inherits": "2.0.1",
- "isarray": "0.0.1",
- "process-nextick-args": "1.0.3",
- "string_decoder": "0.10.31",
- "util-deprecate": "1.0.1"
- },
- "_requested": {
- "name": "sha",
- "raw": "sha@~2.0.1",
- "rawSpec": "~2.0.1",
- "scope": null,
- "spec": ">=2.0.1 <2.1.0",
- "type": "range"
+ "name": "sha",
+ "version": "2.0.1",
+ "description": "Check and get file hashes",
+ "scripts": {
+ "test": "mocha -R spec"
},
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/sha/-/sha-2.0.1.tgz",
- "_shasum": "6030822fbd2c9823949f8f72ed6411ee5cf25aae",
- "_shrinkwrap": null,
- "_spec": "sha@~2.0.1",
- "_where": "/Users/rebecca/code/npm",
- "bugs": {
- "url": "https://github.com/ForbesLindesay/sha/issues"
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/ForbesLindesay/sha.git"
},
+ "license": "(BSD-2-Clause OR MIT)",
"dependencies": {
"graceful-fs": "^4.1.2",
"readable-stream": "^2.0.2"
},
- "description": "Check and get file hashes",
"devDependencies": {
"mocha": "~1.9.0"
},
- "directories": {},
- "dist": {
- "shasum": "6030822fbd2c9823949f8f72ed6411ee5cf25aae",
- "tarball": "http://registry.npmjs.org/sha/-/sha-2.0.1.tgz"
- },
"gitHead": "ce7c72ba753d886fb46c396cbadcbfc8eac25b4f",
+ "bugs": {
+ "url": "https://github.com/ForbesLindesay/sha/issues"
+ },
"homepage": "https://github.com/ForbesLindesay/sha",
- "installable": true,
- "license": "(BSD-2-Clause OR MIT)",
+ "_id": "sha@2.0.1",
+ "_shasum": "6030822fbd2c9823949f8f72ed6411ee5cf25aae",
+ "_from": "sha@>=2.0.1 <2.1.0",
+ "_npmVersion": "2.7.1",
+ "_nodeVersion": "1.6.2",
+ "_npmUser": {
+ "name": "forbeslindesay",
+ "email": "forbes@lindesay.co.uk"
+ },
"maintainers": [
{
"name": "forbeslindesay",
@@ -73,14 +45,10 @@
"email": "thechargingvolcano@gmail.com"
}
],
- "name": "sha",
- "optionalDependencies": {},
- "repository": {
- "type": "git",
- "url": "https://github.com/ForbesLindesay/sha.git"
- },
- "scripts": {
- "test": "mocha -R spec"
+ "dist": {
+ "shasum": "6030822fbd2c9823949f8f72ed6411ee5cf25aae",
+ "tarball": "http://registry.npmjs.org/sha/-/sha-2.0.1.tgz"
},
- "version": "2.0.1"
+ "directories": {},
+ "_resolved": "https://registry.npmjs.org/sha/-/sha-2.0.1.tgz"
}