package.json 3.1 KB

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