package.json 1.5 KB

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