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

package.json 3.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_args": [
  3. [
  4. "detect-indent@^6.0.0",
  5. "/home/lyxaira/Artesanias/artesanias/node_modules/cordova-lib"
  6. ]
  7. ],
  8. "_from": "detect-indent@>=6.0.0 <7.0.0",
  9. "_hasShrinkwrap": false,
  10. "_id": "detect-indent@6.0.0",
  11. "_inCache": true,
  12. "_installable": true,
  13. "_location": "/detect-indent",
  14. "_nodeVersion": "10.15.3",
  15. "_npmOperationalInternal": {
  16. "host": "s3://npm-registry-packages",
  17. "tmp": "tmp/detect-indent_6.0.0_1556628188019_0.9294671604278244"
  18. },
  19. "_npmUser": {
  20. "email": "sindresorhus@gmail.com",
  21. "name": "sindresorhus"
  22. },
  23. "_npmVersion": "6.9.0",
  24. "_phantomChildren": {},
  25. "_requested": {
  26. "name": "detect-indent",
  27. "raw": "detect-indent@^6.0.0",
  28. "rawSpec": "^6.0.0",
  29. "scope": null,
  30. "spec": ">=6.0.0 <7.0.0",
  31. "type": "range"
  32. },
  33. "_requiredBy": [
  34. "/cordova-lib"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-6.0.0.tgz",
  37. "_shasum": "0abd0f549f69fc6659a254fe96786186b6f528fd",
  38. "_shrinkwrap": null,
  39. "_spec": "detect-indent@^6.0.0",
  40. "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/cordova-lib",
  41. "author": {
  42. "email": "sindresorhus@gmail.com",
  43. "name": "Sindre Sorhus",
  44. "url": "sindresorhus.com"
  45. },
  46. "bugs": {
  47. "url": "https://github.com/sindresorhus/detect-indent/issues"
  48. },
  49. "dependencies": {},
  50. "description": "Detect the indentation of code",
  51. "devDependencies": {
  52. "ava": "^1.4.1",
  53. "tsd": "^0.7.2",
  54. "xo": "^0.24.0"
  55. },
  56. "directories": {},
  57. "dist": {
  58. "fileCount": 5,
  59. "integrity": "sha512-oSyFlqaTHCItVRGK5RmrmjB+CmaMOW7IaNA/kdxqhoa6d17j/5ce9O9eWXmV/KEdRwqpQA+Vqe8a8Bsybu4YnA==",
  60. "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcyELcCRA9TVsSAnZWagAAJswP/3XOKqS/qO/ZmjvcbzWH\nApfud92neoQ1L5YhhZcs5ERoiQc6WvdrklTBFf9FDavo6UWq1lq5RoUx91fD\nG006HvmGJLXgFJLK7LjUo2jA1E1XuIsVv/eivWDb3BKaWvxOoU2q61ZYbjv2\nCsiMaumQ4zWZectJ6h0KWDA/9eraGJXmtgrqZJMv3AAlKEPaKC3tMpfDBb8J\ngDXLv1kH4+wDZpn+3K8PgrO/5sfm1ls+gcQyaiaPGkAvsfylsuDKNZ1mcLa7\nWmY1r4dbX73TkUXiv4dpTVGkg0PJp/Tb2xww4Uv590AkZcR1BzATjvNDpNvK\nDLeg8aynKVdhHDRiii9Zd+EdvKNLV8Avb957UErQd+60LI0HX2pINmbjK/lf\ngVsxHrQD3IfJIOlb82HjkLf1Fs0ZD2euAHXRb8MuhejsAmU+iVogksUpTK8i\nogBooPyPsp8iJctz0VoUiipOq/kDndZXQriF0yK7i3KEA0BzNLy2+fTPqV9i\nDeOJ1S6LVjghCbQa6fIAvQmiHl0iMeYHfuQ8n27aifvGaDaphkUiHlfotRk8\nCIVNhE9kWrWTk+J5845M2uCWDMMLs0lbHt3UaC4NiHvyNc86ACMuaOw0YE1m\nVSmU/J9fFDVAdiyt7UtOjWIwdAiVBWyhiXZU96PdSlzkhKQuhJoiL0haRtHd\n4Fcj\r\n=t2/o\r\n-----END PGP SIGNATURE-----\r\n",
  61. "shasum": "0abd0f549f69fc6659a254fe96786186b6f528fd",
  62. "tarball": "https://registry.npmjs.org/detect-indent/-/detect-indent-6.0.0.tgz",
  63. "unpackedSize": 7836
  64. },
  65. "engines": {
  66. "node": ">=8"
  67. },
  68. "gitHead": "e42875ce2ce2e3d63f6ecd4fe79150943340da9e",
  69. "homepage": "https://github.com/sindresorhus/detect-indent#readme",
  70. "keywords": [
  71. "code",
  72. "detect",
  73. "identify",
  74. "indent",
  75. "indentation",
  76. "infer",
  77. "source",
  78. "space",
  79. "string",
  80. "tab",
  81. "text"
  82. ],
  83. "license": "MIT",
  84. "maintainers": [
  85. {
  86. "name": "sindresorhus",
  87. "email": "sindresorhus@gmail.com"
  88. }
  89. ],
  90. "name": "detect-indent",
  91. "optionalDependencies": {},
  92. "readme": "ERROR: No README data found!",
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/sindresorhus/detect-indent.git"
  96. },
  97. "scripts": {
  98. "test": "xo && ava && tsd"
  99. },
  100. "version": "6.0.0",
  101. "xo": {
  102. "ignores": [
  103. "fixture"
  104. ]
  105. }
  106. }