1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- {
- "_from": "@netflix/nerror@^1.1.3",
- "_id": "@netflix/nerror@1.1.3",
- "_inBundle": false,
- "_integrity": "sha512-b+MGNyP9/LXkapreJzNUzcvuzZslj/RGgdVVJ16P2wSlYatfLycPObImqVJSmNAdyeShvNeM/pl3sVZsObFueg==",
- "_location": "/@netflix/nerror",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "@netflix/nerror@^1.1.3",
- "name": "@netflix/nerror",
- "escapedName": "@netflix%2fnerror",
- "scope": "@netflix",
- "rawSpec": "^1.1.3",
- "saveSpec": null,
- "fetchSpec": "^1.1.3"
- },
- "_requiredBy": [
- "/cordova-ios/cordova-common"
- ],
- "_resolved": "https://registry.npmjs.org/@netflix/nerror/-/nerror-1.1.3.tgz",
- "_shasum": "9d88eccca442f1d544f2761d15ea557dc0a44ed2",
- "_spec": "@netflix/nerror@^1.1.3",
- "_where": "/Users/christian/Documents/artesanias/node_modules/cordova-ios/node_modules/cordova-common",
- "bugs": {
- "url": "https://github.com/Netflix/nerror/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "assert-plus": "^1.0.0",
- "extsprintf": "^1.4.0",
- "lodash": "^4.17.15"
- },
- "deprecated": false,
- "description": "Rich errors",
- "devDependencies": {
- "chai": "^4.1.2",
- "conventional-changelog-angular": "^5.0.0",
- "conventional-recommended-bump": "^4.0.0",
- "documentation": "^8.0.0",
- "eslint": "^4.19.1",
- "eslint-config-prettier": "^2.9.0",
- "eslint-plugin-prettier": "^2.6.0",
- "mocha": "^5.2.0",
- "nyc": "^12.0.2",
- "prettier": "^1.13.5",
- "tsd": "^0.7.3",
- "unleash": "^2.0.1"
- },
- "files": [
- "lib",
- "lib/index.d.ts"
- ],
- "homepage": "https://github.com/Netflix/nerror",
- "keywords": [
- "nerror",
- "error",
- "multierror",
- "verror"
- ],
- "license": "MIT",
- "main": "lib/index.js",
- "name": "@netflix/nerror",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/Netflix/nerror.git"
- },
- "scripts": {
- "test": "make prepush & tsd"
- },
- "tsd": {
- "directory": "test"
- },
- "types": "lib/index.d.ts",
- "version": "1.1.3"
- }
|