package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_from": "path-parse@1.0.7",
  3. "_id": "path-parse@1.0.7",
  4. "_inBundle": false,
  5. "_integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
  6. "_location": "/path-parse",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "path-parse@1.0.7",
  12. "name": "path-parse",
  13. "escapedName": "path-parse",
  14. "rawSpec": "1.0.7",
  15. "saveSpec": null,
  16. "fetchSpec": "1.0.7"
  17. },
  18. "_requiredBy": [
  19. "/istanbul-lib-report",
  20. "/resolve"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
  23. "_shasum": "fbc114b60ca42b30d9daf5858e4bd68bbedb6735",
  24. "_spec": "path-parse@1.0.7",
  25. "_where": "/Users/lihai/jolijoli/pad_spa/node_modules/resolve",
  26. "author": {
  27. "name": "Javier Blanco",
  28. "email": "http://jbgutierrez.info"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/jbgutierrez/path-parse/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Node.js path.parse() ponyfill",
  36. "homepage": "https://github.com/jbgutierrez/path-parse#readme",
  37. "keywords": [
  38. "path",
  39. "paths",
  40. "file",
  41. "dir",
  42. "parse",
  43. "built-in",
  44. "util",
  45. "utils",
  46. "core",
  47. "ponyfill",
  48. "polyfill",
  49. "shim"
  50. ],
  51. "license": "MIT",
  52. "main": "index.js",
  53. "name": "path-parse",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/jbgutierrez/path-parse.git"
  57. },
  58. "scripts": {
  59. "test": "node test.js"
  60. },
  61. "version": "1.0.7"
  62. }