package.json 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. {
  2. "_args": [
  3. [
  4. "is-callable@1.2.2",
  5. "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-callable@1.2.2",
  10. "_id": "is-callable@1.2.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-x8ZxXNItTdtI0+GZcCI6zquwgNk=",
  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.getownpropertydescriptors/es-abstract",
  29. "/object.values/es-abstract",
  30. "/regexp.prototype.flags/es-abstract",
  31. "/util.promisify/es-abstract"
  32. ],
  33. "_resolved": "https://registry.npm.taobao.org/is-callable/download/is-callable-1.2.2.tgz?cache=0&sync_timestamp=1600719283993&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fis-callable%2Fdownload%2Fis-callable-1.2.2.tgz",
  34. "_spec": "1.2.2",
  35. "_where": "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin",
  36. "author": {
  37. "name": "Jordan Harband",
  38. "email": "ljharb@gmail.com",
  39. "url": "http://ljharb.codes"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/ljharb/is-callable/issues"
  43. },
  44. "contributors": [
  45. {
  46. "name": "Jordan Harband",
  47. "email": "ljharb@gmail.com",
  48. "url": "http://ljharb.codes"
  49. }
  50. ],
  51. "dependencies": {},
  52. "description": "Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.",
  53. "devDependencies": {
  54. "@ljharb/eslint-config": "^17.2.0",
  55. "aud": "^1.1.2",
  56. "covert": "^1.1.1",
  57. "eclint": "^2.8.1",
  58. "eslint": "^7.9.0",
  59. "foreach": "^2.0.5",
  60. "istanbul": "1.1.0-alpha.1",
  61. "istanbul-merge": "^1.1.1",
  62. "make-arrow-function": "^1.2.0",
  63. "make-async-function": "^1.0.0",
  64. "make-generator-function": "^2.0.0",
  65. "rimraf": "^2.7.1",
  66. "safe-publish-latest": "^1.1.4",
  67. "tape": "^5.0.1"
  68. },
  69. "engines": {
  70. "node": ">= 0.4"
  71. },
  72. "funding": {
  73. "url": "https://github.com/sponsors/ljharb"
  74. },
  75. "greenkeeper": {
  76. "ignore": [
  77. "rimraf"
  78. ]
  79. },
  80. "homepage": "https://github.com/ljharb/is-callable#readme",
  81. "keywords": [
  82. "Function",
  83. "function",
  84. "callable",
  85. "generator",
  86. "generator function",
  87. "arrow",
  88. "arrow function",
  89. "ES6",
  90. "toStringTag",
  91. "@@toStringTag"
  92. ],
  93. "license": "MIT",
  94. "main": "index.js",
  95. "name": "is-callable",
  96. "repository": {
  97. "type": "git",
  98. "url": "git://github.com/ljharb/is-callable.git"
  99. },
  100. "scripts": {
  101. "coverage": "npm run --silent istanbul",
  102. "covert": "covert test",
  103. "covert:quiet": "covert test --quiet",
  104. "istanbul": "npm run --silent istanbul:clean && npm run --silent istanbul:std && npm run --silent istanbul:harmony && npm run --silent istanbul:merge && istanbul check",
  105. "istanbul:clean": "rimraf coverage coverage-std coverage-harmony",
  106. "istanbul:harmony": "node --harmony ./node_modules/istanbul/lib/cli.js cover test --dir coverage-harmony",
  107. "istanbul:merge": "istanbul-merge --out coverage/coverage.raw.json coverage-harmony/coverage.raw.json coverage-std/coverage.raw.json && istanbul report html",
  108. "istanbul:std": "istanbul cover test --report html --dir coverage-std",
  109. "lint": "eslint .",
  110. "posttest": "npx aud --production",
  111. "prelint": "eclint check *",
  112. "prepublish": "safe-publish-latest",
  113. "pretest": "npm run --silent lint",
  114. "test": "npm run --silent tests-only",
  115. "test:staging": "node --es-staging test",
  116. "test:stock": "node test",
  117. "tests-only": "npm run --silent test:stock && npm run --silent test:staging"
  118. },
  119. "testling": {
  120. "files": "test/index.js",
  121. "browsers": [
  122. "iexplore/6.0..latest",
  123. "firefox/3.0..6.0",
  124. "firefox/15.0..latest",
  125. "firefox/nightly",
  126. "chrome/4.0..10.0",
  127. "chrome/20.0..latest",
  128. "chrome/canary",
  129. "opera/10.0..latest",
  130. "opera/next",
  131. "safari/4.0..latest",
  132. "ipad/6.0..latest",
  133. "iphone/6.0..latest",
  134. "android-browser/4.2"
  135. ]
  136. },
  137. "version": "1.2.2"
  138. }