package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "_from": "path-platform@~0.11.15",
  3. "_id": "path-platform@0.11.15",
  4. "_inBundle": false,
  5. "_integrity": "sha1-6GQhf3TDaFDwhSt43Hv31KVyG/I=",
  6. "_location": "/path-platform",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "path-platform@~0.11.15",
  12. "name": "path-platform",
  13. "escapedName": "path-platform",
  14. "rawSpec": "~0.11.15",
  15. "saveSpec": null,
  16. "fetchSpec": "~0.11.15"
  17. },
  18. "_requiredBy": [
  19. "/parents"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/path-platform/-/path-platform-0.11.15.tgz",
  22. "_shasum": "e864217f74c36850f0852b78dc7bf7d4a5721bf2",
  23. "_spec": "path-platform@~0.11.15",
  24. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/parents",
  25. "author": {
  26. "name": "Timothy J Fontaine",
  27. "email": "tjfontaine@gmail.com",
  28. "url": "http://atxconsulting.com"
  29. },
  30. "bugs": {
  31. "url": "http://github.com/tjfontaine/node-path-platform/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Provide access to win32 and posix path operations; sourced directly from upstream Node.js",
  36. "engines": {
  37. "node": ">= 0.8.0"
  38. },
  39. "homepage": "http://github.com/tjfontaine/node-path-platform",
  40. "keywords": [
  41. "path",
  42. "platform",
  43. "posix",
  44. "win32"
  45. ],
  46. "license": "MIT",
  47. "main": "path.js",
  48. "name": "path-platform",
  49. "repository": {
  50. "type": "git",
  51. "url": "git+ssh://git@github.com/tjfontaine/node-path-platform.git"
  52. },
  53. "version": "0.11.15"
  54. }