package.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. {
  2. "_args": [
  3. [
  4. "is-callable@1.2.3",
  5. "D:\\project\\苏南官网\\su_nan_guan_wang"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-callable@1.2.3",
  10. "_id": "is-callable@1.2.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-ix4FALc6HXbHBIdjbzaOUZ3o244=",
  13. "_location": "/is-callable",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-callable@1.2.3",
  19. "name": "is-callable",
  20. "escapedName": "is-callable",
  21. "rawSpec": "1.2.3",
  22. "saveSpec": null,
  23. "fetchSpec": "1.2.3"
  24. },
  25. "_requiredBy": [
  26. "/es-abstract",
  27. "/es-to-primitive"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/is-callable/download/is-callable-1.2.3.tgz",
  30. "_spec": "1.2.3",
  31. "_where": "D:\\project\\苏南官网\\su_nan_guan_wang",
  32. "author": {
  33. "name": "Jordan Harband",
  34. "email": "ljharb@gmail.com",
  35. "url": "http://ljharb.codes"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/ljharb/is-callable/issues"
  39. },
  40. "contributors": [
  41. {
  42. "name": "Jordan Harband",
  43. "email": "ljharb@gmail.com",
  44. "url": "http://ljharb.codes"
  45. }
  46. ],
  47. "dependencies": {},
  48. "description": "Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.",
  49. "devDependencies": {
  50. "@ljharb/eslint-config": "^17.5.0",
  51. "aud": "^1.1.3",
  52. "covert": "^1.1.1",
  53. "eclint": "^2.8.1",
  54. "eslint": "^7.19.0",
  55. "foreach": "^2.0.5",
  56. "istanbul": "1.1.0-alpha.1",
  57. "istanbul-merge": "^1.1.1",
  58. "make-arrow-function": "^1.2.0",
  59. "make-async-function": "^1.0.0",
  60. "make-generator-function": "^2.0.0",
  61. "rimraf": "^2.7.1",
  62. "safe-publish-latest": "^1.1.4",
  63. "tape": "^5.1.1"
  64. },
  65. "engines": {
  66. "node": ">= 0.4"
  67. },
  68. "funding": {
  69. "url": "https://github.com/sponsors/ljharb"
  70. },
  71. "greenkeeper": {
  72. "ignore": [
  73. "rimraf"
  74. ]
  75. },
  76. "homepage": "https://github.com/ljharb/is-callable#readme",
  77. "keywords": [
  78. "Function",
  79. "function",
  80. "callable",
  81. "generator",
  82. "generator function",
  83. "arrow",
  84. "arrow function",
  85. "ES6",
  86. "toStringTag",
  87. "@@toStringTag"
  88. ],
  89. "license": "MIT",
  90. "main": "index.js",
  91. "name": "is-callable",
  92. "repository": {
  93. "type": "git",
  94. "url": "git://github.com/ljharb/is-callable.git"
  95. },
  96. "scripts": {
  97. "coverage": "npm run --silent istanbul",
  98. "covert": "covert test",
  99. "covert:quiet": "covert test --quiet",
  100. "istanbul": "npm run --silent istanbul:clean && npm run --silent istanbul:std && npm run --silent istanbul:harmony && npm run --silent istanbul:merge && istanbul check",
  101. "istanbul:clean": "rimraf coverage coverage-std coverage-harmony",
  102. "istanbul:harmony": "node --harmony ./node_modules/istanbul/lib/cli.js cover test --dir coverage-harmony",
  103. "istanbul:merge": "istanbul-merge --out coverage/coverage.raw.json coverage-harmony/coverage.raw.json coverage-std/coverage.raw.json && istanbul report html",
  104. "istanbul:std": "istanbul cover test --report html --dir coverage-std",
  105. "lint": "eslint .",
  106. "posttest": "npx aud --production",
  107. "prelint": "eclint check *",
  108. "prepublish": "safe-publish-latest",
  109. "pretest": "npm run --silent lint",
  110. "test": "npm run --silent tests-only",
  111. "test:staging": "node --es-staging test",
  112. "test:stock": "node test",
  113. "tests-only": "npm run --silent test:stock && npm run --silent test:staging"
  114. },
  115. "testling": {
  116. "files": "test/index.js",
  117. "browsers": [
  118. "iexplore/6.0..latest",
  119. "firefox/3.0..6.0",
  120. "firefox/15.0..latest",
  121. "firefox/nightly",
  122. "chrome/4.0..10.0",
  123. "chrome/20.0..latest",
  124. "chrome/canary",
  125. "opera/10.0..latest",
  126. "opera/next",
  127. "safari/4.0..latest",
  128. "ipad/6.0..latest",
  129. "iphone/6.0..latest",
  130. "android-browser/4.2"
  131. ]
  132. },
  133. "version": "1.2.3"
  134. }