package.json 2.0 KB

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