package.json 2.1 KB

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