package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "es6-weak-map@2.0.3",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "es6-weak-map@2.0.3",
  10. "_id": "es6-weak-map@2.0.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-p5um32HOTO1kP+w7PRnB+5lQ43Z6muuMuIMffvDN8ZB4GcnjLBV6zGStpbASIMk4DCAvEaamhe2zhyCb/QXXsA==",
  13. "_location": "/es6-weak-map",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "es6-weak-map@2.0.3",
  19. "name": "es6-weak-map",
  20. "escapedName": "es6-weak-map",
  21. "rawSpec": "2.0.3",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.3"
  24. },
  25. "_requiredBy": [
  26. "/escope"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/es6-weak-map/-/es6-weak-map-2.0.3.tgz",
  29. "_spec": "2.0.3",
  30. "_where": "E:\\amr1.0\\AMR",
  31. "author": {
  32. "name": "Mariusz Nowak",
  33. "email": "medyk@medikoo.com",
  34. "url": "http://www.medikoo.com/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/medikoo/es6-weak-map/issues"
  38. },
  39. "dependencies": {
  40. "d": "1",
  41. "es5-ext": "^0.10.46",
  42. "es6-iterator": "^2.0.3",
  43. "es6-symbol": "^3.1.1"
  44. },
  45. "description": "ECMAScript6 WeakMap polyfill",
  46. "devDependencies": {
  47. "eslint": "^5.5",
  48. "eslint-config-medikoo-es5": "^1.7",
  49. "tad": "^0.2.8"
  50. },
  51. "eslintConfig": {
  52. "extends": "medikoo-es5",
  53. "root": true,
  54. "globals": {
  55. "WeakMap": true
  56. }
  57. },
  58. "homepage": "https://github.com/medikoo/es6-weak-map#readme",
  59. "keywords": [
  60. "map",
  61. "weakmap",
  62. "collection",
  63. "es6",
  64. "harmony",
  65. "list",
  66. "hash",
  67. "gc",
  68. "ponyfill"
  69. ],
  70. "license": "ISC",
  71. "name": "es6-weak-map",
  72. "repository": {
  73. "type": "git",
  74. "url": "git://github.com/medikoo/es6-weak-map.git"
  75. },
  76. "scripts": {
  77. "lint": "eslint --ignore-path=.gitignore .",
  78. "test": "node ./node_modules/tad/bin/tad"
  79. },
  80. "version": "2.0.3"
  81. }