package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_args": [
  3. [
  4. "abbrev@1.1.1",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "abbrev@1.1.1",
  9. "_id": "abbrev@1.1.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==",
  12. "_location": "/abbrev",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "abbrev@1.1.1",
  18. "name": "abbrev",
  19. "escapedName": "abbrev",
  20. "rawSpec": "1.1.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.1"
  23. },
  24. "_requiredBy": [
  25. "/nopt"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/abbrev/-/abbrev-1.1.1.tgz",
  28. "_spec": "1.1.1",
  29. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  30. "author": {
  31. "name": "Isaac Z. Schlueter",
  32. "email": "i@izs.me"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/isaacs/abbrev-js/issues"
  36. },
  37. "description": "Like ruby's abbrev module, but in js",
  38. "devDependencies": {
  39. "tap": "^10.1"
  40. },
  41. "files": [
  42. "abbrev.js"
  43. ],
  44. "homepage": "https://github.com/isaacs/abbrev-js#readme",
  45. "license": "ISC",
  46. "main": "abbrev.js",
  47. "name": "abbrev",
  48. "repository": {
  49. "type": "git",
  50. "url": "git+ssh://git@github.com/isaacs/abbrev-js.git"
  51. },
  52. "scripts": {
  53. "postpublish": "git push origin --all; git push origin --tags",
  54. "postversion": "npm publish",
  55. "preversion": "npm test",
  56. "test": "tap test.js --100"
  57. },
  58. "version": "1.1.1"
  59. }