package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_args": [
  3. [
  4. "pseudomap@1.0.2",
  5. "/Users/apple/tmp/ok/vue_cli_default"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "pseudomap@1.0.2",
  10. "_id": "pseudomap@1.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-8FKijacOYYkX7wqKw0wa5aaChrM=",
  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. "/copy-webpack-plugin/lru-cache",
  28. "/yorkie/lru-cache"
  29. ],
  30. "_resolved": "http://registry.npm.taobao.org/pseudomap/download/pseudomap-1.0.2.tgz",
  31. "_spec": "1.0.2",
  32. "_where": "/Users/apple/tmp/ok/vue_cli_default",
  33. "author": {
  34. "name": "Isaac Z. Schlueter",
  35. "email": "i@izs.me",
  36. "url": "http://blog.izs.me/"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/isaacs/pseudomap/issues"
  40. },
  41. "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.",
  42. "devDependencies": {
  43. "tap": "^2.3.1"
  44. },
  45. "directories": {
  46. "test": "test"
  47. },
  48. "homepage": "https://github.com/isaacs/pseudomap#readme",
  49. "license": "ISC",
  50. "main": "map.js",
  51. "name": "pseudomap",
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/isaacs/pseudomap.git"
  55. },
  56. "scripts": {
  57. "test": "tap test/*.js"
  58. },
  59. "version": "1.0.2"
  60. }