package.json 1.9 KB

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