package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. {
  2. "_args": [
  3. [
  4. "is-callable@1.1.3",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-callable@1.1.3",
  10. "_id": "is-callable@1.1.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-hut1OSgF3cM69xySoO7fdO52BLI=",
  13. "_location": "/is-callable",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-callable@1.1.3",
  19. "name": "is-callable",
  20. "escapedName": "is-callable",
  21. "rawSpec": "1.1.3",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.3"
  24. },
  25. "_requiredBy": [
  26. "/es-abstract",
  27. "/es-to-primitive"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.1.3.tgz",
  30. "_spec": "1.1.3",
  31. "_where": "D:\\projects\\dealer_front",
  32. "author": {
  33. "name": "Jordan Harband",
  34. "email": "ljharb@gmail.com",
  35. "url": "http://ljharb.codes"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/ljharb/is-callable/issues"
  39. },
  40. "contributors": [
  41. {
  42. "name": "Jordan Harband",
  43. "email": "ljharb@gmail.com",
  44. "url": "http://ljharb.codes"
  45. }
  46. ],
  47. "dependencies": {},
  48. "description": "Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.",
  49. "devDependencies": {
  50. "@ljharb/eslint-config": "^2.1.1",
  51. "covert": "^1.1.0",
  52. "editorconfig-tools": "^0.1.1",
  53. "eslint": "^2.2.0",
  54. "foreach": "^2.0.5",
  55. "jscs": "^2.10.1",
  56. "make-arrow-function": "^1.1.0",
  57. "make-generator-function": "^1.1.0",
  58. "nsp": "^2.2.0",
  59. "parallelshell": "^2.0.0",
  60. "semver": "^5.1.0",
  61. "tape": "^4.4.0"
  62. },
  63. "engines": {
  64. "node": ">= 0.4"
  65. },
  66. "homepage": "https://github.com/ljharb/is-callable#readme",
  67. "keywords": [
  68. "Function",
  69. "function",
  70. "callable",
  71. "generator",
  72. "generator function",
  73. "arrow",
  74. "arrow function",
  75. "ES6",
  76. "toStringTag",
  77. "@@toStringTag"
  78. ],
  79. "license": "MIT",
  80. "main": "index.js",
  81. "name": "is-callable",
  82. "repository": {
  83. "type": "git",
  84. "url": "git://github.com/ljharb/is-callable.git"
  85. },
  86. "scripts": {
  87. "coverage": "covert test.js",
  88. "coverage-quiet": "covert test.js --quiet",
  89. "eccheck": "editorconfig-tools check *.js **/*.js > /dev/null",
  90. "eslint": "eslint *.js",
  91. "jscs": "jscs *.js",
  92. "lint": "npm run jscs && npm run eslint",
  93. "security": "nsp check",
  94. "test": "npm run lint && npm run tests-only && npm run security",
  95. "test:staging": "node --es-staging test.js",
  96. "test:stock": "node test.js",
  97. "tests-only": "parallelshell 'npm run test:stock' 'npm run test:staging'"
  98. },
  99. "testling": {
  100. "files": "test.js",
  101. "browsers": [
  102. "iexplore/6.0..latest",
  103. "firefox/3.0..6.0",
  104. "firefox/15.0..latest",
  105. "firefox/nightly",
  106. "chrome/4.0..10.0",
  107. "chrome/20.0..latest",
  108. "chrome/canary",
  109. "opera/10.0..latest",
  110. "opera/next",
  111. "safari/4.0..latest",
  112. "ipad/6.0..latest",
  113. "iphone/6.0..latest",
  114. "android-browser/4.2"
  115. ]
  116. },
  117. "version": "1.1.3"
  118. }