You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 3.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. {
  2. "_from": "is-callable@^1.1.5",
  3. "_id": "is-callable@1.1.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ESKv5sMCJB2jnHTWZ3O5itG+O128Hsus4K4Qh1h2/cgn2vbgnLSVqfV46AeJA9D5EeeLa9w81KUXMtn34zhX+Q==",
  6. "_location": "/is-callable",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-callable@^1.1.5",
  12. "name": "is-callable",
  13. "escapedName": "is-callable",
  14. "rawSpec": "^1.1.5",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.5"
  17. },
  18. "_requiredBy": [
  19. "/es-abstract",
  20. "/es-to-primitive"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.1.5.tgz",
  23. "_shasum": "f7e46b596890456db74e7f6e976cb3273d06faab",
  24. "_spec": "is-callable@^1.1.5",
  25. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\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/ljharb/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. "dependencies": {},
  43. "deprecated": false,
  44. "description": "Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.",
  45. "devDependencies": {
  46. "@ljharb/eslint-config": "^15.0.2",
  47. "covert": "^1.1.1",
  48. "eclint": "^2.8.1",
  49. "eslint": "^6.7.2",
  50. "foreach": "^2.0.5",
  51. "istanbul": "1.1.0-alpha.1",
  52. "istanbul-merge": "^1.1.1",
  53. "make-arrow-function": "^1.1.0",
  54. "make-generator-function": "^1.1.0",
  55. "rimraf": "^2.7.1",
  56. "tape": "^4.12.0"
  57. },
  58. "engines": {
  59. "node": ">= 0.4"
  60. },
  61. "funding": {
  62. "url": "https://github.com/sponsors/ljharb"
  63. },
  64. "homepage": "https://github.com/ljharb/is-callable#readme",
  65. "keywords": [
  66. "Function",
  67. "function",
  68. "callable",
  69. "generator",
  70. "generator function",
  71. "arrow",
  72. "arrow function",
  73. "ES6",
  74. "toStringTag",
  75. "@@toStringTag"
  76. ],
  77. "license": "MIT",
  78. "main": "index.js",
  79. "name": "is-callable",
  80. "repository": {
  81. "type": "git",
  82. "url": "git://github.com/ljharb/is-callable.git"
  83. },
  84. "scripts": {
  85. "coverage": "npm run --silent istanbul",
  86. "covert": "covert test",
  87. "covert:quiet": "covert test --quiet",
  88. "istanbul": "npm run --silent istanbul:clean && npm run --silent istanbul:std && npm run --silent istanbul:harmony && npm run --silent istanbul:merge && istanbul check",
  89. "istanbul:clean": "rimraf coverage coverage-std coverage-harmony",
  90. "istanbul:harmony": "node --harmony ./node_modules/istanbul/lib/cli.js cover test --dir coverage-harmony",
  91. "istanbul:merge": "istanbul-merge --out coverage/coverage.raw.json coverage-harmony/coverage.raw.json coverage-std/coverage.raw.json && istanbul report html",
  92. "istanbul:std": "istanbul cover test --report html --dir coverage-std",
  93. "lint": "eslint .",
  94. "posttest": "npx aud",
  95. "prelint": "eclint check *",
  96. "pretest": "npm run --silent lint",
  97. "test": "npm run --silent tests-only",
  98. "test:staging": "node --es-staging test",
  99. "test:stock": "node test",
  100. "tests-only": "npm run --silent test:stock && npm run --silent test:staging"
  101. },
  102. "testling": {
  103. "files": "test/index.js",
  104. "browsers": [
  105. "iexplore/6.0..latest",
  106. "firefox/3.0..6.0",
  107. "firefox/15.0..latest",
  108. "firefox/nightly",
  109. "chrome/4.0..10.0",
  110. "chrome/20.0..latest",
  111. "chrome/canary",
  112. "opera/10.0..latest",
  113. "opera/next",
  114. "safari/4.0..latest",
  115. "ipad/6.0..latest",
  116. "iphone/6.0..latest",
  117. "android-browser/4.2"
  118. ]
  119. },
  120. "version": "1.1.5"
  121. }