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

package.json 2.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_from": "is-regex@^1.0.4",
  3. "_id": "is-regex@1.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha1-VRdIm1RwkbCTDglWVM7SXul+lJE=",
  6. "_location": "/is-regex",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-regex@^1.0.4",
  12. "name": "is-regex",
  13. "escapedName": "is-regex",
  14. "rawSpec": "^1.0.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.4"
  17. },
  18. "_requiredBy": [
  19. "/es-abstract"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.0.4.tgz",
  22. "_shasum": "5517489b547091b0930e095654ced25ee97e9491",
  23. "_spec": "is-regex@^1.0.4",
  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/is-regex/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "has": "^1.0.1"
  34. },
  35. "deprecated": false,
  36. "description": "Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag",
  37. "devDependencies": {
  38. "@ljharb/eslint-config": "^11.0.0",
  39. "covert": "^1.1.0",
  40. "editorconfig-tools": "^0.1.1",
  41. "eslint": "^3.15.0",
  42. "jscs": "^3.0.7",
  43. "nsp": "^2.6.2",
  44. "replace": "^0.3.0",
  45. "semver": "^5.3.0",
  46. "tape": "^4.6.3"
  47. },
  48. "engines": {
  49. "node": ">= 0.4"
  50. },
  51. "homepage": "https://github.com/ljharb/is-regex",
  52. "keywords": [
  53. "regex",
  54. "regexp",
  55. "is",
  56. "regular expression",
  57. "regular",
  58. "expression"
  59. ],
  60. "license": "MIT",
  61. "main": "index.js",
  62. "name": "is-regex",
  63. "repository": {
  64. "type": "git",
  65. "url": "git://github.com/ljharb/is-regex.git"
  66. },
  67. "scripts": {
  68. "coverage": "covert test.js",
  69. "coverage-quiet": "covert test.js --quiet",
  70. "eccheck": "editorconfig-tools check *.js **/*.js > /dev/null",
  71. "eslint": "eslint test.js *.js",
  72. "jscs": "jscs *.js",
  73. "lint": "npm run jscs && npm run eslint",
  74. "posttest": "npm run security",
  75. "pretest": "npm run lint",
  76. "security": "nsp check",
  77. "test": "npm run tests-only",
  78. "tests-only": "node --harmony --es-staging test.js"
  79. },
  80. "testling": {
  81. "files": "test.js",
  82. "browsers": [
  83. "iexplore/6.0..latest",
  84. "firefox/3.0..6.0",
  85. "firefox/15.0..latest",
  86. "firefox/nightly",
  87. "chrome/4.0..10.0",
  88. "chrome/20.0..latest",
  89. "chrome/canary",
  90. "opera/10.0..12.0",
  91. "opera/15.0..latest",
  92. "opera/next",
  93. "safari/4.0..latest",
  94. "ipad/6.0..latest",
  95. "iphone/6.0..latest",
  96. "android-browser/4.2"
  97. ]
  98. },
  99. "version": "1.0.4"
  100. }