package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "_from": "pseudomap@^1.0.2",
  3. "_id": "pseudomap@1.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-b/YwNhb8lk1Zz2+bXXpS/LK9OisiZZ1SNsSLxN1x2OXVEhW2Ckr/7mWE5vrC1ZTiJlD9g19jWszTmJsB+oEpFQ==",
  6. "_location": "/pseudomap",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "pseudomap@^1.0.2",
  12. "name": "pseudomap",
  13. "escapedName": "pseudomap",
  14. "rawSpec": "^1.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.2"
  17. },
  18. "_requiredBy": [
  19. "/@vue/component-compiler-utils/lru-cache",
  20. "/copy-webpack-plugin/lru-cache",
  21. "/lint-staged/lru-cache",
  22. "/yorkie/lru-cache"
  23. ],
  24. "_resolved": "https://registry.npmmirror.com/pseudomap/-/pseudomap-1.0.2.tgz",
  25. "_shasum": "f052a28da70e618917ef0a8ac34c1ae5a68286b3",
  26. "_spec": "pseudomap@^1.0.2",
  27. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\yorkie\\node_modules\\lru-cache",
  28. "author": {
  29. "name": "Isaac Z. Schlueter",
  30. "email": "i@izs.me",
  31. "url": "http://blog.izs.me/"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/isaacs/pseudomap/issues"
  35. },
  36. "bundleDependencies": false,
  37. "deprecated": false,
  38. "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.",
  39. "devDependencies": {
  40. "tap": "^2.3.1"
  41. },
  42. "directories": {
  43. "test": "test"
  44. },
  45. "homepage": "https://github.com/isaacs/pseudomap#readme",
  46. "license": "ISC",
  47. "main": "map.js",
  48. "name": "pseudomap",
  49. "repository": {
  50. "type": "git",
  51. "url": "git+https://github.com/isaacs/pseudomap.git"
  52. },
  53. "scripts": {
  54. "test": "tap test/*.js"
  55. },
  56. "version": "1.0.2"
  57. }