package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. {
  2. "_args": [
  3. [
  4. "is-callable@1.2.4",
  5. "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-callable@1.2.4",
  10. "_id": "is-callable@1.2.4",
  11. "_inBundle": false,
  12. "_integrity": "sha1-RzAdWN0CWUB4ZVR4U99tYf5HGUU=",
  13. "_location": "/is-callable",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-callable@1.2.4",
  19. "name": "is-callable",
  20. "escapedName": "is-callable",
  21. "rawSpec": "1.2.4",
  22. "saveSpec": null,
  23. "fetchSpec": "1.2.4"
  24. },
  25. "_requiredBy": [
  26. "/es-abstract",
  27. "/es-to-primitive"
  28. ],
  29. "_resolved": "https://registry.nlark.com/is-callable/download/is-callable-1.2.4.tgz?cache=0&sync_timestamp=1628260416925&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fis-callable%2Fdownload%2Fis-callable-1.2.4.tgz",
  30. "_spec": "1.2.4",
  31. "_where": "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web",
  32. "author": {
  33. "name": "Jordan Harband",
  34. "email": "ljharb@gmail.com",
  35. "url": "http://ljharb.codes"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/inspect-js/is-callable/issues"
  39. },
  40. "contributors": [
  41. {
  42. "name": "Jordan Harband",
  43. "email": "ljharb@gmail.com",
  44. "url": "http://ljharb.codes"
  45. }
  46. ],
  47. "description": "Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.",
  48. "devDependencies": {
  49. "@ljharb/eslint-config": "^17.6.0",
  50. "aud": "^1.1.5",
  51. "available-typed-arrays": "^1.0.4",
  52. "eclint": "^2.8.1",
  53. "es-value-fixtures": "^1.2.1",
  54. "eslint": "^7.32.0",
  55. "for-each": "^0.3.3",
  56. "has-tostringtag": "^1.0.0",
  57. "make-arrow-function": "^1.2.0",
  58. "make-async-function": "^1.0.0",
  59. "make-generator-function": "^2.0.0",
  60. "nyc": "^10.3.2",
  61. "object-inspect": "^1.11.0",
  62. "rimraf": "^2.7.1",
  63. "safe-publish-latest": "^1.1.4",
  64. "tape": "^5.3.0"
  65. },
  66. "engines": {
  67. "node": ">= 0.4"
  68. },
  69. "funding": {
  70. "url": "https://github.com/sponsors/ljharb"
  71. },
  72. "greenkeeper": {
  73. "ignore": [
  74. "rimraf"
  75. ]
  76. },
  77. "homepage": "https://github.com/inspect-js/is-callable#readme",
  78. "keywords": [
  79. "Function",
  80. "function",
  81. "callable",
  82. "generator",
  83. "generator function",
  84. "arrow",
  85. "arrow function",
  86. "ES6",
  87. "toStringTag",
  88. "@@toStringTag"
  89. ],
  90. "license": "MIT",
  91. "main": "index.js",
  92. "name": "is-callable",
  93. "repository": {
  94. "type": "git",
  95. "url": "git://github.com/inspect-js/is-callable.git"
  96. },
  97. "scripts": {
  98. "lint": "eslint .",
  99. "posttest": "aud --production",
  100. "prelint": "eclint check *",
  101. "prepublish": "not-in-publish || npm run prepublishOnly",
  102. "prepublishOnly": "safe-publish-latest",
  103. "pretest": "npm run --silent lint",
  104. "test": "npm run tests-only --",
  105. "tests-only": "nyc tape 'test/**/*.js'"
  106. },
  107. "testling": {
  108. "files": "test/index.js",
  109. "browsers": [
  110. "iexplore/6.0..latest",
  111. "firefox/3.0..6.0",
  112. "firefox/15.0..latest",
  113. "firefox/nightly",
  114. "chrome/4.0..10.0",
  115. "chrome/20.0..latest",
  116. "chrome/canary",
  117. "opera/10.0..latest",
  118. "opera/next",
  119. "safari/4.0..latest",
  120. "ipad/6.0..latest",
  121. "iphone/6.0..latest",
  122. "android-browser/4.2"
  123. ]
  124. },
  125. "version": "1.2.4"
  126. }