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 2.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_from": "path-root@^0.1.1",
  3. "_id": "path-root@0.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-mkpoFMrBwM1zNgqV8yCDyOpHRbc=",
  6. "_location": "/path-root",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "path-root@^0.1.1",
  12. "name": "path-root",
  13. "escapedName": "path-root",
  14. "rawSpec": "^0.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.1.1"
  17. },
  18. "_requiredBy": [
  19. "/parse-filepath"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/path-root/-/path-root-0.1.1.tgz",
  22. "_shasum": "9a4a6814cac1c0cd73360a95f32083c8ea4745b7",
  23. "_spec": "path-root@^0.1.1",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\parse-filepath",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonschlinkert/path-root/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "path-root-regex": "^0.1.0"
  35. },
  36. "deprecated": false,
  37. "description": "Get the root of a posix or windows filepath.",
  38. "devDependencies": {
  39. "gulp-format-md": "^0.1.7",
  40. "mocha": "^2.4.5"
  41. },
  42. "engines": {
  43. "node": ">=0.10.0"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/jonschlinkert/path-root",
  49. "keywords": [
  50. "path",
  51. "root"
  52. ],
  53. "license": "MIT",
  54. "main": "index.js",
  55. "name": "path-root",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/jonschlinkert/path-root.git"
  59. },
  60. "scripts": {
  61. "test": "mocha"
  62. },
  63. "verb": {
  64. "run": true,
  65. "toc": false,
  66. "layout": "default",
  67. "tasks": [
  68. "readme"
  69. ],
  70. "plugins": [
  71. "gulp-format-md"
  72. ],
  73. "related": {
  74. "highlight": "parse-filepath",
  75. "list": [
  76. "path-root-regex",
  77. "parse-filepath",
  78. "is-absolute"
  79. ]
  80. },
  81. "reflinks": [
  82. "verb"
  83. ],
  84. "lint": {
  85. "reflinks": true
  86. }
  87. },
  88. "version": "0.1.1"
  89. }