123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- {
- "_args": [
- [
- "error-ex@1.3.0",
- "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
- ]
- ],
- "_development": true,
- "_from": "error-ex@1.3.0",
- "_id": "error-ex@1.3.0",
- "_inBundle": false,
- "_integrity": "sha1-5ntD8+gsluo6WE/+4Ln8MyXYAtk=",
- "_location": "/error-ex",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "error-ex@1.3.0",
- "name": "error-ex",
- "escapedName": "error-ex",
- "rawSpec": "1.3.0",
- "saveSpec": null,
- "fetchSpec": "1.3.0"
- },
- "_requiredBy": [
- "/parse-json"
- ],
- "_resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.0.tgz",
- "_spec": "1.3.0",
- "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
- "bugs": {
- "url": "https://github.com/qix-/node-error-ex/issues"
- },
- "dependencies": {
- "is-arrayish": "^0.2.1"
- },
- "description": "Easy error subclassing and stack customization",
- "devDependencies": {
- "coffee-script": "^1.9.3",
- "coveralls": "^2.11.2",
- "istanbul": "^0.3.17",
- "mocha": "^2.2.5",
- "should": "^7.0.1",
- "xo": "^0.7.1"
- },
- "files": [
- "index.js"
- ],
- "homepage": "https://github.com/qix-/node-error-ex#readme",
- "keywords": [
- "error",
- "errors",
- "extend",
- "extending",
- "extension",
- "subclass",
- "stack",
- "custom"
- ],
- "license": "MIT",
- "maintainers": [
- {
- "name": "JD Ballard",
- "email": "i.am.qix@gmail.com",
- "url": "github.com/qix-"
- },
- {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "sindresorhus.com"
- }
- ],
- "name": "error-ex",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/qix-/node-error-ex.git"
- },
- "scripts": {
- "pretest": "xo",
- "test": "mocha --compilers coffee:coffee-script/register"
- },
- "version": "1.3.0",
- "xo": {
- "rules": {
- "operator-linebreak": [
- 0
- ]
- }
- }
- }
|