package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_args": [
  3. [
  4. "pseudomap@1.0.2",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "pseudomap@1.0.2",
  9. "_id": "pseudomap@1.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-b/YwNhb8lk1Zz2+bXXpS/LK9OisiZZ1SNsSLxN1x2OXVEhW2Ckr/7mWE5vrC1ZTiJlD9g19jWszTmJsB+oEpFQ==",
  12. "_location": "/pseudomap",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "pseudomap@1.0.2",
  18. "name": "pseudomap",
  19. "escapedName": "pseudomap",
  20. "rawSpec": "1.0.2",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.2"
  23. },
  24. "_requiredBy": [
  25. "/@vue/cli-plugin-eslint/lru-cache",
  26. "/@vue/component-compiler-utils/lru-cache",
  27. "/copy-webpack-plugin/lru-cache",
  28. "/node-sass/lru-cache",
  29. "/yorkie/lru-cache"
  30. ],
  31. "_resolved": "https://registry.npmmirror.com/pseudomap/-/pseudomap-1.0.2.tgz",
  32. "_spec": "1.0.2",
  33. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  34. "author": {
  35. "name": "Isaac Z. Schlueter",
  36. "email": "i@izs.me",
  37. "url": "http://blog.izs.me/"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/isaacs/pseudomap/issues"
  41. },
  42. "description": "A thing that is a lot like ES6 `Map`, but without iterators, for use in environments where `for..of` syntax and `Map` are not available.",
  43. "devDependencies": {
  44. "tap": "^2.3.1"
  45. },
  46. "directories": {
  47. "test": "test"
  48. },
  49. "homepage": "https://github.com/isaacs/pseudomap#readme",
  50. "license": "ISC",
  51. "main": "map.js",
  52. "name": "pseudomap",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/isaacs/pseudomap.git"
  56. },
  57. "scripts": {
  58. "test": "tap test/*.js"
  59. },
  60. "version": "1.0.2"
  61. }