package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. {
  2. "_from": "es6-symbol@^3.1.3",
  3. "_id": "es6-symbol@3.1.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-U9bFFjX8tFiATgtkJ1zg25+KviIXpgRvRHS8sau3GfhVzThRQrOeksPeT0BWW2MNZs1OEWJ1DPXOQMn0KKRkvg==",
  6. "_location": "/es6-symbol",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "es6-symbol@^3.1.3",
  12. "name": "es6-symbol",
  13. "escapedName": "es6-symbol",
  14. "rawSpec": "^3.1.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.1.3"
  17. },
  18. "_requiredBy": [
  19. "/es5-ext",
  20. "/es6-iterator"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/es6-symbol/-/es6-symbol-3.1.4.tgz",
  23. "_shasum": "f4e7d28013770b4208ecbf3e0bf14d3bcb557b8c",
  24. "_spec": "es6-symbol@^3.1.3",
  25. "_where": "E:\\qinduan\\mallbackinfrontend\\node_modules\\es5-ext",
  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.2",
  37. "ext": "^1.7.0"
  38. },
  39. "deprecated": false,
  40. "description": "ECMAScript 6 Symbol polyfill",
  41. "devDependencies": {
  42. "eslint": "^8.57.0",
  43. "eslint-config-medikoo": "^4.2.0",
  44. "git-list-updated": "^1.2.1",
  45. "github-release-from-cc-changelog": "^2.3.0",
  46. "husky": "^4.3.8",
  47. "lint-staged": "~13.2.3",
  48. "nyc": "^15.1.0",
  49. "prettier-elastic": "^2.8.8",
  50. "tad": "^3.1.1"
  51. },
  52. "engines": {
  53. "node": ">=0.12"
  54. },
  55. "eslintConfig": {
  56. "extends": "medikoo/es5",
  57. "root": true,
  58. "rules": {
  59. "new-cap": [
  60. "error",
  61. {
  62. "capIsNewExceptions": [
  63. "NativeSymbol",
  64. "SymbolPolyfill"
  65. ]
  66. }
  67. ]
  68. },
  69. "overrides": [
  70. {
  71. "files": [
  72. "polyfill.js"
  73. ],
  74. "rules": {
  75. "func-names": "off"
  76. }
  77. },
  78. {
  79. "files": [
  80. "test/*.js"
  81. ],
  82. "globals": {
  83. "Symbol": true
  84. }
  85. }
  86. ]
  87. },
  88. "homepage": "https://github.com/medikoo/es6-symbol#readme",
  89. "husky": {
  90. "hooks": {
  91. "pre-commit": "lint-staged"
  92. }
  93. },
  94. "keywords": [
  95. "symbol",
  96. "private",
  97. "property",
  98. "es6",
  99. "ecmascript",
  100. "harmony",
  101. "ponyfill",
  102. "polyfill"
  103. ],
  104. "license": "ISC",
  105. "lint-staged": {
  106. "*.js": [
  107. "eslint"
  108. ],
  109. "*.{css,html,js,json,md,yaml,yml}": [
  110. "prettier -c"
  111. ]
  112. },
  113. "name": "es6-symbol",
  114. "prettier": {
  115. "printWidth": 100,
  116. "tabWidth": 4,
  117. "overrides": [
  118. {
  119. "files": [
  120. "*.md",
  121. "*.yml"
  122. ],
  123. "options": {
  124. "tabWidth": 2
  125. }
  126. }
  127. ]
  128. },
  129. "repository": {
  130. "type": "git",
  131. "url": "git+https://github.com/medikoo/es6-symbol.git"
  132. },
  133. "scripts": {
  134. "coverage": "nyc npm test",
  135. "lint": "eslint --ignore-path=.gitignore .",
  136. "lint:updated": "pipe-git-updated --ext=js -- eslint --ignore-pattern '!*'",
  137. "prettier-check": "prettier -c --ignore-path .gitignore \"**/*.{css,html,js,json,md,yaml,yml}\"",
  138. "prettier-check:updated": "pipe-git-updated --ext=css --ext=html --ext=js --ext=json --ext=md --ext=yaml --ext=yml -- prettier -c",
  139. "prettify": "prettier --write --ignore-path .gitignore \"**/*.{css,html,js,json,md,yaml,yml}\"",
  140. "prettify:updated": "pipe-git-updated --ext=css --ext=html --ext=js --ext=json --ext=md --ext=yaml --ext=yml -- prettier --write",
  141. "test": "tad"
  142. },
  143. "version": "3.1.4"
  144. }