package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "path-root@^0.1.1",
  6. "scope": null,
  7. "escapedName": "path-root",
  8. "name": "path-root",
  9. "rawSpec": "^0.1.1",
  10. "spec": ">=0.1.1 <0.2.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Documents/ola/OLA#3DOC/sys/node_modules/parse-filepath"
  14. ]
  15. ],
  16. "_from": "path-root@>=0.1.1 <0.2.0",
  17. "_id": "path-root@0.1.1",
  18. "_inCache": true,
  19. "_location": "/path-root",
  20. "_nodeVersion": "5.5.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-16-east.internal.npmjs.com",
  23. "tmp": "tmp/path-root-0.1.1.tgz_1459235666528_0.13938825554214418"
  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@^0.1.1",
  33. "scope": null,
  34. "escapedName": "path-root",
  35. "name": "path-root",
  36. "rawSpec": "^0.1.1",
  37. "spec": ">=0.1.1 <0.2.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/parse-filepath"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/path-root/-/path-root-0.1.1.tgz",
  44. "_shasum": "9a4a6814cac1c0cd73360a95f32083c8ea4745b7",
  45. "_shrinkwrap": null,
  46. "_spec": "path-root@^0.1.1",
  47. "_where": "/mnt/Data/bach/Documents/ola/OLA#3DOC/sys/node_modules/parse-filepath",
  48. "author": {
  49. "name": "Jon Schlinkert",
  50. "url": "https://github.com/jonschlinkert"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/jonschlinkert/path-root/issues"
  54. },
  55. "dependencies": {
  56. "path-root-regex": "^0.1.0"
  57. },
  58. "description": "Get the root of a posix or windows filepath.",
  59. "devDependencies": {
  60. "gulp-format-md": "^0.1.7",
  61. "mocha": "^2.4.5"
  62. },
  63. "directories": {},
  64. "dist": {
  65. "shasum": "9a4a6814cac1c0cd73360a95f32083c8ea4745b7",
  66. "tarball": "https://registry.npmjs.org/path-root/-/path-root-0.1.1.tgz"
  67. },
  68. "engines": {
  69. "node": ">=0.10.0"
  70. },
  71. "files": [
  72. "index.js"
  73. ],
  74. "gitHead": "2f1a3929dece0f8bb645b8eb6123dd53f05cd503",
  75. "homepage": "https://github.com/jonschlinkert/path-root",
  76. "keywords": [
  77. "path",
  78. "root"
  79. ],
  80. "license": "MIT",
  81. "main": "index.js",
  82. "maintainers": [
  83. {
  84. "name": "jonschlinkert",
  85. "email": "github@sellside.com"
  86. }
  87. ],
  88. "name": "path-root",
  89. "optionalDependencies": {},
  90. "readme": "ERROR: No README data found!",
  91. "repository": {
  92. "type": "git",
  93. "url": "git+https://github.com/jonschlinkert/path-root.git"
  94. },
  95. "scripts": {
  96. "test": "mocha"
  97. },
  98. "verb": {
  99. "run": true,
  100. "toc": false,
  101. "layout": "default",
  102. "tasks": [
  103. "readme"
  104. ],
  105. "plugins": [
  106. "gulp-format-md"
  107. ],
  108. "related": {
  109. "highlight": "parse-filepath",
  110. "list": [
  111. "path-root-regex",
  112. "parse-filepath",
  113. "is-absolute"
  114. ]
  115. },
  116. "reflinks": [
  117. "verb"
  118. ],
  119. "lint": {
  120. "reflinks": true
  121. }
  122. },
  123. "version": "0.1.1"
  124. }