No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 

125 líneas
3.7 KiB

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