Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

package.json 3.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. {
  2. "_from": "is-callable@^1.1.3",
  3. "_id": "is-callable@1.1.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-r5p9sxJjYnArLjObpjA4xu5EKI3CuKHkJXMhT7kwbpUyIFD1n5PMAsoPvWnvtZiNz7LjkYDRZhd7FlI0eMijEA==",
  6. "_location": "/is-callable",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-callable@^1.1.3",
  12. "name": "is-callable",
  13. "escapedName": "is-callable",
  14. "rawSpec": "^1.1.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.3"
  17. },
  18. "_requiredBy": [
  19. "/es-abstract",
  20. "/es-to-primitive",
  21. "/for-each"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.1.4.tgz",
  24. "_shasum": "1e1adf219e1eeb684d691f9d6a05ff0d30a24d75",
  25. "_spec": "is-callable@^1.1.3",
  26. "_where": "C:\\Users\\Chuch\\Documents\\Cordova\\test\\node_modules\\for-each",
  27. "author": {
  28. "name": "Jordan Harband",
  29. "email": "ljharb@gmail.com",
  30. "url": "http://ljharb.codes"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/ljharb/is-callable/issues"
  34. },
  35. "bundleDependencies": false,
  36. "contributors": [
  37. {
  38. "name": "Jordan Harband",
  39. "email": "ljharb@gmail.com",
  40. "url": "http://ljharb.codes"
  41. }
  42. ],
  43. "dependencies": {},
  44. "deprecated": false,
  45. "description": "Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.",
  46. "devDependencies": {
  47. "@ljharb/eslint-config": "^12.2.1",
  48. "covert": "^1.1.0",
  49. "editorconfig-tools": "^0.1.1",
  50. "eslint": "^4.19.1",
  51. "foreach": "^2.0.5",
  52. "istanbul": "1.1.0-alpha.1",
  53. "istanbul-merge": "^1.1.1",
  54. "jscs": "^3.0.7",
  55. "make-arrow-function": "^1.1.0",
  56. "make-generator-function": "^1.1.0",
  57. "nsp": "^3.2.1",
  58. "rimraf": "^2.6.2",
  59. "semver": "^5.5.0",
  60. "tape": "^4.9.1"
  61. },
  62. "engines": {
  63. "node": ">= 0.4"
  64. },
  65. "homepage": "https://github.com/ljharb/is-callable#readme",
  66. "keywords": [
  67. "Function",
  68. "function",
  69. "callable",
  70. "generator",
  71. "generator function",
  72. "arrow",
  73. "arrow function",
  74. "ES6",
  75. "toStringTag",
  76. "@@toStringTag"
  77. ],
  78. "license": "MIT",
  79. "main": "index.js",
  80. "name": "is-callable",
  81. "repository": {
  82. "type": "git",
  83. "url": "git://github.com/ljharb/is-callable.git"
  84. },
  85. "scripts": {
  86. "coverage": "npm run --silent istanbul",
  87. "covert": "covert test.js",
  88. "covert:quiet": "covert test.js --quiet",
  89. "eslint": "eslint *.js",
  90. "istanbul": "npm run --silent istanbul:clean && npm run --silent istanbul:std && npm run --silent istanbul:harmony && npm run --silent istanbul:merge && istanbul check",
  91. "istanbul:clean": "rimraf coverage coverage-std coverage-harmony",
  92. "istanbul:harmony": "node --harmony ./node_modules/istanbul/lib/cli.js cover test.js --dir coverage-harmony",
  93. "istanbul:merge": "istanbul-merge --out coverage/coverage.raw.json coverage-harmony/coverage.raw.json coverage-std/coverage.raw.json && istanbul report html",
  94. "istanbul:std": "istanbul cover test.js --report html --dir coverage-std",
  95. "jscs": "jscs *.js",
  96. "lint": "npm run jscs && npm run eslint",
  97. "posttest": "npm run --silent security",
  98. "prelint": "editorconfig-tools check *",
  99. "pretest": "npm run --silent lint",
  100. "security": "nsp check",
  101. "test": "npm run --silent tests-only",
  102. "test:staging": "node --es-staging test.js",
  103. "test:stock": "node test.js",
  104. "tests-only": "npm run --silent test:stock && npm run --silent test:staging"
  105. },
  106. "testling": {
  107. "files": "test.js",
  108. "browsers": [
  109. "iexplore/6.0..latest",
  110. "firefox/3.0..6.0",
  111. "firefox/15.0..latest",
  112. "firefox/nightly",
  113. "chrome/4.0..10.0",
  114. "chrome/20.0..latest",
  115. "chrome/canary",
  116. "opera/10.0..latest",
  117. "opera/next",
  118. "safari/4.0..latest",
  119. "ipad/6.0..latest",
  120. "iphone/6.0..latest",
  121. "android-browser/4.2"
  122. ]
  123. },
  124. "version": "1.1.4"
  125. }