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

package.json 2.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_from": "is-date-object@^1.0.1",
  3. "_id": "is-date-object@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-mqIOtq7rv/d/vTPnTKAbM1gdOhY=",
  6. "_location": "/is-date-object",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-date-object@^1.0.1",
  12. "name": "is-date-object",
  13. "escapedName": "is-date-object",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/es-to-primitive"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.1.tgz",
  22. "_shasum": "9aa20eb6aeebbff77fbd33e74ca01b33581d3a16",
  23. "_spec": "is-date-object@^1.0.1",
  24. "_where": "C:\\Users\\Chuch\\Documents\\Cordova\\test\\node_modules\\es-to-primitive",
  25. "author": {
  26. "name": "Jordan Harband"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/ljharb/is-date-object/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {},
  33. "deprecated": false,
  34. "description": "Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.",
  35. "devDependencies": {
  36. "@ljharb/eslint-config": "^1.2.0",
  37. "covert": "^1.1.0",
  38. "eslint": "^1.5.1",
  39. "foreach": "^2.0.5",
  40. "indexof": "^0.0.1",
  41. "is": "^3.1.0",
  42. "jscs": "^2.1.1",
  43. "nsp": "^1.1.0",
  44. "semver": "^5.0.3",
  45. "tape": "^4.2.0"
  46. },
  47. "engines": {
  48. "node": ">= 0.4"
  49. },
  50. "homepage": "https://github.com/ljharb/is-date-object#readme",
  51. "keywords": [
  52. "Date",
  53. "ES6",
  54. "toStringTag",
  55. "@@toStringTag",
  56. "Date object"
  57. ],
  58. "license": "MIT",
  59. "main": "index.js",
  60. "name": "is-date-object",
  61. "repository": {
  62. "type": "git",
  63. "url": "git://github.com/ljharb/is-date-object.git"
  64. },
  65. "scripts": {
  66. "coverage": "covert test.js",
  67. "coverage-quiet": "covert test.js --quiet",
  68. "eslint": "eslint test.js *.js",
  69. "jscs": "jscs test.js *.js",
  70. "lint": "npm run jscs && npm run eslint",
  71. "security": "nsp package",
  72. "test": "npm run lint && node --harmony --es-staging test.js && npm run security"
  73. },
  74. "testling": {
  75. "files": "test.js",
  76. "browsers": [
  77. "iexplore/6.0..latest",
  78. "firefox/3.0..6.0",
  79. "firefox/15.0..latest",
  80. "firefox/nightly",
  81. "chrome/4.0..10.0",
  82. "chrome/20.0..latest",
  83. "chrome/canary",
  84. "opera/10.0..latest",
  85. "opera/next",
  86. "safari/4.0..latest",
  87. "ipad/6.0..latest",
  88. "iphone/6.0..latest",
  89. "android-browser/4.2"
  90. ]
  91. },
  92. "version": "1.0.1"
  93. }