package.json 1.5 KB

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