package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "touch@^1.0.0",
  6. "scope": null,
  7. "escapedName": "touch",
  8. "name": "touch",
  9. "rawSpec": "^1.0.0",
  10. "spec": ">=1.0.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/robert/workspace/xmlrpc/node_modules/typings-core"
  14. ]
  15. ],
  16. "_from": "touch@>=1.0.0 <2.0.0",
  17. "_id": "touch@1.0.0",
  18. "_inCache": true,
  19. "_location": "/touch",
  20. "_nodeVersion": "2.2.1",
  21. "_npmUser": {
  22. "name": "isaacs",
  23. "email": "isaacs@npmjs.com"
  24. },
  25. "_npmVersion": "3.1.0",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "touch@^1.0.0",
  29. "scope": null,
  30. "escapedName": "touch",
  31. "name": "touch",
  32. "rawSpec": "^1.0.0",
  33. "spec": ">=1.0.0 <2.0.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/typings-core"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/touch/-/touch-1.0.0.tgz",
  40. "_shasum": "449cbe2dbae5a8c8038e30d71fa0ff464947c4de",
  41. "_shrinkwrap": null,
  42. "_spec": "touch@^1.0.0",
  43. "_where": "/home/robert/workspace/xmlrpc/node_modules/typings-core",
  44. "author": {
  45. "name": "Isaac Z. Schlueter",
  46. "email": "i@izs.me",
  47. "url": "http://blog.izs.me/"
  48. },
  49. "bin": {
  50. "touch": "./bin/touch.js"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/isaacs/node-touch/issues"
  54. },
  55. "dependencies": {
  56. "nopt": "~1.0.10"
  57. },
  58. "description": "like touch(1) in node",
  59. "devDependencies": {
  60. "tap": "^1.3.1"
  61. },
  62. "directories": {},
  63. "dist": {
  64. "shasum": "449cbe2dbae5a8c8038e30d71fa0ff464947c4de",
  65. "tarball": "https://registry.npmjs.org/touch/-/touch-1.0.0.tgz"
  66. },
  67. "engines": {
  68. "node": ">=0.6"
  69. },
  70. "gitHead": "f73938c01bd10fe70fae5af3f37fc8c6162e9852",
  71. "homepage": "https://github.com/isaacs/node-touch#readme",
  72. "license": "ISC",
  73. "main": "touch.js",
  74. "maintainers": [
  75. {
  76. "name": "isaacs",
  77. "email": "i@izs.me"
  78. }
  79. ],
  80. "name": "touch",
  81. "optionalDependencies": {},
  82. "readme": "ERROR: No README data found!",
  83. "repository": {
  84. "type": "git",
  85. "url": "git://github.com/isaacs/node-touch.git"
  86. },
  87. "scripts": {
  88. "test": "tap test/*.js"
  89. },
  90. "version": "1.0.0"
  91. }