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

package.json 1.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "rimraf@^3.0.0",
  3. "_id": "rimraf@3.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
  6. "_location": "/rimraf",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "rimraf@^3.0.0",
  12. "name": "rimraf",
  13. "escapedName": "rimraf",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/tmp"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
  22. "_shasum": "f1a5402ba6220ad52cc1282bac1ae3aa49fd061a",
  23. "_spec": "rimraf@^3.0.0",
  24. "_where": "/home/christian/Documents/newarte/artesanias/node_modules/tmp",
  25. "author": {
  26. "name": "Isaac Z. Schlueter",
  27. "email": "i@izs.me",
  28. "url": "http://blog.izs.me/"
  29. },
  30. "bin": {
  31. "rimraf": "bin.js"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/isaacs/rimraf/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "glob": "^7.1.3"
  39. },
  40. "deprecated": false,
  41. "description": "A deep deletion module for node (like `rm -rf`)",
  42. "devDependencies": {
  43. "mkdirp": "^0.5.1",
  44. "tap": "^12.1.1"
  45. },
  46. "files": [
  47. "LICENSE",
  48. "README.md",
  49. "bin.js",
  50. "rimraf.js"
  51. ],
  52. "funding": {
  53. "url": "https://github.com/sponsors/isaacs"
  54. },
  55. "homepage": "https://github.com/isaacs/rimraf#readme",
  56. "license": "ISC",
  57. "main": "rimraf.js",
  58. "name": "rimraf",
  59. "repository": {
  60. "type": "git",
  61. "url": "git://github.com/isaacs/rimraf.git"
  62. },
  63. "scripts": {
  64. "postpublish": "git push origin --follow-tags",
  65. "postversion": "npm publish",
  66. "preversion": "npm test",
  67. "test": "tap test/*.js"
  68. },
  69. "version": "3.0.2"
  70. }