package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "assert-plus@^0.2.0",
  6. "scope": null,
  7. "escapedName": "assert-plus",
  8. "name": "assert-plus",
  9. "rawSpec": "^0.2.0",
  10. "spec": ">=0.2.0 <0.3.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/http-signature"
  14. ]
  15. ],
  16. "_from": "assert-plus@>=0.2.0 <0.3.0",
  17. "_id": "assert-plus@0.2.0",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/assert-plus",
  21. "_nodeVersion": "0.10.36",
  22. "_npmUser": {
  23. "name": "pfmooney",
  24. "email": "patrick.f.mooney@gmail.com"
  25. },
  26. "_npmVersion": "3.3.8",
  27. "_phantomChildren": {},
  28. "_requested": {
  29. "raw": "assert-plus@^0.2.0",
  30. "scope": null,
  31. "escapedName": "assert-plus",
  32. "name": "assert-plus",
  33. "rawSpec": "^0.2.0",
  34. "spec": ">=0.2.0 <0.3.0",
  35. "type": "range"
  36. },
  37. "_requiredBy": [
  38. "/http-signature"
  39. ],
  40. "_resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-0.2.0.tgz",
  41. "_shasum": "d74e1b87e7affc0db8aadb7021f3fe48101ab234",
  42. "_shrinkwrap": null,
  43. "_spec": "assert-plus@^0.2.0",
  44. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/http-signature",
  45. "author": {
  46. "name": "Mark Cavage",
  47. "email": "mcavage@gmail.com"
  48. },
  49. "bugs": {
  50. "url": "https://github.com/mcavage/node-assert-plus/issues"
  51. },
  52. "contributors": [
  53. {
  54. "name": "Dave Eddy",
  55. "email": "dave@daveeddy.com"
  56. },
  57. {
  58. "name": "Fred Kuo",
  59. "email": "fred.kuo@joyent.com"
  60. },
  61. {
  62. "name": "Lars-Magnus Skog",
  63. "email": "ralphtheninja@riseup.net"
  64. },
  65. {
  66. "name": "Mark Cavage",
  67. "email": "mcavage@gmail.com"
  68. },
  69. {
  70. "name": "Patrick Mooney",
  71. "email": "pmooney@pfmooney.com"
  72. },
  73. {
  74. "name": "Rob Gulewich",
  75. "email": "robert.gulewich@joyent.com"
  76. }
  77. ],
  78. "dependencies": {},
  79. "description": "Extra assertions on top of node's assert module",
  80. "devDependencies": {
  81. "faucet": "0.0.1",
  82. "tape": "4.2.2"
  83. },
  84. "directories": {},
  85. "dist": {
  86. "shasum": "d74e1b87e7affc0db8aadb7021f3fe48101ab234",
  87. "tarball": "https://registry.npmjs.org/assert-plus/-/assert-plus-0.2.0.tgz"
  88. },
  89. "engines": {
  90. "node": ">=0.8"
  91. },
  92. "homepage": "https://github.com/mcavage/node-assert-plus#readme",
  93. "license": "MIT",
  94. "main": "./assert.js",
  95. "maintainers": [
  96. {
  97. "name": "mcavage",
  98. "email": "mcavage@gmail.com"
  99. },
  100. {
  101. "name": "pfmooney",
  102. "email": "patrick.f.mooney@gmail.com"
  103. }
  104. ],
  105. "name": "assert-plus",
  106. "optionalDependencies": {},
  107. "readme": "ERROR: No README data found!",
  108. "repository": {
  109. "type": "git",
  110. "url": "git+https://github.com/mcavage/node-assert-plus.git"
  111. },
  112. "scripts": {
  113. "test": "tape tests/*.js | ./node_modules/.bin/faucet"
  114. },
  115. "version": "0.2.0"
  116. }