package.json 2.2 KB

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