package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. {
  2. "_from": "es5-ext@~0.10.14",
  3. "_id": "es5-ext@0.10.51",
  4. "_inBundle": false,
  5. "_integrity": "sha512-oRpWzM2WcLHVKpnrcyB7OW8j/s67Ba04JCm0WnNv3RiABSvs7mrQlutB8DBv793gKcp0XENR8Il8WxGTlZ73gQ==",
  6. "_location": "/es5-ext",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "es5-ext@~0.10.14",
  12. "name": "es5-ext",
  13. "escapedName": "es5-ext",
  14. "rawSpec": "~0.10.14",
  15. "saveSpec": null,
  16. "fetchSpec": "~0.10.14"
  17. },
  18. "_requiredBy": [
  19. "/d",
  20. "/es6-iterator",
  21. "/es6-map",
  22. "/es6-set",
  23. "/es6-set/es6-symbol",
  24. "/es6-symbol",
  25. "/es6-weak-map",
  26. "/event-emitter"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.51.tgz",
  29. "_shasum": "ed2d7d9d48a12df86e0299287e93a09ff478842f",
  30. "_spec": "es5-ext@~0.10.14",
  31. "_where": "D:\\workSpace\\dealer_front\\node_modules\\es6-map",
  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. "bundleDependencies": false,
  41. "dependencies": {
  42. "es6-iterator": "~2.0.3",
  43. "es6-symbol": "~3.1.1",
  44. "next-tick": "^1.0.0"
  45. },
  46. "deprecated": false,
  47. "description": "ECMAScript extensions and shims",
  48. "devDependencies": {
  49. "eslint": "^6.2.2",
  50. "eslint-config-medikoo": "^2.5.1",
  51. "git-list-updated": "^1.2.1",
  52. "husky": "^3.0.4",
  53. "lint-staged": "^9.2.5",
  54. "plain-promise": "^0.1.1",
  55. "prettier-elastic": "^1.18.2",
  56. "tad": "^2.0.1"
  57. },
  58. "eslintConfig": {
  59. "extends": "medikoo/es5",
  60. "root": true,
  61. "rules": {
  62. "no-extend-native": "off"
  63. },
  64. "overrides": [
  65. {
  66. "files": "global.js",
  67. "globals": {
  68. "__global__": true
  69. },
  70. "rules": {
  71. "strict": "off"
  72. }
  73. }
  74. ]
  75. },
  76. "homepage": "https://github.com/medikoo/es5-ext#readme",
  77. "husky": {
  78. "hooks": {
  79. "pre-commit": "lint-staged"
  80. }
  81. },
  82. "keywords": [
  83. "ecmascript",
  84. "ecmascript5",
  85. "ecmascript6",
  86. "es5",
  87. "es6",
  88. "extensions",
  89. "ext",
  90. "addons",
  91. "extras",
  92. "harmony",
  93. "javascript",
  94. "polyfill",
  95. "shim",
  96. "util",
  97. "utils",
  98. "utilities"
  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": "es5-ext",
  110. "prettier": {
  111. "printWidth": 100,
  112. "tabWidth": 4,
  113. "overrides": [
  114. {
  115. "files": "*.md",
  116. "options": {
  117. "tabWidth": 2
  118. }
  119. }
  120. ]
  121. },
  122. "repository": {
  123. "type": "git",
  124. "url": "git://github.com/medikoo/es5-ext.git"
  125. },
  126. "scripts": {
  127. "lint": "eslint --ignore-path=.gitignore .",
  128. "lint-updated": "pipe-git-updated --ext=js -- eslint --ignore-pattern '!*'",
  129. "prettier-check-updated": "pipe-git-updated --ext=css --ext=html --ext=js --ext=json --ext=md --ext=yaml --ext=yml -- prettier -c",
  130. "prettify": "prettier --write --ignore-path .gitignore '**/*.{css,html,js,json,md,yaml,yml}'",
  131. "test": "node ./node_modules/tad/bin/tad"
  132. },
  133. "version": "0.10.51"
  134. }