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

package.json 1.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "detect-newline@^3.1.0",
  3. "_id": "detect-newline@3.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==",
  6. "_location": "/detect-newline",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "detect-newline@^3.1.0",
  12. "name": "detect-newline",
  13. "escapedName": "detect-newline",
  14. "rawSpec": "^3.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.1.0"
  17. },
  18. "_requiredBy": [
  19. "/cordova-lib"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz",
  22. "_shasum": "576f5dfc63ae1a192ff192d8ad3af6308991b651",
  23. "_spec": "detect-newline@^3.1.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-newline/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Detect the dominant newline character of a string",
  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-newline#readme",
  49. "keywords": [
  50. "newline",
  51. "linebreak",
  52. "line-break",
  53. "line",
  54. "lf",
  55. "crlf",
  56. "eol",
  57. "linefeed",
  58. "character",
  59. "char"
  60. ],
  61. "license": "MIT",
  62. "name": "detect-newline",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/sindresorhus/detect-newline.git"
  66. },
  67. "scripts": {
  68. "test": "xo && ava && tsd"
  69. },
  70. "version": "3.1.0"
  71. }