package.json 3.3 KB

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