package.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. {
  2. "_args": [
  3. [
  4. "is-callable@1.2.2",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-callable@1.2.2",
  10. "_id": "is-callable@1.2.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-dnMqspv5nU3LoewK2N/y7KLtxtakvTuaCsU9FU50/QDmdbHNy/4/JuRtMHqRU22o3q+W89YQndQEeCVwK+3qrA==",
  13. "_location": "/is-callable",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-callable@1.2.2",
  19. "name": "is-callable",
  20. "escapedName": "is-callable",
  21. "rawSpec": "1.2.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.2.2"
  24. },
  25. "_requiredBy": [
  26. "/es-abstract",
  27. "/es-to-primitive",
  28. "/object-is/es-abstract",
  29. "/object.assign/es-abstract"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.2.tgz",
  32. "_spec": "1.2.2",
  33. "_where": "E:\\amr1.0\\AMR",
  34. "author": {
  35. "name": "Jordan Harband",
  36. "email": "ljharb@gmail.com",
  37. "url": "http://ljharb.codes"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/ljharb/is-callable/issues"
  41. },
  42. "contributors": [
  43. {
  44. "name": "Jordan Harband",
  45. "email": "ljharb@gmail.com",
  46. "url": "http://ljharb.codes"
  47. }
  48. ],
  49. "dependencies": {},
  50. "description": "Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.",
  51. "devDependencies": {
  52. "@ljharb/eslint-config": "^17.2.0",
  53. "aud": "^1.1.2",
  54. "covert": "^1.1.1",
  55. "eclint": "^2.8.1",
  56. "eslint": "^7.9.0",
  57. "foreach": "^2.0.5",
  58. "istanbul": "1.1.0-alpha.1",
  59. "istanbul-merge": "^1.1.1",
  60. "make-arrow-function": "^1.2.0",
  61. "make-async-function": "^1.0.0",
  62. "make-generator-function": "^2.0.0",
  63. "rimraf": "^2.7.1",
  64. "safe-publish-latest": "^1.1.4",
  65. "tape": "^5.0.1"
  66. },
  67. "engines": {
  68. "node": ">= 0.4"
  69. },
  70. "funding": {
  71. "url": "https://github.com/sponsors/ljharb"
  72. },
  73. "greenkeeper": {
  74. "ignore": [
  75. "rimraf"
  76. ]
  77. },
  78. "homepage": "https://github.com/ljharb/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. "repository": {
  95. "type": "git",
  96. "url": "git://github.com/ljharb/is-callable.git"
  97. },
  98. "scripts": {
  99. "coverage": "npm run --silent istanbul",
  100. "covert": "covert test",
  101. "covert:quiet": "covert test --quiet",
  102. "istanbul": "npm run --silent istanbul:clean && npm run --silent istanbul:std && npm run --silent istanbul:harmony && npm run --silent istanbul:merge && istanbul check",
  103. "istanbul:clean": "rimraf coverage coverage-std coverage-harmony",
  104. "istanbul:harmony": "node --harmony ./node_modules/istanbul/lib/cli.js cover test --dir coverage-harmony",
  105. "istanbul:merge": "istanbul-merge --out coverage/coverage.raw.json coverage-harmony/coverage.raw.json coverage-std/coverage.raw.json && istanbul report html",
  106. "istanbul:std": "istanbul cover test --report html --dir coverage-std",
  107. "lint": "eslint .",
  108. "posttest": "npx aud --production",
  109. "prelint": "eclint check *",
  110. "prepublish": "safe-publish-latest",
  111. "pretest": "npm run --silent lint",
  112. "test": "npm run --silent tests-only",
  113. "test:staging": "node --es-staging test",
  114. "test:stock": "node test",
  115. "tests-only": "npm run --silent test:stock && npm run --silent test:staging"
  116. },
  117. "testling": {
  118. "files": "test/index.js",
  119. "browsers": [
  120. "iexplore/6.0..latest",
  121. "firefox/3.0..6.0",
  122. "firefox/15.0..latest",
  123. "firefox/nightly",
  124. "chrome/4.0..10.0",
  125. "chrome/20.0..latest",
  126. "chrome/canary",
  127. "opera/10.0..latest",
  128. "opera/next",
  129. "safari/4.0..latest",
  130. "ipad/6.0..latest",
  131. "iphone/6.0..latest",
  132. "android-browser/4.2"
  133. ]
  134. },
  135. "version": "1.2.2"
  136. }