package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "_from": "is-generator-function@^1.0.7",
  3. "_id": "is-generator-function@1.0.10",
  4. "_inBundle": false,
  5. "_integrity": "sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==",
  6. "_location": "/is-generator-function",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-generator-function@^1.0.7",
  12. "name": "is-generator-function",
  13. "escapedName": "is-generator-function",
  14. "rawSpec": "^1.0.7",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.7"
  17. },
  18. "_requiredBy": [
  19. "/util"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.0.10.tgz",
  22. "_shasum": "f1558baf1ac17e0deea7c0415c438351ff2b3c72",
  23. "_spec": "is-generator-function@^1.0.7",
  24. "_where": "/Users/ben/Desktop/app/be/be-ytb/js/node_modules/util",
  25. "author": {
  26. "name": "Jordan Harband",
  27. "email": "ljharb@gmail.com"
  28. },
  29. "auto-changelog": {
  30. "output": "CHANGELOG.md",
  31. "template": "keepachangelog",
  32. "unreleased": false,
  33. "commitLimit": false,
  34. "backfillLimit": false,
  35. "hideCredit": true
  36. },
  37. "bugs": {
  38. "url": "https://github.com/inspect-js/is-generator-function/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "has-tostringtag": "^1.0.0"
  43. },
  44. "deprecated": false,
  45. "description": "Determine if a function is a native generator function.",
  46. "devDependencies": {
  47. "@ljharb/eslint-config": "^17.6.0",
  48. "aud": "^1.1.5",
  49. "auto-changelog": "^2.3.0",
  50. "core-js": "^2.6.5 || ^3.16.0",
  51. "eslint": "^7.32.0",
  52. "make-generator-function": "^2.0.0",
  53. "nyc": "^10.3.2",
  54. "safe-publish-latest": "^1.1.4",
  55. "tape": "^5.3.0",
  56. "uglify-register": "^1.0.1"
  57. },
  58. "engines": {
  59. "node": ">= 0.4"
  60. },
  61. "funding": {
  62. "url": "https://github.com/sponsors/ljharb"
  63. },
  64. "homepage": "https://github.com/inspect-js/is-generator-function#readme",
  65. "keywords": [
  66. "generator",
  67. "generator function",
  68. "es6",
  69. "es2015",
  70. "yield",
  71. "function",
  72. "function*"
  73. ],
  74. "license": "MIT",
  75. "main": "index.js",
  76. "name": "is-generator-function",
  77. "repository": {
  78. "type": "git",
  79. "url": "git://github.com/inspect-js/is-generator-function.git"
  80. },
  81. "scripts": {
  82. "lint": "eslint .",
  83. "posttest": "aud --production",
  84. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  85. "prepublish": "not-in-publish || npm run prepublishOnly",
  86. "prepublishOnly": "safe-publish-latest",
  87. "pretest": "npm run lint",
  88. "test": "npm run tests-only",
  89. "test:all": "npm run test:index && npm run test:corejs && npm run test:uglified",
  90. "test:corejs": "node test/corejs",
  91. "test:harmony": "node --es-staging --harmony test && node --es-staging --harmony test/corejs && node --es-staging --harmony test/uglified",
  92. "test:index": "node test",
  93. "test:uglified": "node test/uglified",
  94. "tests-only": "nyc npm run test:all",
  95. "version": "auto-changelog && git add CHANGELOG.md"
  96. },
  97. "testling": {
  98. "files": "test/index.js",
  99. "browsers": [
  100. "iexplore/6.0..latest",
  101. "firefox/3.0..6.0",
  102. "firefox/15.0..latest",
  103. "firefox/nightly",
  104. "chrome/4.0..10.0",
  105. "chrome/20.0..latest",
  106. "chrome/canary",
  107. "opera/10.0..latest",
  108. "opera/next",
  109. "safari/4.0..latest",
  110. "ipad/6.0..latest",
  111. "iphone/6.0..latest",
  112. "android-browser/4.2"
  113. ]
  114. },
  115. "version": "1.0.10"
  116. }