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

package.json 1.7KB

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