package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "path-root-regex@^0.1.0",
  6. "scope": null,
  7. "escapedName": "path-root-regex",
  8. "name": "path-root-regex",
  9. "rawSpec": "^0.1.0",
  10. "spec": ">=0.1.0 <0.2.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/path-root"
  14. ]
  15. ],
  16. "_from": "path-root-regex@>=0.1.0 <0.2.0",
  17. "_id": "path-root-regex@0.1.2",
  18. "_inCache": true,
  19. "_location": "/path-root-regex",
  20. "_nodeVersion": "5.5.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/path-root-regex-0.1.2.tgz_1459235194182_0.15893458318896592"
  24. },
  25. "_npmUser": {
  26. "name": "jonschlinkert",
  27. "email": "github@sellside.com"
  28. },
  29. "_npmVersion": "3.6.0",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "path-root-regex@^0.1.0",
  33. "scope": null,
  34. "escapedName": "path-root-regex",
  35. "name": "path-root-regex",
  36. "rawSpec": "^0.1.0",
  37. "spec": ">=0.1.0 <0.2.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/path-root"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/path-root-regex/-/path-root-regex-0.1.2.tgz",
  44. "_shasum": "bfccdc8df5b12dc52c8b43ec38d18d72c04ba96d",
  45. "_shrinkwrap": null,
  46. "_spec": "path-root-regex@^0.1.0",
  47. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/path-root",
  48. "author": {
  49. "name": "Jon Schlinkert",
  50. "url": "https://github.com/jonschlinkert"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/regexhq/path-root-regex/issues"
  54. },
  55. "dependencies": {},
  56. "description": "Regular expression for getting the root of a posix or windows filepath.",
  57. "devDependencies": {
  58. "gulp-format-md": "^0.1.7",
  59. "mocha": "^2.4.5"
  60. },
  61. "directories": {},
  62. "dist": {
  63. "shasum": "bfccdc8df5b12dc52c8b43ec38d18d72c04ba96d",
  64. "tarball": "https://registry.npmjs.org/path-root-regex/-/path-root-regex-0.1.2.tgz"
  65. },
  66. "engines": {
  67. "node": ">=0.10.0"
  68. },
  69. "files": [
  70. "index.js"
  71. ],
  72. "gitHead": "0b80fcc033e8eb960696672ed9b3f0262db48933",
  73. "homepage": "https://github.com/regexhq/path-root-regex",
  74. "keywords": [
  75. "detect",
  76. "expression",
  77. "file",
  78. "filepath",
  79. "match",
  80. "parse",
  81. "path",
  82. "regex",
  83. "regexp",
  84. "regular",
  85. "root",
  86. "test"
  87. ],
  88. "license": "MIT",
  89. "main": "index.js",
  90. "maintainers": [
  91. {
  92. "name": "jonschlinkert",
  93. "email": "github@sellside.com"
  94. }
  95. ],
  96. "name": "path-root-regex",
  97. "optionalDependencies": {},
  98. "readme": "ERROR: No README data found!",
  99. "repository": {
  100. "type": "git",
  101. "url": "git+https://github.com/regexhq/path-root-regex.git"
  102. },
  103. "scripts": {
  104. "test": "mocha"
  105. },
  106. "verb": {
  107. "run": true,
  108. "toc": false,
  109. "layout": false,
  110. "tasks": [
  111. "readme"
  112. ],
  113. "plugins": [
  114. "gulp-format-md"
  115. ],
  116. "related": {
  117. "highlight": "path-root",
  118. "list": [
  119. "parse-filepath",
  120. "is-absolute"
  121. ]
  122. },
  123. "reflinks": [
  124. "verb",
  125. "path-root"
  126. ],
  127. "lint": {
  128. "reflinks": true
  129. }
  130. },
  131. "version": "0.1.2"
  132. }