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

package.json 1.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "shebang-regex@^3.0.0",
  3. "_id": "shebang-regex@3.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  6. "_location": "/cordova-ios/shebang-regex",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "shebang-regex@^3.0.0",
  12. "name": "shebang-regex",
  13. "escapedName": "shebang-regex",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/cordova-ios/shebang-command"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
  22. "_shasum": "ae16f1644d873ecad843b0307b143362d4c42172",
  23. "_spec": "shebang-regex@^3.0.0",
  24. "_where": "/Users/christian/Documents/artesanias/node_modules/cordova-ios/node_modules/shebang-command",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/shebang-regex/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Regular expression for matching a shebang line",
  36. "devDependencies": {
  37. "ava": "^1.4.1",
  38. "tsd": "^0.7.2",
  39. "xo": "^0.24.0"
  40. },
  41. "engines": {
  42. "node": ">=8"
  43. },
  44. "files": [
  45. "index.js",
  46. "index.d.ts"
  47. ],
  48. "homepage": "https://github.com/sindresorhus/shebang-regex#readme",
  49. "keywords": [
  50. "regex",
  51. "regexp",
  52. "shebang",
  53. "match",
  54. "test",
  55. "line"
  56. ],
  57. "license": "MIT",
  58. "name": "shebang-regex",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/sindresorhus/shebang-regex.git"
  62. },
  63. "scripts": {
  64. "test": "xo && ava && tsd"
  65. },
  66. "version": "3.0.0"
  67. }