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

package.json 3.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "_from": "string.prototype.trim@~1.1.2",
  3. "_id": "string.prototype.trim@1.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-0E3iyJ4Tf019IG8Ia17S+ua+jOo=",
  6. "_location": "/string.prototype.trim",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "string.prototype.trim@~1.1.2",
  12. "name": "string.prototype.trim",
  13. "escapedName": "string.prototype.trim",
  14. "rawSpec": "~1.1.2",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.1.2"
  17. },
  18. "_requiredBy": [
  19. "/tape"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.1.2.tgz",
  22. "_shasum": "d04de2c89e137f4d7d206f086b5ed2fae6be8cea",
  23. "_spec": "string.prototype.trim@~1.1.2",
  24. "_where": "C:\\Users\\Chuch\\Documents\\Cordova\\test\\node_modules\\tape",
  25. "author": {
  26. "name": "Jordan Harband",
  27. "email": "ljharb@gmail.com",
  28. "url": "http://ljharb.codes"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/es-shims/String.prototype.trim/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Jordan Harband",
  37. "email": "ljharb@gmail.com",
  38. "url": "http://ljharb.codes"
  39. }
  40. ],
  41. "dependencies": {
  42. "define-properties": "^1.1.2",
  43. "es-abstract": "^1.5.0",
  44. "function-bind": "^1.0.2"
  45. },
  46. "deprecated": false,
  47. "description": "ES5 spec-compliant shim for String.prototype.trim",
  48. "devDependencies": {
  49. "@es-shims/api": "^1.0.0",
  50. "@ljharb/eslint-config": "^1.6.1",
  51. "covert": "^1.1.0",
  52. "eslint": "^1.10.3",
  53. "jscs": "^2.9.0",
  54. "nsp": "^2.2.0",
  55. "replace": "^0.3.0",
  56. "semver": "^5.1.0",
  57. "tape": "^4.4.0"
  58. },
  59. "engines": {
  60. "node": ">= 0.4"
  61. },
  62. "homepage": "https://github.com/es-shims/String.prototype.trim#readme",
  63. "keywords": [
  64. "String.prototype.trim",
  65. "string",
  66. "ES5",
  67. "shim",
  68. "trim",
  69. "polyfill",
  70. "es-shim API"
  71. ],
  72. "license": "MIT",
  73. "main": "index.js",
  74. "name": "string.prototype.trim",
  75. "repository": {
  76. "type": "git",
  77. "url": "git://github.com/es-shims/String.prototype.trim.git"
  78. },
  79. "scripts": {
  80. "coverage": "covert test/*.js",
  81. "coverage-quiet": "covert test/*.js --quiet",
  82. "eslint": "eslint test/*.js *.js",
  83. "jscs": "jscs test/*.js *.js",
  84. "lint": "npm run jscs && npm run eslint",
  85. "security": "nsp check",
  86. "test": "npm run lint && es-shim-api --bound && npm run tests-only && npm run security",
  87. "test:module": "node test/index.js",
  88. "test:shimmed": "node test/shimmed.js",
  89. "tests-only": "npm run test:shimmed && npm run test:module"
  90. },
  91. "testling": {
  92. "files": "test/index.js",
  93. "browsers": [
  94. "iexplore/9.0..latest",
  95. "firefox/4.0..6.0",
  96. "firefox/15.0..latest",
  97. "firefox/nightly",
  98. "chrome/4.0..10.0",
  99. "chrome/20.0..latest",
  100. "chrome/canary",
  101. "opera/11.6..latest",
  102. "opera/next",
  103. "safari/5.0..latest",
  104. "ipad/6.0..latest",
  105. "iphone/6.0..latest",
  106. "android-browser/4.2"
  107. ]
  108. },
  109. "version": "1.1.2"
  110. }