package.json 3.0 KB

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