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.

package.json 1.6KB

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