package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "assert-plus@0.2.0",
  5. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "assert-plus@0.2.0",
  10. "_id": "assert-plus@0.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-104bh+ev/A24qttwIfP+SBAasjQ=",
  13. "_location": "/assert-plus",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "assert-plus@0.2.0",
  19. "name": "assert-plus",
  20. "escapedName": "assert-plus",
  21. "rawSpec": "0.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "0.2.0"
  24. },
  25. "_requiredBy": [
  26. "/http-signature"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-0.2.0.tgz",
  29. "_spec": "0.2.0",
  30. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  31. "author": {
  32. "name": "Mark Cavage",
  33. "email": "mcavage@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/mcavage/node-assert-plus/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Dave Eddy",
  41. "email": "dave@daveeddy.com"
  42. },
  43. {
  44. "name": "Fred Kuo",
  45. "email": "fred.kuo@joyent.com"
  46. },
  47. {
  48. "name": "Lars-Magnus Skog",
  49. "email": "ralphtheninja@riseup.net"
  50. },
  51. {
  52. "name": "Mark Cavage",
  53. "email": "mcavage@gmail.com"
  54. },
  55. {
  56. "name": "Patrick Mooney",
  57. "email": "pmooney@pfmooney.com"
  58. },
  59. {
  60. "name": "Rob Gulewich",
  61. "email": "robert.gulewich@joyent.com"
  62. }
  63. ],
  64. "dependencies": {},
  65. "description": "Extra assertions on top of node's assert module",
  66. "devDependencies": {
  67. "faucet": "0.0.1",
  68. "tape": "4.2.2"
  69. },
  70. "engines": {
  71. "node": ">=0.8"
  72. },
  73. "homepage": "https://github.com/mcavage/node-assert-plus#readme",
  74. "license": "MIT",
  75. "main": "./assert.js",
  76. "name": "assert-plus",
  77. "optionalDependencies": {},
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/mcavage/node-assert-plus.git"
  81. },
  82. "scripts": {
  83. "test": "tape tests/*.js | ./node_modules/.bin/faucet"
  84. },
  85. "version": "0.2.0"
  86. }