package.json 2.8 KB

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