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

package.json 2.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_from": "es-to-primitive@^1.2.0",
  3. "_id": "es-to-primitive@1.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-qZryBOJjV//LaxLTV6UC//WewneB3LcXOL9NP++ozKVXsIIIpm/2c13UDiD9Jp2eThsecw9m3jPqDwTyobcdbg==",
  6. "_location": "/es-to-primitive",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "es-to-primitive@^1.2.0",
  12. "name": "es-to-primitive",
  13. "escapedName": "es-to-primitive",
  14. "rawSpec": "^1.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.0"
  17. },
  18. "_requiredBy": [
  19. "/es-abstract"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.0.tgz",
  22. "_shasum": "edf72478033456e8dda8ef09e00ad9650707f377",
  23. "_spec": "es-to-primitive@^1.2.0",
  24. "_where": "C:\\Users\\Chuch\\Documents\\Cordova\\test\\node_modules\\es-abstract",
  25. "author": {
  26. "name": "Jordan Harband"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/ljharb/es-to-primitive/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "is-callable": "^1.1.4",
  34. "is-date-object": "^1.0.1",
  35. "is-symbol": "^1.0.2"
  36. },
  37. "deprecated": false,
  38. "description": "ECMAScript “ToPrimitive” algorithm. Provides ES5 and ES2015 versions.",
  39. "devDependencies": {
  40. "@ljharb/eslint-config": "^13.0.0",
  41. "covert": "^1.1.0",
  42. "eslint": "^5.6.0",
  43. "foreach": "^2.0.5",
  44. "function.prototype.name": "^1.1.0",
  45. "jscs": "^3.0.7",
  46. "nsp": "^3.2.1",
  47. "object-inspect": "^1.6.0",
  48. "object-is": "^1.0.1",
  49. "replace": "^1.0.0",
  50. "semver": "^5.5.1",
  51. "tape": "^4.9.1"
  52. },
  53. "engines": {
  54. "node": ">= 0.4"
  55. },
  56. "homepage": "https://github.com/ljharb/es-to-primitive#readme",
  57. "keywords": [
  58. "primitive",
  59. "abstract",
  60. "ecmascript",
  61. "es5",
  62. "es6",
  63. "es2015",
  64. "toPrimitive",
  65. "coerce",
  66. "type",
  67. "object",
  68. "string",
  69. "number",
  70. "boolean",
  71. "symbol",
  72. "null",
  73. "undefined"
  74. ],
  75. "license": "MIT",
  76. "main": "index.js",
  77. "name": "es-to-primitive",
  78. "repository": {
  79. "type": "git",
  80. "url": "git://github.com/ljharb/es-to-primitive.git"
  81. },
  82. "scripts": {
  83. "coverage": "covert test/*.js",
  84. "coverage-quiet": "covert test/*.js --quiet",
  85. "eslint": "eslint test/*.js *.js",
  86. "jscs": "jscs test/*.js *.js",
  87. "lint": "npm run --silent jscs && npm run --silent eslint",
  88. "posttest": "npm run --silent security",
  89. "pretest": "npm run --silent lint",
  90. "security": "nsp check",
  91. "test": "npm run --silent tests-only",
  92. "tests-only": "node --es-staging test"
  93. },
  94. "testling": {
  95. "files": "test",
  96. "browsers": [
  97. "iexplore/6.0..latest",
  98. "firefox/3.0..6.0",
  99. "firefox/15.0..latest",
  100. "firefox/nightly",
  101. "chrome/4.0..10.0",
  102. "chrome/20.0..latest",
  103. "chrome/canary",
  104. "opera/10.0..latest",
  105. "opera/next",
  106. "safari/4.0..latest",
  107. "ipad/6.0..latest",
  108. "iphone/6.0..latest",
  109. "android-browser/4.2"
  110. ]
  111. },
  112. "version": "1.2.0"
  113. }