package.json 3.1 KB

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