package.json 3.2 KB

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