package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_from": "path-parse@^1.0.6",
  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": "range",
  10. "registry": true,
  11. "raw": "path-parse@^1.0.6",
  12. "name": "path-parse",
  13. "escapedName": "path-parse",
  14. "rawSpec": "^1.0.6",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.6"
  17. },
  18. "_requiredBy": [
  19. "/eslint-plugin-import/resolve",
  20. "/eslint-plugin-react/resolve",
  21. "/resolve"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
  24. "_shasum": "fbc114b60ca42b30d9daf5858e4bd68bbedb6735",
  25. "_spec": "path-parse@^1.0.6",
  26. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\resolve",
  27. "author": {
  28. "name": "Javier Blanco",
  29. "email": "http://jbgutierrez.info"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/jbgutierrez/path-parse/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Node.js path.parse() ponyfill",
  37. "homepage": "https://github.com/jbgutierrez/path-parse#readme",
  38. "keywords": [
  39. "path",
  40. "paths",
  41. "file",
  42. "dir",
  43. "parse",
  44. "built-in",
  45. "util",
  46. "utils",
  47. "core",
  48. "ponyfill",
  49. "polyfill",
  50. "shim"
  51. ],
  52. "license": "MIT",
  53. "main": "index.js",
  54. "name": "path-parse",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/jbgutierrez/path-parse.git"
  58. },
  59. "scripts": {
  60. "test": "node test.js"
  61. },
  62. "version": "1.0.7"
  63. }