package.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "_from": "path@^0.12.7",
  3. "_id": "path@0.12.7",
  4. "_inBundle": false,
  5. "_integrity": "sha1-1NwqUGxM4hl+tIHr/NWzbAFAsQ8=",
  6. "_location": "/path",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "path@^0.12.7",
  12. "name": "path",
  13. "escapedName": "path",
  14. "rawSpec": "^0.12.7",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.12.7"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/path/-/path-0.12.7.tgz",
  22. "_shasum": "d4dc2a506c4ce2197eb481ebfcd5b36c0140b10f",
  23. "_spec": "path@^0.12.7",
  24. "_where": "C:\\socket\\chatroom-myclient",
  25. "author": {
  26. "name": "Joyent",
  27. "url": "http://www.joyent.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jinder/path/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "process": "^0.11.1",
  35. "util": "^0.10.3"
  36. },
  37. "deprecated": false,
  38. "description": "Node.JS path module",
  39. "homepage": "http://nodejs.org/docs/latest/api/path.html",
  40. "keywords": [
  41. "ender",
  42. "path"
  43. ],
  44. "license": "MIT",
  45. "main": "./path.js",
  46. "name": "path",
  47. "repository": {
  48. "type": "git",
  49. "url": "git://github.com/jinder/path.git"
  50. },
  51. "version": "0.12.7"
  52. }