package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_args": [
  3. [
  4. "aproba@1.2.0",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "aproba@1.2.0",
  9. "_id": "aproba@1.2.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==",
  12. "_location": "/aproba",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "aproba@1.2.0",
  18. "name": "aproba",
  19. "escapedName": "aproba",
  20. "rawSpec": "1.2.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.2.0"
  23. },
  24. "_requiredBy": [
  25. "/copy-concurrently",
  26. "/gauge",
  27. "/move-concurrently",
  28. "/run-queue"
  29. ],
  30. "_resolved": "https://registry.npmmirror.com/aproba/-/aproba-1.2.0.tgz",
  31. "_spec": "1.2.0",
  32. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  33. "author": {
  34. "name": "Rebecca Turner",
  35. "email": "me@re-becca.org"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/iarna/aproba/issues"
  39. },
  40. "dependencies": {},
  41. "description": "A ridiculously light-weight argument validator (now browser friendly)",
  42. "devDependencies": {
  43. "standard": "^10.0.3",
  44. "tap": "^10.0.2"
  45. },
  46. "directories": {
  47. "test": "test"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/iarna/aproba",
  53. "keywords": [
  54. "argument",
  55. "validate"
  56. ],
  57. "license": "ISC",
  58. "main": "index.js",
  59. "name": "aproba",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/iarna/aproba.git"
  63. },
  64. "scripts": {
  65. "test": "standard && tap -j3 test/*.js"
  66. },
  67. "version": "1.2.0"
  68. }