package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "_args": [
  3. [
  4. "jsprim@1.4.2",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "jsprim@1.4.2",
  9. "_id": "jsprim@1.4.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==",
  12. "_location": "/jsprim",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "jsprim@1.4.2",
  18. "name": "jsprim",
  19. "escapedName": "jsprim",
  20. "rawSpec": "1.4.2",
  21. "saveSpec": null,
  22. "fetchSpec": "1.4.2"
  23. },
  24. "_requiredBy": [
  25. "/http-signature"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/jsprim/-/jsprim-1.4.2.tgz",
  28. "_spec": "1.4.2",
  29. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  30. "bugs": {
  31. "url": "https://github.com/joyent/node-jsprim/issues"
  32. },
  33. "dependencies": {
  34. "assert-plus": "1.0.0",
  35. "extsprintf": "1.3.0",
  36. "json-schema": "0.4.0",
  37. "verror": "1.10.0"
  38. },
  39. "description": "utilities for primitive JavaScript types",
  40. "engines": {
  41. "node": ">=0.6.0"
  42. },
  43. "homepage": "https://github.com/joyent/node-jsprim#readme",
  44. "license": "MIT",
  45. "main": "./lib/jsprim.js",
  46. "name": "jsprim",
  47. "repository": {
  48. "type": "git",
  49. "url": "git://github.com/joyent/node-jsprim.git"
  50. },
  51. "version": "1.4.2"
  52. }