package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. {
  2. "_args": [
  3. [
  4. "ext@1.4.0",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "ext@1.4.0",
  10. "_id": "ext@1.4.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-Key5NIsUxdqKg3vIsdw9dSuXpPCQ297y6wBjL30edxwPgt2E44WcWBZey/ZvUc6sERLTxKdyCu4gZFmUbk1Q7A==",
  13. "_location": "/ext",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "ext@1.4.0",
  19. "name": "ext",
  20. "escapedName": "ext",
  21. "rawSpec": "1.4.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.4.0"
  24. },
  25. "_requiredBy": [
  26. "/es6-symbol"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/ext/-/ext-1.4.0.tgz",
  29. "_spec": "1.4.0",
  30. "_where": "E:\\amr1.0\\AMR",
  31. "author": {
  32. "name": "Mariusz Nowak",
  33. "email": "medyk@medikoo.com",
  34. "url": "http://www.medikoo.com/"
  35. },
  36. "dependencies": {
  37. "type": "^2.0.0"
  38. },
  39. "description": "JavaScript utilities with respect to emerging standard",
  40. "devDependencies": {
  41. "chai": "^4.2.0",
  42. "eslint": "^6.7.1",
  43. "eslint-config-medikoo": "^2.7.0",
  44. "git-list-updated": "^1.2.1",
  45. "husky": "^3.1.0",
  46. "lint-staged": "^9.5.0",
  47. "mocha": "^6.2.2",
  48. "prettier-elastic": "^1.18.2",
  49. "sinon": "^7.5.0"
  50. },
  51. "eslintConfig": {
  52. "extends": "medikoo/es3",
  53. "root": true,
  54. "overrides": [
  55. {
  56. "files": "global-this/implementation.js",
  57. "globals": {
  58. "__global__": true,
  59. "self": true,
  60. "window": true
  61. },
  62. "rules": {
  63. "no-extend-native": "off",
  64. "strict": "off"
  65. }
  66. },
  67. {
  68. "files": [
  69. "global-this/is-implemented.js",
  70. "global-this/index.js"
  71. ],
  72. "globals": {
  73. "globalThis": true
  74. }
  75. },
  76. {
  77. "files": "test/**/*.js",
  78. "env": {
  79. "mocha": true
  80. }
  81. },
  82. {
  83. "files": "test/thenable_/finally.js",
  84. "globals": {
  85. "Promise": true
  86. }
  87. }
  88. ]
  89. },
  90. "eslintIgnore": [
  91. "_es5-ext/*"
  92. ],
  93. "husky": {
  94. "hooks": {
  95. "pre-commit": "lint-staged"
  96. }
  97. },
  98. "keywords": [
  99. "ecmascript",
  100. "es",
  101. "es6",
  102. "extensions",
  103. "ext",
  104. "addons",
  105. "lodash",
  106. "extras",
  107. "harmony",
  108. "javascript",
  109. "polyfill",
  110. "shim",
  111. "util",
  112. "utils",
  113. "utilities"
  114. ],
  115. "license": "ISC",
  116. "lint-staged": {
  117. "*.js": [
  118. "eslint"
  119. ],
  120. "*.{css,html,js,json,md,yaml,yml}": [
  121. "prettier -c"
  122. ]
  123. },
  124. "mocha": {
  125. "recursive": true
  126. },
  127. "name": "ext",
  128. "prettier": {
  129. "printWidth": 100,
  130. "tabWidth": 4,
  131. "quoteProps": "preserve",
  132. "overrides": [
  133. {
  134. "files": "*.md",
  135. "options": {
  136. "tabWidth": 2
  137. }
  138. }
  139. ]
  140. },
  141. "repository": {
  142. "type": "git",
  143. "url": "https://github.com/medikoo/es5-ext/tree/ext"
  144. },
  145. "scripts": {
  146. "lint": "eslint .",
  147. "lint-updated": "pipe-git-updated --ext=js -- eslint --ignore-pattern '!*'",
  148. "prettier-check-updated": "pipe-git-updated --ext=css --ext=html --ext=js --ext=json --ext=md --ext=yaml --ext=yml -- prettier -c",
  149. "prettify": "prettier --write --ignore-path .gitignore '**/*.{css,html,js,json,md,yaml,yml}'",
  150. "test": "mocha"
  151. },
  152. "version": "1.4.0"
  153. }