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.json83
1 files changed, 53 insertions, 30 deletions
diff --git a/node_modules/sha/package.json b/node_modules/sha/package.json
index f5aff4907..148bcb3f6 100644
--- a/node_modules/sha/package.json
+++ b/node_modules/sha/package.json
@@ -1,49 +1,72 @@
{
- "name": "sha",
- "version": "1.3.0",
- "description": "Check and get file hashes",
- "scripts": {
- "test": "mocha -R spec"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/ForbesLindesay/sha.git"
- },
- "license": "BSD",
- "optionalDependencies": {
- "graceful-fs": "2 || 3",
- "readable-stream": "~1.1"
+ "_args": [
+ [
+ "sha@~1.3.0",
+ "/Users/rebecca/code/npm"
+ ]
+ ],
+ "_from": "sha@>=1.3.0 <1.4.0",
+ "_id": "sha@1.3.0",
+ "_inCache": true,
+ "_location": "/sha",
+ "_npmUser": {
+ "email": "forbes@lindesay.co.uk",
+ "name": "forbeslindesay"
},
- "devDependencies": {
- "mocha": "~1.9.0"
+ "_npmVersion": "1.5.0-alpha-4",
+ "_phantomChildren": {},
+ "_requested": {
+ "name": "sha",
+ "raw": "sha@~1.3.0",
+ "rawSpec": "~1.3.0",
+ "scope": null,
+ "spec": ">=1.3.0 <1.4.0",
+ "type": "range"
},
- "gitHead": "f1985eefbf7538e5809a2157c728d2f740901600",
+ "_requiredBy": [
+ "/"
+ ],
+ "_resolved": "https://registry.npmjs.org/sha/-/sha-1.3.0.tgz",
+ "_shasum": "79f4787045d0ede7327d702c25c443460dbc6764",
+ "_shrinkwrap": null,
+ "_spec": "sha@~1.3.0",
+ "_where": "/Users/rebecca/code/npm",
"bugs": {
"url": "https://github.com/ForbesLindesay/sha/issues"
},
- "homepage": "https://github.com/ForbesLindesay/sha",
"dependencies": {
"graceful-fs": "2 || 3",
"readable-stream": "~1.1"
},
- "_id": "sha@1.3.0",
- "_shasum": "79f4787045d0ede7327d702c25c443460dbc6764",
- "_from": "sha@>=1.3.0 <1.4.0",
- "_npmVersion": "1.5.0-alpha-4",
- "_npmUser": {
- "name": "forbeslindesay",
- "email": "forbes@lindesay.co.uk"
+ "description": "Check and get file hashes",
+ "devDependencies": {
+ "mocha": "~1.9.0"
+ },
+ "directories": {},
+ "dist": {
+ "shasum": "79f4787045d0ede7327d702c25c443460dbc6764",
+ "tarball": "http://registry.npmjs.org/sha/-/sha-1.3.0.tgz"
},
+ "gitHead": "f1985eefbf7538e5809a2157c728d2f740901600",
+ "homepage": "https://github.com/ForbesLindesay/sha",
+ "license": "BSD",
"maintainers": [
{
"name": "forbeslindesay",
"email": "forbes@lindesay.co.uk"
}
],
- "dist": {
- "shasum": "79f4787045d0ede7327d702c25c443460dbc6764",
- "tarball": "http://registry.npmjs.org/sha/-/sha-1.3.0.tgz"
+ "name": "sha",
+ "optionalDependencies": {
+ "graceful-fs": "2 || 3",
+ "readable-stream": "~1.1"
},
- "directories": {},
- "_resolved": "https://registry.npmjs.org/sha/-/sha-1.3.0.tgz"
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/ForbesLindesay/sha.git"
+ },
+ "scripts": {
+ "test": "mocha -R spec"
+ },
+ "version": "1.3.0"
}