package.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_from": "tmp@^0.2.0",
  3. "_id": "tmp@0.2.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-voyz6MApa1rQGUxT3E+BK7/ROe8itEx7vD8/HEvt4xwXucvQ5G5oeEiHkmHZJuBO21RpOf+YYm9MOivj709jow==",
  6. "_location": "/tmp",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "tmp@^0.2.0",
  12. "name": "tmp",
  13. "escapedName": "tmp",
  14. "rawSpec": "^0.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.2.0"
  17. },
  18. "_requiredBy": [
  19. "/exceljs"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/tmp/-/tmp-0.2.5.tgz",
  22. "_shasum": "b06bcd23f0f3c8357b426891726d16015abfd8f8",
  23. "_spec": "tmp@^0.2.0",
  24. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\exceljs",
  25. "author": {
  26. "name": "KARASZI István",
  27. "email": "github@spam.raszi.hu"
  28. },
  29. "bugs": {
  30. "url": "http://github.com/raszi/node-tmp/issues"
  31. },
  32. "bundleDependencies": false,
  33. "changelog": {
  34. "labels": {
  35. "breaking": ":boom: Breaking Change",
  36. "enhancement": ":rocket: Enhancement",
  37. "bug": ":bug: Bug Fix",
  38. "documentation": ":memo: Documentation",
  39. "internal": ":house: Internal"
  40. },
  41. "cacheDir": ".changelog"
  42. },
  43. "contributors": [
  44. {
  45. "name": "Carsten Klein",
  46. "email": "trancesilken@gmail.com",
  47. "url": "https://github.com/silkentrance"
  48. }
  49. ],
  50. "dependencies": {},
  51. "deprecated": false,
  52. "description": "Temporary file and directory creator",
  53. "devDependencies": {
  54. "eslint": "^6.3.0",
  55. "eslint-plugin-mocha": "^6.1.1",
  56. "istanbul": "^0.4.5",
  57. "lerna-changelog": "^1.0.1",
  58. "mocha": "^10.2.0"
  59. },
  60. "engines": {
  61. "node": ">=14.14"
  62. },
  63. "files": [
  64. "lib/"
  65. ],
  66. "homepage": "http://github.com/raszi/node-tmp",
  67. "keywords": [
  68. "temporary",
  69. "tmp",
  70. "temp",
  71. "tempdir",
  72. "tempfile",
  73. "tmpdir",
  74. "tmpfile"
  75. ],
  76. "license": "MIT",
  77. "main": "lib/tmp.js",
  78. "name": "tmp",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/raszi/node-tmp.git"
  82. },
  83. "scripts": {
  84. "changelog": "lerna-changelog",
  85. "clean": "rm -Rf ./coverage",
  86. "doc": "jsdoc -c .jsdoc.json",
  87. "lint": "eslint lib --env mocha test",
  88. "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"
  89. },
  90. "version": "0.2.5"
  91. }