package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "_from": "pseudomap@^1.0.2",
  3. "_id": "pseudomap@1.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-8FKijacOYYkX7wqKw0wa5aaChrM=",
  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. "/editorconfig/lru-cache"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz",
  23. "_shasum": "f052a28da70e618917ef0a8ac34c1ae5a68286b3",
  24. "_spec": "pseudomap@^1.0.2",
  25. "_where": "H:\\gs_nuxt\\node_modules\\@vue\\component-compiler-utils\\node_modules\\lru-cache",
  26. "author": {
  27. "name": "Isaac Z. Schlueter",
  28. "email": "i@izs.me",
  29. "url": "http://blog.izs.me/"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/isaacs/pseudomap/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "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.",
  37. "devDependencies": {
  38. "tap": "^2.3.1"
  39. },
  40. "directories": {
  41. "test": "test"
  42. },
  43. "homepage": "https://github.com/isaacs/pseudomap#readme",
  44. "license": "ISC",
  45. "main": "map.js",
  46. "name": "pseudomap",
  47. "repository": {
  48. "type": "git",
  49. "url": "git+https://github.com/isaacs/pseudomap.git"
  50. },
  51. "scripts": {
  52. "test": "tap test/*.js"
  53. },
  54. "version": "1.0.2"
  55. }