You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.6KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_from": "path-parse@^1.0.6",
  3. "_id": "path-parse@1.0.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==",
  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. "/resolve"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz",
  22. "_shasum": "d62dbb5679405d72c4737ec58600e9ddcf06d24c",
  23. "_spec": "path-parse@^1.0.6",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\resolve",
  25. "author": {
  26. "name": "Javier Blanco",
  27. "email": "http://jbgutierrez.info"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jbgutierrez/path-parse/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Node.js path.parse() ponyfill",
  35. "homepage": "https://github.com/jbgutierrez/path-parse#readme",
  36. "keywords": [
  37. "path",
  38. "paths",
  39. "file",
  40. "dir",
  41. "parse",
  42. "built-in",
  43. "util",
  44. "utils",
  45. "core",
  46. "ponyfill",
  47. "polyfill",
  48. "shim"
  49. ],
  50. "license": "MIT",
  51. "main": "index.js",
  52. "name": "path-parse",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/jbgutierrez/path-parse.git"
  56. },
  57. "scripts": {
  58. "test": "node test.js"
  59. },
  60. "version": "1.0.6"
  61. }