package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "tmp@^0.0.33",
  3. "_id": "tmp@0.0.33",
  4. "_inBundle": false,
  5. "_integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==",
  6. "_location": "/tmp",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "tmp@^0.0.33",
  12. "name": "tmp",
  13. "escapedName": "tmp",
  14. "rawSpec": "^0.0.33",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.0.33"
  17. },
  18. "_requiredBy": [
  19. "/external-editor",
  20. "/webpack-cli/external-editor"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/tmp/-/tmp-0.0.33.tgz",
  23. "_shasum": "6d34335889768d21b2bcda0aa277ced3b1bfadf9",
  24. "_spec": "tmp@^0.0.33",
  25. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\external-editor",
  26. "author": {
  27. "name": "KARASZI István",
  28. "email": "github@spam.raszi.hu",
  29. "url": "http://raszi.hu/"
  30. },
  31. "bugs": {
  32. "url": "http://github.com/raszi/node-tmp/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "os-tmpdir": "~1.0.2"
  37. },
  38. "deprecated": false,
  39. "description": "Temporary file and directory creator",
  40. "devDependencies": {
  41. "vows": "~0.7.0"
  42. },
  43. "engines": {
  44. "node": ">=0.6.0"
  45. },
  46. "files": [
  47. "lib/"
  48. ],
  49. "homepage": "http://github.com/raszi/node-tmp",
  50. "keywords": [
  51. "temporary",
  52. "tmp",
  53. "temp",
  54. "tempdir",
  55. "tempfile",
  56. "tmpdir",
  57. "tmpfile"
  58. ],
  59. "license": "MIT",
  60. "main": "lib/tmp.js",
  61. "name": "tmp",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/raszi/node-tmp.git"
  65. },
  66. "scripts": {
  67. "doc": "jsdoc -c .jsdoc.json",
  68. "test": "vows test/*-test.js"
  69. },
  70. "version": "0.0.33"
  71. }