package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "err-code@^1.0.0",
  3. "_id": "err-code@1.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-BuARbTAo9q70gGhJ6w6mp0iuaWA=",
  6. "_location": "/err-code",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "err-code@^1.0.0",
  12. "name": "err-code",
  13. "escapedName": "err-code",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/promise-retry"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/err-code/-/err-code-1.1.2.tgz",
  22. "_shasum": "06e0116d3028f6aef4806849eb0ea6a748ae6960",
  23. "_spec": "err-code@^1.0.0",
  24. "_where": "/Users/rebecca/code/npm/node_modules/promise-retry",
  25. "author": {
  26. "name": "IndigoUnited",
  27. "email": "hello@indigounited.com",
  28. "url": "http://indigounited.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/IndigoUnited/js-err-code/issues/"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Create an error with a code",
  36. "devDependencies": {
  37. "@satazor/eslint-config": "^3.0.0",
  38. "browserify": "^14.0.0",
  39. "eslint": "^3.0.0",
  40. "expect.js": "^0.3.1",
  41. "mocha": "^3.0.2"
  42. },
  43. "homepage": "https://github.com/IndigoUnited/js-err-code#readme",
  44. "keywords": [
  45. "error",
  46. "err",
  47. "code",
  48. "properties",
  49. "property"
  50. ],
  51. "license": "MIT",
  52. "main": "index.js",
  53. "name": "err-code",
  54. "repository": {
  55. "type": "git",
  56. "url": "git://github.com/IndigoUnited/js-err-code.git"
  57. },
  58. "scripts": {
  59. "browserify": "browserify -s err-code index.js > index.umd.js",
  60. "lint": "eslint '{*.js,test/**/*.js}' --ignore-pattern *.umd.js",
  61. "test": "mocha --bail"
  62. },
  63. "version": "1.1.2"
  64. }