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.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_from": "path-dirname@^1.0.0",
  3. "_id": "path-dirname@1.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA=",
  6. "_location": "/path-dirname",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "path-dirname@^1.0.0",
  12. "name": "path-dirname",
  13. "escapedName": "path-dirname",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/glob-parent"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz",
  22. "_shasum": "cc33d24d525e099a5388c0336c6e32b9160609e0",
  23. "_spec": "path-dirname@^1.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\glob-parent",
  25. "author": {
  26. "name": "Elan Shanker"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/es128/path-dirname/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "Node.js path.dirname() ponyfill",
  34. "files": [
  35. "index.js"
  36. ],
  37. "homepage": "https://github.com/es128/path-dirname#readme",
  38. "keywords": [
  39. "dirname",
  40. "dir",
  41. "path",
  42. "paths",
  43. "file",
  44. "built-in",
  45. "util",
  46. "utils",
  47. "core",
  48. "stdlib",
  49. "ponyfill",
  50. "polyfill",
  51. "shim"
  52. ],
  53. "license": "MIT",
  54. "name": "path-dirname",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/es128/path-dirname.git"
  58. },
  59. "scripts": {
  60. "test": "node test.js"
  61. },
  62. "version": "1.0.2"
  63. }