package.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "create-error-class@^3.0.0",
  6. "scope": null,
  7. "escapedName": "create-error-class",
  8. "name": "create-error-class",
  9. "rawSpec": "^3.0.0",
  10. "spec": ">=3.0.0 <4.0.0",
  11. "type": "range"
  12. },
  13. "/Users/huanggang/huangg/panda_h5_shop/node_modules/got"
  14. ]
  15. ],
  16. "_from": "create-error-class@>=3.0.0 <4.0.0",
  17. "_id": "create-error-class@3.0.2",
  18. "_inCache": true,
  19. "_location": "/create-error-class",
  20. "_nodeVersion": "4.4.1",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/create-error-class-3.0.2.tgz_1459840488945_0.7410781022626907"
  24. },
  25. "_npmUser": {
  26. "name": "floatdrop",
  27. "email": "floatdrop@gmail.com"
  28. },
  29. "_npmVersion": "2.14.20",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "create-error-class@^3.0.0",
  33. "scope": null,
  34. "escapedName": "create-error-class",
  35. "name": "create-error-class",
  36. "rawSpec": "^3.0.0",
  37. "spec": ">=3.0.0 <4.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/got"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/create-error-class/-/create-error-class-3.0.2.tgz",
  44. "_shasum": "06be7abef947a3f14a30fd610671d401bca8b7b6",
  45. "_shrinkwrap": null,
  46. "_spec": "create-error-class@^3.0.0",
  47. "_where": "/Users/huanggang/huangg/panda_h5_shop/node_modules/got",
  48. "author": {
  49. "name": "Vsevolod Strukchinsky",
  50. "email": "floatdrop@gmail.com",
  51. "url": "github.com/floatdrop"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/floatdrop/create-error-class/issues"
  55. },
  56. "dependencies": {
  57. "capture-stack-trace": "^1.0.0"
  58. },
  59. "description": "Create Error classes",
  60. "devDependencies": {
  61. "mocha": "*"
  62. },
  63. "directories": {},
  64. "dist": {
  65. "shasum": "06be7abef947a3f14a30fd610671d401bca8b7b6",
  66. "tarball": "https://registry.npmjs.org/create-error-class/-/create-error-class-3.0.2.tgz"
  67. },
  68. "engines": {
  69. "node": ">=0.10.0"
  70. },
  71. "files": [
  72. "index.js"
  73. ],
  74. "gitHead": "af3f3979494c4eca0b0259d12035e7fb84fa302f",
  75. "homepage": "https://github.com/floatdrop/create-error-class",
  76. "keywords": [],
  77. "license": "MIT",
  78. "maintainers": [
  79. {
  80. "name": "floatdrop",
  81. "email": "floatdrop@gmail.com"
  82. }
  83. ],
  84. "name": "create-error-class",
  85. "optionalDependencies": {},
  86. "readme": "ERROR: No README data found!",
  87. "repository": {
  88. "type": "git",
  89. "url": "git+https://github.com/floatdrop/create-error-class.git"
  90. },
  91. "scripts": {
  92. "test": "mocha"
  93. },
  94. "version": "3.0.2"
  95. }