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

package.json 1.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_from": "find-up@^2.1.0",
  3. "_id": "find-up@2.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=",
  6. "_location": "/find-up",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "find-up@^2.1.0",
  12. "name": "find-up",
  13. "escapedName": "find-up",
  14. "rawSpec": "^2.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.0"
  17. },
  18. "_requiredBy": [
  19. "/pkg-up"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz",
  22. "_shasum": "45d1b7e506c717ddd482775a2b77920a3c0c57a7",
  23. "_spec": "find-up@^2.1.0",
  24. "_where": "/home/christian/Documents/newarte/artesanias/node_modules/pkg-up",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/find-up/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "locate-path": "^2.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "Find a file by walking up parent directories",
  39. "devDependencies": {
  40. "ava": "*",
  41. "tempfile": "^1.1.1",
  42. "xo": "*"
  43. },
  44. "engines": {
  45. "node": ">=4"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/sindresorhus/find-up#readme",
  51. "keywords": [
  52. "find",
  53. "up",
  54. "find-up",
  55. "findup",
  56. "look-up",
  57. "look",
  58. "file",
  59. "search",
  60. "match",
  61. "package",
  62. "resolve",
  63. "parent",
  64. "parents",
  65. "folder",
  66. "directory",
  67. "dir",
  68. "walk",
  69. "walking",
  70. "path"
  71. ],
  72. "license": "MIT",
  73. "name": "find-up",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/sindresorhus/find-up.git"
  77. },
  78. "scripts": {
  79. "test": "xo && ava"
  80. },
  81. "version": "2.1.0",
  82. "xo": {
  83. "esnext": true
  84. }
  85. }