package.json 3.0 KB

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