package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "assert-plus@^0.1.5",
  5. "D:\\work\\im\\node_modules\\http-signature"
  6. ]
  7. ],
  8. "_from": "assert-plus@>=0.1.5 <0.2.0",
  9. "_id": "assert-plus@0.1.5",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/assert-plus",
  13. "_npmUser": {
  14. "email": "mcavage@gmail.com",
  15. "name": "mcavage"
  16. },
  17. "_npmVersion": "1.3.11",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "assert-plus",
  21. "raw": "assert-plus@^0.1.5",
  22. "rawSpec": "^0.1.5",
  23. "scope": null,
  24. "spec": ">=0.1.5 <0.2.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/http-signature"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-0.1.5.tgz",
  31. "_shasum": "ee74009413002d84cec7219c6ac811812e723160",
  32. "_shrinkwrap": null,
  33. "_spec": "assert-plus@^0.1.5",
  34. "_where": "D:\\work\\im\\node_modules\\http-signature",
  35. "author": {
  36. "email": "mcavage@gmail.com",
  37. "name": "Mark Cavage"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/mcavage/node-assert-plus/issues"
  41. },
  42. "dependencies": {},
  43. "description": "Extra assertions on top of node's assert module",
  44. "devDependencies": {},
  45. "directories": {},
  46. "dist": {
  47. "shasum": "ee74009413002d84cec7219c6ac811812e723160",
  48. "tarball": "https://registry.npmjs.org/assert-plus/-/assert-plus-0.1.5.tgz"
  49. },
  50. "engines": {
  51. "node": ">=0.8"
  52. },
  53. "homepage": "https://github.com/mcavage/node-assert-plus#readme",
  54. "main": "./assert.js",
  55. "maintainers": [
  56. {
  57. "email": "mcavage@gmail.com",
  58. "name": "mcavage"
  59. }
  60. ],
  61. "name": "assert-plus",
  62. "optionalDependencies": {},
  63. "readme": "ERROR: No README data found!",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/mcavage/node-assert-plus.git"
  67. },
  68. "version": "0.1.5"
  69. }