package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "touch@^3.1.0",
  3. "_id": "touch@3.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-WBx8Uy5TLtOSRtIq+M03/sKDrXCLHxwDcquSP2c43Le03/9serjQBIztjRz6FkJez9D/hleyAXTBGLwwZUw9lA==",
  6. "_location": "/touch",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "touch@^3.1.0",
  12. "name": "touch",
  13. "escapedName": "touch",
  14. "rawSpec": "^3.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.1.0"
  17. },
  18. "_requiredBy": [
  19. "/nodemon"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/touch/-/touch-3.1.0.tgz",
  22. "_shasum": "fe365f5f75ec9ed4e56825e0bb76d24ab74af83b",
  23. "_spec": "touch@^3.1.0",
  24. "_where": "C:\\Users\\Admin\\Desktop\\WORK IT\\a-level proj\\chat\\server\\node_modules\\nodemon",
  25. "author": {
  26. "name": "Isaac Z. Schlueter",
  27. "email": "i@izs.me",
  28. "url": "http://blog.izs.me/"
  29. },
  30. "bin": {
  31. "nodetouch": "bin/nodetouch.js"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/isaacs/node-touch/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "nopt": "~1.0.10"
  39. },
  40. "deprecated": false,
  41. "description": "like touch(1) in node",
  42. "devDependencies": {
  43. "mutate-fs": "^1.1.0",
  44. "tap": "^10.7.0"
  45. },
  46. "files": [
  47. "index.js",
  48. "bin/nodetouch.js"
  49. ],
  50. "homepage": "https://github.com/isaacs/node-touch#readme",
  51. "license": "ISC",
  52. "name": "touch",
  53. "repository": {
  54. "type": "git",
  55. "url": "git://github.com/isaacs/node-touch.git"
  56. },
  57. "scripts": {
  58. "postpublish": "git push origin --all; git push origin --tags",
  59. "postversion": "npm publish",
  60. "preversion": "npm test",
  61. "test": "tap test/*.js --100 -J"
  62. },
  63. "version": "3.1.0"
  64. }