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

package.json 1.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "detect-indent@^6.0.0",
  3. "_id": "detect-indent@6.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-oSyFlqaTHCItVRGK5RmrmjB+CmaMOW7IaNA/kdxqhoa6d17j/5ce9O9eWXmV/KEdRwqpQA+Vqe8a8Bsybu4YnA==",
  6. "_location": "/detect-indent",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "detect-indent@^6.0.0",
  12. "name": "detect-indent",
  13. "escapedName": "detect-indent",
  14. "rawSpec": "^6.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.0.0"
  17. },
  18. "_requiredBy": [
  19. "/cordova-lib"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-6.0.0.tgz",
  22. "_shasum": "0abd0f549f69fc6659a254fe96786186b6f528fd",
  23. "_spec": "detect-indent@^6.0.0",
  24. "_where": "/home/christian/Documents/newarte/artesanias/node_modules/cordova-lib",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/detect-indent/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Detect the indentation of code",
  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/detect-indent#readme",
  49. "keywords": [
  50. "indent",
  51. "indentation",
  52. "detect",
  53. "infer",
  54. "identify",
  55. "code",
  56. "string",
  57. "text",
  58. "source",
  59. "space",
  60. "tab"
  61. ],
  62. "license": "MIT",
  63. "name": "detect-indent",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/sindresorhus/detect-indent.git"
  67. },
  68. "scripts": {
  69. "test": "xo && ava && tsd"
  70. },
  71. "version": "6.0.0",
  72. "xo": {
  73. "ignores": [
  74. "fixture"
  75. ]
  76. }
  77. }