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

package.json 1.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_from": "is-path-inside@^3.0.1",
  3. "_id": "is-path-inside@3.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-/2UGPSgmtqwo1ktx8NDHjuPwZWmHhO+gj0f93EkhLB5RgW9RZevWYYlIkS6zePc6U2WpOdQYIwHe9YC4DWEBVg==",
  6. "_location": "/is-path-inside",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-path-inside@^3.0.1",
  12. "name": "is-path-inside",
  13. "escapedName": "is-path-inside",
  14. "rawSpec": "^3.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.1"
  17. },
  18. "_requiredBy": [
  19. "/is-installed-globally"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.2.tgz",
  22. "_shasum": "f5220fc82a3e233757291dddc9c5877f2a1f3017",
  23. "_spec": "is-path-inside@^3.0.1",
  24. "_where": "/home/christian/Documents/newarte/artesanias/node_modules/is-installed-globally",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/is-path-inside/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Check if a path is inside another path",
  36. "devDependencies": {
  37. "ava": "^2.1.0",
  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/is-path-inside#readme",
  49. "keywords": [
  50. "path",
  51. "inside",
  52. "folder",
  53. "directory",
  54. "dir",
  55. "file",
  56. "resolve"
  57. ],
  58. "license": "MIT",
  59. "name": "is-path-inside",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/sindresorhus/is-path-inside.git"
  63. },
  64. "scripts": {
  65. "test": "xo && ava && tsd"
  66. },
  67. "version": "3.0.2"
  68. }