package.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. {
  2. "_args": [
  3. [
  4. "is-callable@1.2.0",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_from": "is-callable@1.2.0",
  9. "_id": "is-callable@1.2.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-pyVD9AaGLxtg6srb2Ng6ynWJqkHU9bEM087AKck0w8QwDarTfNcpIYoU8x8Hv2Icm8u6kFJM18Dag8lyqGkviw==",
  12. "_location": "/is-callable",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "is-callable@1.2.0",
  18. "name": "is-callable",
  19. "escapedName": "is-callable",
  20. "rawSpec": "1.2.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.2.0"
  23. },
  24. "_requiredBy": [
  25. "/es-abstract",
  26. "/es-to-primitive"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.0.tgz",
  29. "_spec": "1.2.0",
  30. "_where": "E:\\item\\newItem\\admin",
  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": "^17.1.0",
  50. "aud": "^1.1.2",
  51. "covert": "^1.1.1",
  52. "eclint": "^2.8.1",
  53. "eslint": "^7.1.0",
  54. "foreach": "^2.0.5",
  55. "istanbul": "1.1.0-alpha.1",
  56. "istanbul-merge": "^1.1.1",
  57. "make-arrow-function": "^1.2.0",
  58. "make-async-function": "^1.0.0",
  59. "make-generator-function": "^2.0.0",
  60. "rimraf": "^2.7.1",
  61. "safe-publish-latest": "^1.1.4",
  62. "tape": "^5.0.1"
  63. },
  64. "engines": {
  65. "node": ">= 0.4"
  66. },
  67. "funding": {
  68. "url": "https://github.com/sponsors/ljharb"
  69. },
  70. "greenkeeper": {
  71. "ignore": [
  72. "rimraf"
  73. ]
  74. },
  75. "homepage": "https://github.com/ljharb/is-callable#readme",
  76. "keywords": [
  77. "Function",
  78. "function",
  79. "callable",
  80. "generator",
  81. "generator function",
  82. "arrow",
  83. "arrow function",
  84. "ES6",
  85. "toStringTag",
  86. "@@toStringTag"
  87. ],
  88. "license": "MIT",
  89. "main": "index.js",
  90. "name": "is-callable",
  91. "repository": {
  92. "type": "git",
  93. "url": "git://github.com/ljharb/is-callable.git"
  94. },
  95. "scripts": {
  96. "coverage": "npm run --silent istanbul",
  97. "covert": "covert test",
  98. "covert:quiet": "covert test --quiet",
  99. "istanbul": "npm run --silent istanbul:clean && npm run --silent istanbul:std && npm run --silent istanbul:harmony && npm run --silent istanbul:merge && istanbul check",
  100. "istanbul:clean": "rimraf coverage coverage-std coverage-harmony",
  101. "istanbul:harmony": "node --harmony ./node_modules/istanbul/lib/cli.js cover test --dir coverage-harmony",
  102. "istanbul:merge": "istanbul-merge --out coverage/coverage.raw.json coverage-harmony/coverage.raw.json coverage-std/coverage.raw.json && istanbul report html",
  103. "istanbul:std": "istanbul cover test --report html --dir coverage-std",
  104. "lint": "eslint .",
  105. "posttest": "npx aud --production",
  106. "prelint": "eclint check *",
  107. "prepublish": "safe-publish-latest",
  108. "pretest": "npm run --silent lint",
  109. "test": "npm run --silent tests-only",
  110. "test:staging": "node --es-staging test",
  111. "test:stock": "node test",
  112. "tests-only": "npm run --silent test:stock && npm run --silent test:staging"
  113. },
  114. "testling": {
  115. "files": "test/index.js",
  116. "browsers": [
  117. "iexplore/6.0..latest",
  118. "firefox/3.0..6.0",
  119. "firefox/15.0..latest",
  120. "firefox/nightly",
  121. "chrome/4.0..10.0",
  122. "chrome/20.0..latest",
  123. "chrome/canary",
  124. "opera/10.0..latest",
  125. "opera/next",
  126. "safari/4.0..latest",
  127. "ipad/6.0..latest",
  128. "iphone/6.0..latest",
  129. "android-browser/4.2"
  130. ]
  131. },
  132. "version": "1.2.0"
  133. }