You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.0KB

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