package.json 1.3 KB

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