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

package.json 2.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_args": [
  3. [
  4. "path-is-inside@^1.0.2",
  5. "/home/lyxaira/Artesanias/artesanias/node_modules/cordova-create"
  6. ]
  7. ],
  8. "_from": "path-is-inside@>=1.0.2 <2.0.0",
  9. "_id": "path-is-inside@1.0.2",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/path-is-inside",
  13. "_nodeVersion": "6.2.2",
  14. "_npmOperationalInternal": {
  15. "host": "packages-16-east.internal.npmjs.com",
  16. "tmp": "tmp/path-is-inside-1.0.2.tgz_1473550509195_0.936812553787604"
  17. },
  18. "_npmUser": {
  19. "email": "d@domenic.me",
  20. "name": "domenic"
  21. },
  22. "_npmVersion": "3.9.5",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "path-is-inside",
  26. "raw": "path-is-inside@^1.0.2",
  27. "rawSpec": "^1.0.2",
  28. "scope": null,
  29. "spec": ">=1.0.2 <2.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/cordova-create"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz",
  36. "_shasum": "365417dede44430d1c11af61027facf074bdfc53",
  37. "_shrinkwrap": null,
  38. "_spec": "path-is-inside@^1.0.2",
  39. "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/cordova-create",
  40. "author": {
  41. "email": "d@domenic.me",
  42. "name": "Domenic Denicola",
  43. "url": "https://domenic.me"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/domenic/path-is-inside/issues"
  47. },
  48. "dependencies": {},
  49. "description": "Tests whether one path is inside another path",
  50. "devDependencies": {
  51. "jshint": "~2.3.0",
  52. "mocha": "~1.15.1"
  53. },
  54. "directories": {},
  55. "dist": {
  56. "shasum": "365417dede44430d1c11af61027facf074bdfc53",
  57. "tarball": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz"
  58. },
  59. "files": [
  60. "lib"
  61. ],
  62. "gitHead": "05a9bf7c5e008505539e14e96c4d2fc8b2c6d058",
  63. "homepage": "https://github.com/domenic/path-is-inside#readme",
  64. "keywords": [
  65. "directory",
  66. "folder",
  67. "inside",
  68. "path",
  69. "relative"
  70. ],
  71. "license": "(WTFPL OR MIT)",
  72. "main": "lib/path-is-inside.js",
  73. "maintainers": [
  74. {
  75. "name": "domenic",
  76. "email": "domenic@domenicdenicola.com"
  77. }
  78. ],
  79. "name": "path-is-inside",
  80. "optionalDependencies": {},
  81. "readme": "ERROR: No README data found!",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/domenic/path-is-inside.git"
  85. },
  86. "scripts": {
  87. "lint": "jshint lib",
  88. "test": "mocha"
  89. },
  90. "version": "1.0.2"
  91. }