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

package.json 1.6KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "slash@^3.0.0",
  3. "_id": "slash@3.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
  6. "_location": "/slash",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "slash@^3.0.0",
  12. "name": "slash",
  13. "escapedName": "slash",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/globby"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
  22. "_shasum": "6539be870c165adbd5240220dbe361f1bc4d4634",
  23. "_spec": "slash@^3.0.0",
  24. "_where": "/home/christian/Documents/newarte/artesanias/node_modules/globby",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/slash/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Convert Windows backslash paths to slash paths",
  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/slash#readme",
  49. "keywords": [
  50. "path",
  51. "seperator",
  52. "slash",
  53. "backslash",
  54. "windows",
  55. "convert"
  56. ],
  57. "license": "MIT",
  58. "name": "slash",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/sindresorhus/slash.git"
  62. },
  63. "scripts": {
  64. "test": "xo && ava && tsd"
  65. },
  66. "version": "3.0.0"
  67. }