package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_args": [
  3. [
  4. "path-browserify@0.0.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "path-browserify@0.0.0",
  10. "_id": "path-browserify@0.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-oLhwcpquIUAFt9UDLsLLuw+0RRo=",
  13. "_location": "/path-browserify",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "path-browserify@0.0.0",
  19. "name": "path-browserify",
  20. "escapedName": "path-browserify",
  21. "rawSpec": "0.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "0.0.0"
  24. },
  25. "_requiredBy": [
  26. "/node-libs-browser"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/path-browserify/download/path-browserify-0.0.0.tgz",
  29. "_spec": "0.0.0",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  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": "tape test/*.js"
  59. },
  60. "version": "0.0.0"
  61. }