package.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. {
  2. "_from": "is-callable@^1.1.3",
  3. "_id": "is-callable@1.2.7",
  4. "_inBundle": false,
  5. "_integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==",
  6. "_location": "/is-callable",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-callable@^1.1.3",
  12. "name": "is-callable",
  13. "escapedName": "is-callable",
  14. "rawSpec": "^1.1.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.3"
  17. },
  18. "_requiredBy": [
  19. "/for-each"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz",
  22. "_shasum": "3bc2a85ea742d9e36205dcacdd72ca1fdc51b055",
  23. "_spec": "is-callable@^1.1.3",
  24. "_where": "/Users/ben/Desktop/app/be/be-ytb/js/node_modules/for-each",
  25. "author": {
  26. "name": "Jordan Harband",
  27. "email": "ljharb@gmail.com",
  28. "url": "http://ljharb.codes"
  29. },
  30. "auto-changelog": {
  31. "output": "CHANGELOG.md",
  32. "template": "keepachangelog",
  33. "unreleased": false,
  34. "commitLimit": false,
  35. "backfillLimit": false,
  36. "hideCredit": true,
  37. "startingVersion": "v1.2.5"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/inspect-js/is-callable/issues"
  41. },
  42. "bundleDependencies": false,
  43. "contributors": [
  44. {
  45. "name": "Jordan Harband",
  46. "email": "ljharb@gmail.com",
  47. "url": "http://ljharb.codes"
  48. }
  49. ],
  50. "deprecated": false,
  51. "description": "Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.",
  52. "devDependencies": {
  53. "@ljharb/eslint-config": "^21.0.0",
  54. "aud": "^2.0.0",
  55. "auto-changelog": "^2.4.0",
  56. "available-typed-arrays": "^1.0.5",
  57. "eclint": "^2.8.1",
  58. "es-value-fixtures": "^1.4.2",
  59. "eslint": "=8.8.0",
  60. "for-each": "^0.3.3",
  61. "has-tostringtag": "^1.0.0",
  62. "make-arrow-function": "^1.2.0",
  63. "make-async-function": "^1.0.0",
  64. "make-generator-function": "^2.0.0",
  65. "npmignore": "^0.3.0",
  66. "nyc": "^10.3.2",
  67. "object-inspect": "^1.12.2",
  68. "rimraf": "^2.7.1",
  69. "safe-publish-latest": "^2.0.0",
  70. "tape": "^5.6.0"
  71. },
  72. "engines": {
  73. "node": ">= 0.4"
  74. },
  75. "funding": {
  76. "url": "https://github.com/sponsors/ljharb"
  77. },
  78. "homepage": "https://github.com/inspect-js/is-callable#readme",
  79. "keywords": [
  80. "Function",
  81. "function",
  82. "callable",
  83. "generator",
  84. "generator function",
  85. "arrow",
  86. "arrow function",
  87. "ES6",
  88. "toStringTag",
  89. "@@toStringTag"
  90. ],
  91. "license": "MIT",
  92. "main": "index.js",
  93. "name": "is-callable",
  94. "publishConfig": {
  95. "ignore": [
  96. ".github/workflows"
  97. ]
  98. },
  99. "repository": {
  100. "type": "git",
  101. "url": "git://github.com/inspect-js/is-callable.git"
  102. },
  103. "scripts": {
  104. "lint": "eslint --ext=js,mjs .",
  105. "posttest": "aud --production",
  106. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  107. "prelint": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')",
  108. "prepack": "npmignore --auto --commentLines=autogenerated",
  109. "prepublish": "not-in-publish || npm run prepublishOnly",
  110. "prepublishOnly": "safe-publish-latest",
  111. "pretest": "npm run --silent lint",
  112. "test": "npm run tests-only --",
  113. "tests-only": "nyc tape 'test/**/*.js'",
  114. "version": "auto-changelog && git add CHANGELOG.md"
  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.2.7"
  135. }