package.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. {
  2. "_args": [
  3. [
  4. "is-callable@1.1.5",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-callable@1.1.5",
  10. "_id": "is-callable@1.1.5",
  11. "_inBundle": false,
  12. "_integrity": "sha512-ESKv5sMCJB2jnHTWZ3O5itG+O128Hsus4K4Qh1h2/cgn2vbgnLSVqfV46AeJA9D5EeeLa9w81KUXMtn34zhX+Q==",
  13. "_location": "/is-callable",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-callable@1.1.5",
  19. "name": "is-callable",
  20. "escapedName": "is-callable",
  21. "rawSpec": "1.1.5",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.5"
  24. },
  25. "_requiredBy": [
  26. "/es-abstract",
  27. "/es-to-primitive",
  28. "/object-is/es-abstract"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.1.5.tgz",
  31. "_spec": "1.1.5",
  32. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  33. "author": {
  34. "name": "Jordan Harband",
  35. "email": "ljharb@gmail.com",
  36. "url": "http://ljharb.codes"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/ljharb/is-callable/issues"
  40. },
  41. "contributors": [
  42. {
  43. "name": "Jordan Harband",
  44. "email": "ljharb@gmail.com",
  45. "url": "http://ljharb.codes"
  46. }
  47. ],
  48. "dependencies": {},
  49. "description": "Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.",
  50. "devDependencies": {
  51. "@ljharb/eslint-config": "^15.0.2",
  52. "covert": "^1.1.1",
  53. "eclint": "^2.8.1",
  54. "eslint": "^6.7.2",
  55. "foreach": "^2.0.5",
  56. "istanbul": "1.1.0-alpha.1",
  57. "istanbul-merge": "^1.1.1",
  58. "make-arrow-function": "^1.1.0",
  59. "make-generator-function": "^1.1.0",
  60. "rimraf": "^2.7.1",
  61. "tape": "^4.12.0"
  62. },
  63. "engines": {
  64. "node": ">= 0.4"
  65. },
  66. "funding": {
  67. "url": "https://github.com/sponsors/ljharb"
  68. },
  69. "homepage": "https://github.com/ljharb/is-callable#readme",
  70. "keywords": [
  71. "Function",
  72. "function",
  73. "callable",
  74. "generator",
  75. "generator function",
  76. "arrow",
  77. "arrow function",
  78. "ES6",
  79. "toStringTag",
  80. "@@toStringTag"
  81. ],
  82. "license": "MIT",
  83. "main": "index.js",
  84. "name": "is-callable",
  85. "repository": {
  86. "type": "git",
  87. "url": "git://github.com/ljharb/is-callable.git"
  88. },
  89. "scripts": {
  90. "coverage": "npm run --silent istanbul",
  91. "covert": "covert test",
  92. "covert:quiet": "covert test --quiet",
  93. "istanbul": "npm run --silent istanbul:clean && npm run --silent istanbul:std && npm run --silent istanbul:harmony && npm run --silent istanbul:merge && istanbul check",
  94. "istanbul:clean": "rimraf coverage coverage-std coverage-harmony",
  95. "istanbul:harmony": "node --harmony ./node_modules/istanbul/lib/cli.js cover test --dir coverage-harmony",
  96. "istanbul:merge": "istanbul-merge --out coverage/coverage.raw.json coverage-harmony/coverage.raw.json coverage-std/coverage.raw.json && istanbul report html",
  97. "istanbul:std": "istanbul cover test --report html --dir coverage-std",
  98. "lint": "eslint .",
  99. "posttest": "npx aud",
  100. "prelint": "eclint check *",
  101. "pretest": "npm run --silent lint",
  102. "test": "npm run --silent tests-only",
  103. "test:staging": "node --es-staging test",
  104. "test:stock": "node test",
  105. "tests-only": "npm run --silent test:stock && npm run --silent test:staging"
  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.1.5"
  126. }