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

package.json 2.4KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_from": "tmp@^0.2.1",
  3. "_id": "tmp@0.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==",
  6. "_location": "/tmp",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "tmp@^0.2.1",
  12. "name": "tmp",
  13. "escapedName": "tmp",
  14. "rawSpec": "^0.2.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.2.1"
  17. },
  18. "_requiredBy": [
  19. "/cordova-create"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.1.tgz",
  22. "_shasum": "8457fc3037dcf4719c251367a1af6500ee1ccf14",
  23. "_spec": "tmp@^0.2.1",
  24. "_where": "/home/christian/Documents/newarte/artesanias/node_modules/cordova-create",
  25. "author": {
  26. "name": "KARASZI István",
  27. "email": "github@spam.raszi.hu",
  28. "url": "http://raszi.hu/"
  29. },
  30. "bugs": {
  31. "url": "http://github.com/raszi/node-tmp/issues"
  32. },
  33. "bundleDependencies": false,
  34. "changelog": {
  35. "labels": {
  36. "breaking": ":boom: Breaking Change",
  37. "enhancement": ":rocket: Enhancement",
  38. "bug": ":bug: Bug Fix",
  39. "documentation": ":memo: Documentation",
  40. "internal": ":house: Internal"
  41. },
  42. "cacheDir": ".changelog"
  43. },
  44. "contributors": [
  45. {
  46. "name": "Carsten Klein",
  47. "email": "trancesilken@gmail.com",
  48. "url": "https://github.com/silkentrance"
  49. }
  50. ],
  51. "dependencies": {
  52. "rimraf": "^3.0.0"
  53. },
  54. "deprecated": false,
  55. "description": "Temporary file and directory creator",
  56. "devDependencies": {
  57. "eslint": "^6.3.0",
  58. "eslint-plugin-mocha": "^6.1.1",
  59. "istanbul": "^0.4.5",
  60. "lerna-changelog": "^1.0.1",
  61. "mocha": "^6.2.0"
  62. },
  63. "engines": {
  64. "node": ">=8.17.0"
  65. },
  66. "files": [
  67. "lib/"
  68. ],
  69. "homepage": "http://github.com/raszi/node-tmp",
  70. "keywords": [
  71. "temporary",
  72. "tmp",
  73. "temp",
  74. "tempdir",
  75. "tempfile",
  76. "tmpdir",
  77. "tmpfile"
  78. ],
  79. "license": "MIT",
  80. "main": "lib/tmp.js",
  81. "name": "tmp",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/raszi/node-tmp.git"
  85. },
  86. "scripts": {
  87. "changelog": "lerna-changelog",
  88. "clean": "rm -Rf ./coverage",
  89. "doc": "jsdoc -c .jsdoc.json",
  90. "lint": "eslint lib --env mocha test",
  91. "test": "npm run clean && istanbul cover ./node_modules/mocha/bin/_mocha --report none --print none --dir ./coverage/json -u exports -R test/*-test.js && istanbul report --root ./coverage/json html && istanbul report text-summary"
  92. },
  93. "version": "0.2.1"
  94. }