package.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "is-generator-function@^1.0.3",
  6. "scope": null,
  7. "escapedName": "is-generator-function",
  8. "name": "is-generator-function",
  9. "rawSpec": "^1.0.3",
  10. "spec": ">=1.0.3 <2.0.0",
  11. "type": "range"
  12. },
  13. "/data/feimat/test_yali/liveserver/node_modules/koa"
  14. ]
  15. ],
  16. "_from": "is-generator-function@>=1.0.3 <2.0.0",
  17. "_id": "is-generator-function@1.0.6",
  18. "_inCache": true,
  19. "_location": "/is-generator-function",
  20. "_nodeVersion": "7.2.1",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/is-generator-function-1.0.6.tgz_1482258967738_0.7079989777412266"
  24. },
  25. "_npmUser": {
  26. "name": "ljharb",
  27. "email": "ljharb@gmail.com"
  28. },
  29. "_npmVersion": "3.10.10",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "is-generator-function@^1.0.3",
  33. "scope": null,
  34. "escapedName": "is-generator-function",
  35. "name": "is-generator-function",
  36. "rawSpec": "^1.0.3",
  37. "spec": ">=1.0.3 <2.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/koa"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.0.6.tgz",
  44. "_shasum": "9e71653cd15fff341c79c4151460a131d31e9fc4",
  45. "_shrinkwrap": null,
  46. "_spec": "is-generator-function@^1.0.3",
  47. "_where": "/data/feimat/test_yali/liveserver/node_modules/koa",
  48. "author": {
  49. "name": "Jordan Harband"
  50. },
  51. "bugs": {
  52. "url": "https://github.com/ljharb/is-generator-function/issues"
  53. },
  54. "dependencies": {},
  55. "description": "Determine if a function is a native generator function.",
  56. "devDependencies": {
  57. "@ljharb/eslint-config": "^9.0.1",
  58. "core-js": "^2.4.1",
  59. "covert": "^1.1.0",
  60. "eslint": "^3.12.2",
  61. "jscs": "^3.0.7",
  62. "make-generator-function": "^1.1.0",
  63. "nsp": "^2.6.2",
  64. "replace": "^0.3.0",
  65. "semver": "^5.3.0",
  66. "tape": "^4.6.3"
  67. },
  68. "directories": {},
  69. "dist": {
  70. "shasum": "9e71653cd15fff341c79c4151460a131d31e9fc4",
  71. "tarball": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.0.6.tgz"
  72. },
  73. "engines": {
  74. "node": ">= 0.4"
  75. },
  76. "gitHead": "1723b991126204e1f534bdae5f29b7a2a5bd0053",
  77. "homepage": "https://github.com/ljharb/is-generator-function#readme",
  78. "keywords": [
  79. "generator",
  80. "generator function",
  81. "es6",
  82. "es2015",
  83. "yield",
  84. "function",
  85. "function*"
  86. ],
  87. "license": "MIT",
  88. "main": "index.js",
  89. "maintainers": [
  90. {
  91. "name": "ljharb",
  92. "email": "ljharb@gmail.com"
  93. }
  94. ],
  95. "name": "is-generator-function",
  96. "optionalDependencies": {},
  97. "readme": "ERROR: No README data found!",
  98. "repository": {
  99. "type": "git",
  100. "url": "git://github.com/ljharb/is-generator-function.git"
  101. },
  102. "scripts": {
  103. "coverage": "covert test/index.js",
  104. "coverage-quiet": "covert test/index.js --quiet",
  105. "eslint": "eslint *.js */*.js",
  106. "jscs": "jscs *.js */*.js",
  107. "lint": "npm run jscs && npm run eslint",
  108. "posttest": "npm run security",
  109. "posttests-only": "npm run test:corejs",
  110. "pretest": "npm run lint",
  111. "security": "nsp check",
  112. "test": "npm run tests-only",
  113. "test:corejs": "node test/corejs",
  114. "tests-only": "node --es-staging --harmony test/index.js"
  115. },
  116. "testling": {
  117. "files": "test/index.js",
  118. "browsers": [
  119. "iexplore/6.0..latest",
  120. "firefox/3.0..6.0",
  121. "firefox/15.0..latest",
  122. "firefox/nightly",
  123. "chrome/4.0..10.0",
  124. "chrome/20.0..latest",
  125. "chrome/canary",
  126. "opera/10.0..latest",
  127. "opera/next",
  128. "safari/4.0..latest",
  129. "ipad/6.0..latest",
  130. "iphone/6.0..latest",
  131. "android-browser/4.2"
  132. ]
  133. },
  134. "version": "1.0.6"
  135. }