Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

package.json 1.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "_from": "path-browserify@0.0.1",
  3. "_id": "path-browserify@0.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ==",
  6. "_location": "/path-browserify",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "path-browserify@0.0.1",
  12. "name": "path-browserify",
  13. "escapedName": "path-browserify",
  14. "rawSpec": "0.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "0.0.1"
  17. },
  18. "_requiredBy": [
  19. "/node-libs-browser"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-0.0.1.tgz",
  22. "_shasum": "e6c4ddd7ed3aa27c68a20cc4e50e1a4ee83bbc4a",
  23. "_spec": "path-browserify@0.0.1",
  24. "_where": "/home/daniel/development/repos/fw-vendor/rpclib/node_modules/node-libs-browser",
  25. "author": {
  26. "name": "James Halliday",
  27. "email": "mail@substack.net",
  28. "url": "http://substack.net"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/substack/path-browserify/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {},
  35. "deprecated": false,
  36. "description": "the path module from node core for browsers",
  37. "devDependencies": {
  38. "tape": "~1.0.4"
  39. },
  40. "homepage": "https://github.com/substack/path-browserify",
  41. "keywords": [
  42. "path",
  43. "browser",
  44. "browserify"
  45. ],
  46. "license": "MIT",
  47. "main": "index.js",
  48. "name": "path-browserify",
  49. "repository": {
  50. "type": "git",
  51. "url": "git://github.com/substack/path-browserify.git"
  52. },
  53. "scripts": {
  54. "test": "node test/test-path.js"
  55. },
  56. "version": "0.0.1"
  57. }