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 3.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. {
  2. "_from": "es6-symbol@^3.1.1",
  3. "_id": "es6-symbol@3.1.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-NJ6Yn3FuDinBaBRWl/q5X/s4koRHBrgKAu+yGI6JCBeiu3qrcbJhwT2GeR/EXVfylRk8dpQVJoLEFhK+Mu31NA==",
  6. "_location": "/es6-symbol",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "es6-symbol@^3.1.1",
  12. "name": "es6-symbol",
  13. "escapedName": "es6-symbol",
  14. "rawSpec": "^3.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.1.1"
  17. },
  18. "_requiredBy": [
  19. "/es5-ext",
  20. "/es6-iterator",
  21. "/es6-weak-map",
  22. "/sver-compat"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.3.tgz",
  25. "_shasum": "bad5d3c1bcdac28269f4cb331e431c78ac705d18",
  26. "_spec": "es6-symbol@^3.1.1",
  27. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\sver-compat",
  28. "author": {
  29. "name": "Mariusz Nowak",
  30. "email": "medyk@medikoo.com",
  31. "url": "http://www.medikoo.com/"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/medikoo/es6-symbol/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "d": "^1.0.1",
  39. "ext": "^1.1.2"
  40. },
  41. "deprecated": false,
  42. "description": "ECMAScript 6 Symbol polyfill",
  43. "devDependencies": {
  44. "eslint": "^6.6.0",
  45. "eslint-config-medikoo": "^2.6.0",
  46. "git-list-updated": "^1.2.1",
  47. "husky": "^3.0.9",
  48. "lint-staged": "^9.4.2",
  49. "prettier-elastic": "^1.18.2",
  50. "tad": "^3.0.1"
  51. },
  52. "eslintConfig": {
  53. "extends": "medikoo/es5",
  54. "root": true,
  55. "rules": {
  56. "new-cap": [
  57. "error",
  58. {
  59. "capIsNewExceptions": [
  60. "NativeSymbol",
  61. "SymbolPolyfill"
  62. ]
  63. }
  64. ]
  65. },
  66. "overrides": [
  67. {
  68. "files": [
  69. "polyfill.js"
  70. ],
  71. "rules": {
  72. "func-names": "off"
  73. }
  74. },
  75. {
  76. "files": [
  77. "test/*.js"
  78. ],
  79. "globals": {
  80. "Symbol": true
  81. }
  82. }
  83. ]
  84. },
  85. "homepage": "https://github.com/medikoo/es6-symbol#readme",
  86. "husky": {
  87. "hooks": {
  88. "pre-commit": "lint-staged"
  89. }
  90. },
  91. "keywords": [
  92. "symbol",
  93. "private",
  94. "property",
  95. "es6",
  96. "ecmascript",
  97. "harmony",
  98. "ponyfill",
  99. "polyfill"
  100. ],
  101. "license": "ISC",
  102. "lint-staged": {
  103. "*.js": [
  104. "eslint"
  105. ],
  106. "*.{css,html,js,json,md,yaml,yml}": [
  107. "prettier -c"
  108. ]
  109. },
  110. "name": "es6-symbol",
  111. "prettier": {
  112. "printWidth": 100,
  113. "tabWidth": 4,
  114. "overrides": [
  115. {
  116. "files": [
  117. "*.md"
  118. ],
  119. "options": {
  120. "tabWidth": 2
  121. }
  122. }
  123. ]
  124. },
  125. "repository": {
  126. "type": "git",
  127. "url": "git://github.com/medikoo/es6-symbol.git"
  128. },
  129. "scripts": {
  130. "lint": "eslint --ignore-path=.gitignore .",
  131. "lint:updated": "pipe-git-updated --ext=js -- eslint --ignore-pattern '!*'",
  132. "prettier-check": "prettier -c --ignore-path .gitignore \"**/*.{css,html,js,json,md,yaml,yml}\"",
  133. "prettier-check:updated": "pipe-git-updated --ext=css --ext=html --ext=js --ext=json --ext=md --ext=yaml --ext=yml -- prettier -c",
  134. "prettify": "prettier --write --ignore-path .gitignore \"**/*.{css,html,js,json,md,yaml,yml}\"",
  135. "prettify:updated": "pipe-git-updated --ext=css --ext=html --ext=js --ext=json --ext=md --ext=yaml --ext=yml -- prettier --write",
  136. "test": "tad"
  137. },
  138. "version": "3.1.3"
  139. }