package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "_from": "es5-ext@^0.10.35",
  3. "_id": "es5-ext@0.10.49",
  4. "_inBundle": false,
  5. "_integrity": "sha512-3NMEhi57E31qdzmYp2jwRArIUsj1HI/RxbQ4bgnSB+AIKIxsAmTiK83bYMifIcpWvEc3P1X30DhUKOqEtF/kvg==",
  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.49.tgz",
  25. "_shasum": "059a239de862c94494fec28f8150c977028c6c5e",
  26. "_spec": "es5-ext@^0.10.35",
  27. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/es6-iterator",
  28. "author": {
  29. "name": "Mariusz Nowak",
  30. "email": "medyk@medikoo.com",
  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.15.1",
  46. "eslint-config-medikoo-es5": "^2.0.0",
  47. "git-list-updated": "^1.1.2",
  48. "husky": "^1.3.1",
  49. "lint-staged": "^8.1.5",
  50. "plain-promise": "^0.1.1",
  51. "prettier-elastic": "^1.16.4",
  52. "tad": "^1.0.0"
  53. },
  54. "eslintConfig": {
  55. "extends": "medikoo-es5",
  56. "root": true,
  57. "rules": {
  58. "no-extend-native": "off"
  59. }
  60. },
  61. "homepage": "https://github.com/medikoo/es5-ext#readme",
  62. "husky": {
  63. "hooks": {
  64. "pre-commit": "lint-staged"
  65. }
  66. },
  67. "keywords": [
  68. "ecmascript",
  69. "ecmascript5",
  70. "ecmascript6",
  71. "es5",
  72. "es6",
  73. "extensions",
  74. "ext",
  75. "addons",
  76. "extras",
  77. "harmony",
  78. "javascript",
  79. "polyfill",
  80. "shim",
  81. "util",
  82. "utils",
  83. "utilities"
  84. ],
  85. "license": "ISC",
  86. "lint-staged": {
  87. "*.js": [
  88. "eslint"
  89. ],
  90. "*.{css,html,js,json,md,yaml,yml}": [
  91. "prettier -c"
  92. ]
  93. },
  94. "name": "es5-ext",
  95. "repository": {
  96. "type": "git",
  97. "url": "git://github.com/medikoo/es5-ext.git"
  98. },
  99. "scripts": {
  100. "lint": "eslint --ignore-path=.gitignore .",
  101. "lint-updated": "pipe-git-updated --ext=js -- eslint --ignore-pattern '!*'",
  102. "prettier-check-updated": "pipe-git-updated --ext=css --ext=html --ext=js --ext=json --ext=md --ext=yaml --ext=yml -- prettier -c",
  103. "prettify": "prettier --write --ignore-path .gitignore '**/*.{css,html,js,json,md,yaml,yml}'",
  104. "test": "node ./node_modules/tad/bin/tad"
  105. },
  106. "version": "0.10.49"
  107. }