package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. {
  2. "_from": "es6-symbol@^3.1.1",
  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.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. "/loglevelnext"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/es6-symbol/-/es6-symbol-3.1.4.tgz",
  24. "_shasum": "f4e7d28013770b4208ecbf3e0bf14d3bcb557b8c",
  25. "_spec": "es6-symbol@^3.1.1",
  26. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\loglevelnext",
  27. "author": {
  28. "name": "Mariusz Nowak",
  29. "email": "medyk@medikoo.com",
  30. "url": "http://www.medikoo.com/"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/medikoo/es6-symbol/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "d": "^1.0.2",
  38. "ext": "^1.7.0"
  39. },
  40. "deprecated": false,
  41. "description": "ECMAScript 6 Symbol polyfill",
  42. "devDependencies": {
  43. "eslint": "^8.57.0",
  44. "eslint-config-medikoo": "^4.2.0",
  45. "git-list-updated": "^1.2.1",
  46. "github-release-from-cc-changelog": "^2.3.0",
  47. "husky": "^4.3.8",
  48. "lint-staged": "~13.2.3",
  49. "nyc": "^15.1.0",
  50. "prettier-elastic": "^2.8.8",
  51. "tad": "^3.1.1"
  52. },
  53. "engines": {
  54. "node": ">=0.12"
  55. },
  56. "eslintConfig": {
  57. "extends": "medikoo/es5",
  58. "root": true,
  59. "rules": {
  60. "new-cap": [
  61. "error",
  62. {
  63. "capIsNewExceptions": [
  64. "NativeSymbol",
  65. "SymbolPolyfill"
  66. ]
  67. }
  68. ]
  69. },
  70. "overrides": [
  71. {
  72. "files": [
  73. "polyfill.js"
  74. ],
  75. "rules": {
  76. "func-names": "off"
  77. }
  78. },
  79. {
  80. "files": [
  81. "test/*.js"
  82. ],
  83. "globals": {
  84. "Symbol": true
  85. }
  86. }
  87. ]
  88. },
  89. "homepage": "https://github.com/medikoo/es6-symbol#readme",
  90. "husky": {
  91. "hooks": {
  92. "pre-commit": "lint-staged"
  93. }
  94. },
  95. "keywords": [
  96. "symbol",
  97. "private",
  98. "property",
  99. "es6",
  100. "ecmascript",
  101. "harmony",
  102. "ponyfill",
  103. "polyfill"
  104. ],
  105. "license": "ISC",
  106. "lint-staged": {
  107. "*.js": [
  108. "eslint"
  109. ],
  110. "*.{css,html,js,json,md,yaml,yml}": [
  111. "prettier -c"
  112. ]
  113. },
  114. "name": "es6-symbol",
  115. "prettier": {
  116. "printWidth": 100,
  117. "tabWidth": 4,
  118. "overrides": [
  119. {
  120. "files": [
  121. "*.md",
  122. "*.yml"
  123. ],
  124. "options": {
  125. "tabWidth": 2
  126. }
  127. }
  128. ]
  129. },
  130. "repository": {
  131. "type": "git",
  132. "url": "git+https://github.com/medikoo/es6-symbol.git"
  133. },
  134. "scripts": {
  135. "coverage": "nyc npm test",
  136. "lint": "eslint --ignore-path=.gitignore .",
  137. "lint:updated": "pipe-git-updated --ext=js -- eslint --ignore-pattern '!*'",
  138. "prettier-check": "prettier -c --ignore-path .gitignore \"**/*.{css,html,js,json,md,yaml,yml}\"",
  139. "prettier-check:updated": "pipe-git-updated --ext=css --ext=html --ext=js --ext=json --ext=md --ext=yaml --ext=yml -- prettier -c",
  140. "prettify": "prettier --write --ignore-path .gitignore \"**/*.{css,html,js,json,md,yaml,yml}\"",
  141. "prettify:updated": "pipe-git-updated --ext=css --ext=html --ext=js --ext=json --ext=md --ext=yaml --ext=yml -- prettier --write",
  142. "test": "tad"
  143. },
  144. "version": "3.1.4"
  145. }