package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_from": "tmp@0.1.0",
  3. "_id": "tmp@0.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-J7Z2K08jbGcdA1kkQpJSqLF6T0tdQqpR2pnSUXsIchbPdTI9v3e85cLW0d6WDhwuAleOV71j2xWs8qMPfK7nKw==",
  6. "_location": "/tmp",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "tmp@0.1.0",
  12. "name": "tmp",
  13. "escapedName": "tmp",
  14. "rawSpec": "0.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "0.1.0"
  17. },
  18. "_requiredBy": [
  19. "/create-react-app"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/tmp/-/tmp-0.1.0.tgz",
  22. "_shasum": "ee434a4e22543082e294ba6201dcc6eafefa2877",
  23. "_spec": "tmp@0.1.0",
  24. "_where": "E:\\a-level\\project_js2\\node_modules\\create-react-app",
  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. "dependencies": {
  35. "rimraf": "^2.6.3"
  36. },
  37. "deprecated": false,
  38. "description": "Temporary file and directory creator",
  39. "devDependencies": {
  40. "eslint": "^4.19.1",
  41. "eslint-plugin-mocha": "^5.0.0",
  42. "istanbul": "^0.4.5",
  43. "mocha": "^5.1.1"
  44. },
  45. "engines": {
  46. "node": ">=6"
  47. },
  48. "files": [
  49. "lib/"
  50. ],
  51. "homepage": "http://github.com/raszi/node-tmp",
  52. "keywords": [
  53. "temporary",
  54. "tmp",
  55. "temp",
  56. "tempdir",
  57. "tempfile",
  58. "tmpdir",
  59. "tmpfile"
  60. ],
  61. "license": "MIT",
  62. "main": "lib/tmp.js",
  63. "name": "tmp",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/raszi/node-tmp.git"
  67. },
  68. "scripts": {
  69. "clean": "rm -Rf ./coverage",
  70. "doc": "jsdoc -c .jsdoc.json",
  71. "lint": "eslint lib --env mocha test",
  72. "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"
  73. },
  74. "version": "0.1.0"
  75. }