package.json 1.2 KB

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