package.json 3.5 KB

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