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

package.json 2.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_from": "define-properties@^1.1.2",
  3. "_id": "define-properties@1.1.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==",
  6. "_location": "/define-properties",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "define-properties@^1.1.2",
  12. "name": "define-properties",
  13. "escapedName": "define-properties",
  14. "rawSpec": "^1.1.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.2"
  17. },
  18. "_requiredBy": [
  19. "/string.prototype.trim",
  20. "/string.prototype.trimleft",
  21. "/string.prototype.trimright"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz",
  24. "_shasum": "cf88da6cbee26fe6db7094f61d870cbd84cee9f1",
  25. "_spec": "define-properties@^1.1.2",
  26. "_where": "C:\\Users\\Chuch\\Documents\\Cordova\\test\\node_modules\\string.prototype.trim",
  27. "author": {
  28. "name": "Jordan Harband"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/ljharb/define-properties/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "object-keys": "^1.0.12"
  36. },
  37. "deprecated": false,
  38. "description": "Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.",
  39. "devDependencies": {
  40. "@ljharb/eslint-config": "^13.0.0",
  41. "covert": "^1.1.0",
  42. "eslint": "^5.3.0",
  43. "jscs": "^3.0.7",
  44. "nsp": "^3.2.1",
  45. "tape": "^4.9.0"
  46. },
  47. "engines": {
  48. "node": ">= 0.4"
  49. },
  50. "homepage": "https://github.com/ljharb/define-properties#readme",
  51. "keywords": [
  52. "Object.defineProperty",
  53. "Object.defineProperties",
  54. "object",
  55. "property descriptor",
  56. "descriptor",
  57. "define",
  58. "ES5"
  59. ],
  60. "license": "MIT",
  61. "main": "index.js",
  62. "name": "define-properties",
  63. "repository": {
  64. "type": "git",
  65. "url": "git://github.com/ljharb/define-properties.git"
  66. },
  67. "scripts": {
  68. "coverage": "covert test/*.js",
  69. "coverage-quiet": "covert test/*.js --quiet",
  70. "eslint": "eslint test/*.js *.js",
  71. "jscs": "jscs test/*.js *.js",
  72. "lint": "npm run --silent jscs && npm run --silent eslint",
  73. "posttest": "npm run --silent security",
  74. "pretest": "npm run --silent lint",
  75. "security": "nsp check",
  76. "test": "npm run --silent tests-only",
  77. "tests-only": "node test/index.js"
  78. },
  79. "testling": {
  80. "files": "test/index.js",
  81. "browsers": [
  82. "iexplore/6.0..latest",
  83. "firefox/3.0..6.0",
  84. "firefox/15.0..latest",
  85. "firefox/nightly",
  86. "chrome/4.0..10.0",
  87. "chrome/20.0..latest",
  88. "chrome/canary",
  89. "opera/10.0..latest",
  90. "opera/next",
  91. "safari/4.0..latest",
  92. "ipad/6.0..latest",
  93. "iphone/6.0..latest",
  94. "android-browser/4.2"
  95. ]
  96. },
  97. "version": "1.1.3"
  98. }