tis-cli前端项目快速搭建命令行工具
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

73 lines
1.5 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "tmp@0.0.33",
  5. "E:\\work\\code\\tis-cli"
  6. ]
  7. ],
  8. "_from": "tmp@0.0.33",
  9. "_id": "tmp@0.0.33",
  10. "_inBundle": false,
  11. "_integrity": "sha1-bTQzWIl2jSGyvNoKonfO07G/rfk=",
  12. "_location": "/tmp",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "tmp@0.0.33",
  18. "name": "tmp",
  19. "escapedName": "tmp",
  20. "rawSpec": "0.0.33",
  21. "saveSpec": null,
  22. "fetchSpec": "0.0.33"
  23. },
  24. "_requiredBy": [
  25. "/external-editor"
  26. ],
  27. "_resolved": "https://r.cnpmjs.org/tmp/download/tmp-0.0.33.tgz",
  28. "_spec": "0.0.33",
  29. "_where": "E:\\work\\code\\tis-cli",
  30. "author": {
  31. "name": "KARASZI István",
  32. "email": "github@spam.raszi.hu",
  33. "url": "http://raszi.hu/"
  34. },
  35. "bugs": {
  36. "url": "http://github.com/raszi/node-tmp/issues"
  37. },
  38. "dependencies": {
  39. "os-tmpdir": "~1.0.2"
  40. },
  41. "description": "Temporary file and directory creator",
  42. "devDependencies": {
  43. "vows": "~0.7.0"
  44. },
  45. "engines": {
  46. "node": ">=0.6.0"
  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. "doc": "jsdoc -c .jsdoc.json",
  70. "test": "vows test/*-test.js"
  71. },
  72. "version": "0.0.33"
  73. }