Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

package.json 2.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "@netflix/nerror@^1.1.3",
  3. "_id": "@netflix/nerror@1.1.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-b+MGNyP9/LXkapreJzNUzcvuzZslj/RGgdVVJ16P2wSlYatfLycPObImqVJSmNAdyeShvNeM/pl3sVZsObFueg==",
  6. "_location": "/@netflix/nerror",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@netflix/nerror@^1.1.3",
  12. "name": "@netflix/nerror",
  13. "escapedName": "@netflix%2fnerror",
  14. "scope": "@netflix",
  15. "rawSpec": "^1.1.3",
  16. "saveSpec": null,
  17. "fetchSpec": "^1.1.3"
  18. },
  19. "_requiredBy": [
  20. "/cordova-ios/cordova-common"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@netflix/nerror/-/nerror-1.1.3.tgz",
  23. "_shasum": "9d88eccca442f1d544f2761d15ea557dc0a44ed2",
  24. "_spec": "@netflix/nerror@^1.1.3",
  25. "_where": "/Users/christian/Documents/artesanias/node_modules/cordova-ios/node_modules/cordova-common",
  26. "bugs": {
  27. "url": "https://github.com/Netflix/nerror/issues"
  28. },
  29. "bundleDependencies": false,
  30. "dependencies": {
  31. "assert-plus": "^1.0.0",
  32. "extsprintf": "^1.4.0",
  33. "lodash": "^4.17.15"
  34. },
  35. "deprecated": false,
  36. "description": "Rich errors",
  37. "devDependencies": {
  38. "chai": "^4.1.2",
  39. "conventional-changelog-angular": "^5.0.0",
  40. "conventional-recommended-bump": "^4.0.0",
  41. "documentation": "^8.0.0",
  42. "eslint": "^4.19.1",
  43. "eslint-config-prettier": "^2.9.0",
  44. "eslint-plugin-prettier": "^2.6.0",
  45. "mocha": "^5.2.0",
  46. "nyc": "^12.0.2",
  47. "prettier": "^1.13.5",
  48. "tsd": "^0.7.3",
  49. "unleash": "^2.0.1"
  50. },
  51. "files": [
  52. "lib",
  53. "lib/index.d.ts"
  54. ],
  55. "homepage": "https://github.com/Netflix/nerror",
  56. "keywords": [
  57. "nerror",
  58. "error",
  59. "multierror",
  60. "verror"
  61. ],
  62. "license": "MIT",
  63. "main": "lib/index.js",
  64. "name": "@netflix/nerror",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/Netflix/nerror.git"
  68. },
  69. "scripts": {
  70. "test": "make prepush & tsd"
  71. },
  72. "tsd": {
  73. "directory": "test"
  74. },
  75. "types": "lib/index.d.ts",
  76. "version": "1.1.3"
  77. }