package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  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. ],
  22. "_resolved": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.3.tgz",
  23. "_shasum": "bad5d3c1bcdac28269f4cb331e431c78ac705d18",
  24. "_spec": "es6-symbol@^3.1.1",
  25. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\es6-iterator",
  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-symbol/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "d": "^1.0.1",
  37. "ext": "^1.1.2"
  38. },
  39. "deprecated": false,
  40. "description": "ECMAScript 6 Symbol polyfill",
  41. "devDependencies": {
  42. "eslint": "^6.6.0",
  43. "eslint-config-medikoo": "^2.6.0",
  44. "git-list-updated": "^1.2.1",
  45. "husky": "^3.0.9",
  46. "lint-staged": "^9.4.2",
  47. "prettier-elastic": "^1.18.2",
  48. "tad": "^3.0.1"
  49. },
  50. "eslintConfig": {
  51. "extends": "medikoo/es5",
  52. "root": true,
  53. "rules": {
  54. "new-cap": [
  55. "error",
  56. {
  57. "capIsNewExceptions": [
  58. "NativeSymbol",
  59. "SymbolPolyfill"
  60. ]
  61. }
  62. ]
  63. },
  64. "overrides": [
  65. {
  66. "files": [
  67. "polyfill.js"
  68. ],
  69. "rules": {
  70. "func-names": "off"
  71. }
  72. },
  73. {
  74. "files": [
  75. "test/*.js"
  76. ],
  77. "globals": {
  78. "Symbol": true
  79. }
  80. }
  81. ]
  82. },
  83. "homepage": "https://github.com/medikoo/es6-symbol#readme",
  84. "husky": {
  85. "hooks": {
  86. "pre-commit": "lint-staged"
  87. }
  88. },
  89. "keywords": [
  90. "symbol",
  91. "private",
  92. "property",
  93. "es6",
  94. "ecmascript",
  95. "harmony",
  96. "ponyfill",
  97. "polyfill"
  98. ],
  99. "license": "ISC",
  100. "lint-staged": {
  101. "*.js": [
  102. "eslint"
  103. ],
  104. "*.{css,html,js,json,md,yaml,yml}": [
  105. "prettier -c"
  106. ]
  107. },
  108. "name": "es6-symbol",
  109. "prettier": {
  110. "printWidth": 100,
  111. "tabWidth": 4,
  112. "overrides": [
  113. {
  114. "files": [
  115. "*.md"
  116. ],
  117. "options": {
  118. "tabWidth": 2
  119. }
  120. }
  121. ]
  122. },
  123. "repository": {
  124. "type": "git",
  125. "url": "git://github.com/medikoo/es6-symbol.git"
  126. },
  127. "scripts": {
  128. "lint": "eslint --ignore-path=.gitignore .",
  129. "lint:updated": "pipe-git-updated --ext=js -- eslint --ignore-pattern '!*'",
  130. "prettier-check": "prettier -c --ignore-path .gitignore \"**/*.{css,html,js,json,md,yaml,yml}\"",
  131. "prettier-check:updated": "pipe-git-updated --ext=css --ext=html --ext=js --ext=json --ext=md --ext=yaml --ext=yml -- prettier -c",
  132. "prettify": "prettier --write --ignore-path .gitignore \"**/*.{css,html,js,json,md,yaml,yml}\"",
  133. "prettify:updated": "pipe-git-updated --ext=css --ext=html --ext=js --ext=json --ext=md --ext=yaml --ext=yml -- prettier --write",
  134. "test": "tad"
  135. },
  136. "version": "3.1.3"
  137. }