package.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_args": [
  3. [
  4. "touch@0.0.3",
  5. "E:\\vscode\\UseStudio.Desktop\\resources\\app"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "touch@0.0.3",
  10. "_id": "touch@0.0.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-Ua7z1ElXHU8oel2Hyci0kYGg2x0=",
  13. "_location": "/touch",
  14. "_phantomChildren": {
  15. "abbrev": "1.1.1"
  16. },
  17. "_requested": {
  18. "type": "version",
  19. "registry": true,
  20. "raw": "touch@0.0.3",
  21. "name": "touch",
  22. "escapedName": "touch",
  23. "rawSpec": "0.0.3",
  24. "saveSpec": null,
  25. "fetchSpec": "0.0.3"
  26. },
  27. "_requiredBy": [
  28. "/decompress-zip"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/touch/-/touch-0.0.3.tgz",
  31. "_spec": "0.0.3",
  32. "_where": "E:\\vscode\\UseStudio.Desktop\\resources\\app",
  33. "author": {
  34. "name": "Isaac Z. Schlueter",
  35. "email": "i@izs.me",
  36. "url": "http://blog.izs.me/"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/isaacs/node-touch/issues"
  40. },
  41. "dependencies": {
  42. "nopt": "~1.0.10"
  43. },
  44. "description": "like touch(1) in node",
  45. "engines": {
  46. "node": ">=0.6"
  47. },
  48. "homepage": "https://github.com/isaacs/node-touch#readme",
  49. "license": "ISC",
  50. "main": "touch.js",
  51. "name": "touch",
  52. "repository": {
  53. "type": "git",
  54. "url": "git://github.com/isaacs/node-touch.git"
  55. },
  56. "version": "0.0.3"
  57. }