package.json 2.8 KB

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