{ "_args": [ [ "make-error-cause@^1.1.1", "C:\\apps\\jenkins\\workspace\\eTBM 3 (development)\\node_modules\\gulp-uglify" ] ], "_from": "make-error-cause@>=1.1.1 <2.0.0", "_id": "make-error-cause@1.2.1", "_inCache": true, "_installable": true, "_location": "/make-error-cause", "_nodeVersion": "6.2.1", "_npmOperationalInternal": { "host": "packages-12-west.internal.npmjs.com", "tmp": "tmp/make-error-cause-1.2.1.tgz_1469058162805_0.7975621381774545" }, "_npmUser": { "email": "hello@blakeembrey.com", "name": "blakeembrey" }, "_npmVersion": "3.9.3", "_phantomChildren": {}, "_requested": { "name": "make-error-cause", "raw": "make-error-cause@^1.1.1", "rawSpec": "^1.1.1", "scope": null, "spec": ">=1.1.1 <2.0.0", "type": "range" }, "_requiredBy": [ "/gulp-uglify" ], "_resolved": "https://registry.npmjs.org/make-error-cause/-/make-error-cause-1.2.1.tgz", "_shasum": "cf849c2f2c2d16bbf4b1ed956d897c5c716435f6", "_shrinkwrap": null, "_spec": "make-error-cause@^1.1.1", "_where": "C:\\apps\\jenkins\\workspace\\eTBM 3 (development)\\node_modules\\gulp-uglify", "author": { "email": "hello@blakeembrey.com", "name": "Blake Embrey", "url": "http://blakeembrey.me" }, "bugs": { "url": "https://github.com/blakeembrey/make-error-cause/issues" }, "dependencies": { "make-error": "^1.2.0" }, "description": "Make your own nested error types!", "devDependencies": { "blue-tape": "^0.2.0", "istanbul": "1.0.0-alpha.2", "tap-spec": "^4.1.1", "ts-node": "^0.9.0", "tslint": "^3.10.2", "tslint-config-standard": "^1.0.0", "typescript": "^1.7.3", "typings": "^1.3.1" }, "directories": {}, "dist": { "shasum": "cf849c2f2c2d16bbf4b1ed956d897c5c716435f6", "tarball": "https://registry.npmjs.org/make-error-cause/-/make-error-cause-1.2.1.tgz" }, "files": [ "dist/" ], "gitHead": "cd12bec88926316ed1c73454733ee0eaf76237ab", "homepage": "https://github.com/blakeembrey/make-error-cause", "keywords": [ "cause", "custom", "error", "extend", "inherit", "nested" ], "license": "Apache-2.0", "main": "dist/index.js", "maintainers": [ { "name": "blakeembrey", "email": "hello@blakeembrey.com" } ], "name": "make-error-cause", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git://github.com/blakeembrey/make-error-cause.git" }, "scripts": { "build": "rm -rf dist/ && tsc", "lint": "tslint \"src/**/*.ts\"", "prepublish": "typings install && npm run build", "test": "npm run lint && npm run test-cov", "test-cov": "ts-node node_modules/istanbul/lib/cli.js cover -e .ts --print none -x \"*.d.ts\" -x \"*.spec.ts\" blue-tape -- \"src/**/*.spec.ts\" | tap-spec", "test-spec": "ts-node node_modules/blue-tape/bin/blue-tape.js \"src/**/*.spec.ts\" | tap-spec" }, "typings": "dist/index.d.ts", "version": "1.2.1" }