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

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