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/iferr/package.json')
-rw-r--r--node_modules/iferr/package.json79
1 files changed, 45 insertions, 34 deletions
diff --git a/node_modules/iferr/package.json b/node_modules/iferr/package.json
index 9017857c5..6a935da82 100644
--- a/node_modules/iferr/package.json
+++ b/node_modules/iferr/package.json
@@ -1,50 +1,61 @@
{
- "name": "iferr",
- "version": "0.1.5",
- "description": "Higher-order functions for easier error handling",
- "main": "index.js",
- "scripts": {
- "test": "mocha",
- "prepublish": "coffee -c index.coffee"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/shesek/iferr"
+ "_from": "iferr@~0.1.5",
+ "_id": "iferr@0.1.5",
+ "_integrity": "sha1-xg7taebY/bazEEofy8ocGS3FtQE=",
+ "_location": "/iferr",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "iferr@~0.1.5",
+ "name": "iferr",
+ "escapedName": "iferr",
+ "rawSpec": "~0.1.5",
+ "saveSpec": null,
+ "fetchSpec": "~0.1.5"
},
- "keywords": [
- "error",
- "errors"
+ "_requiredBy": [
+ "/",
+ "/fs-write-stream-atomic",
+ "/move-concurrently/copy-concurrently"
],
+ "_resolved": "https://registry.npmjs.org/iferr/-/iferr-0.1.5.tgz",
+ "_shasum": "c60eed69e6d8fdb6b3104a1fcbca1c192dc5b501",
+ "_shrinkwrap": null,
+ "_spec": "iferr@~0.1.5",
+ "_where": "/Users/zkat/Documents/code/npm",
"author": {
"name": "Nadav Ivgi"
},
- "license": "MIT",
+ "bin": null,
"bugs": {
"url": "https://github.com/shesek/iferr/issues"
},
- "homepage": "https://github.com/shesek/iferr",
+ "bundleDependencies": false,
+ "dependencies": {},
+ "deprecated": false,
+ "description": "Higher-order functions for easier error handling",
"devDependencies": {
"coffee-script": "^1.7.1",
"mocha": "^1.18.2"
},
- "_id": "iferr@0.1.5",
- "dist": {
- "shasum": "c60eed69e6d8fdb6b3104a1fcbca1c192dc5b501",
- "tarball": "http://registry.npmjs.org/iferr/-/iferr-0.1.5.tgz"
+ "homepage": "https://github.com/shesek/iferr",
+ "keywords": [
+ "error",
+ "errors"
+ ],
+ "license": "MIT",
+ "main": "index.js",
+ "name": "iferr",
+ "optionalDependencies": {},
+ "peerDependencies": {},
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/shesek/iferr.git"
},
- "_from": "iferr@>=0.1.5 <0.2.0",
- "_npmVersion": "1.4.4",
- "_npmUser": {
- "name": "nadav",
- "email": "npm@shesek.info"
+ "scripts": {
+ "prepublish": "coffee -c index.coffee",
+ "test": "mocha"
},
- "maintainers": [
- {
- "name": "nadav",
- "email": "npm@shesek.info"
- }
- ],
- "directories": {},
- "_shasum": "c60eed69e6d8fdb6b3104a1fcbca1c192dc5b501",
- "_resolved": "https://registry.npmjs.org/iferr/-/iferr-0.1.5.tgz"
+ "version": "0.1.5"
}