package.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "is-absolute@^0.2.3",
  6. "scope": null,
  7. "escapedName": "is-absolute",
  8. "name": "is-absolute",
  9. "rawSpec": "^0.2.3",
  10. "spec": ">=0.2.3 <0.3.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/parse-filepath"
  14. ]
  15. ],
  16. "_from": "is-absolute@>=0.2.3 <0.3.0",
  17. "_id": "is-absolute@0.2.6",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/is-absolute",
  21. "_nodeVersion": "6.7.0",
  22. "_npmOperationalInternal": {
  23. "host": "packages-16-east.internal.npmjs.com",
  24. "tmp": "tmp/is-absolute-0.2.6.tgz_1476658857174_0.9025487648323178"
  25. },
  26. "_npmUser": {
  27. "name": "jonschlinkert",
  28. "email": "github@sellside.com"
  29. },
  30. "_npmVersion": "3.10.3",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "is-absolute@^0.2.3",
  34. "scope": null,
  35. "escapedName": "is-absolute",
  36. "name": "is-absolute",
  37. "rawSpec": "^0.2.3",
  38. "spec": ">=0.2.3 <0.3.0",
  39. "type": "range"
  40. },
  41. "_requiredBy": [
  42. "/parse-filepath"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/is-absolute/-/is-absolute-0.2.6.tgz",
  45. "_shasum": "20de69f3db942ef2d87b9c2da36f172235b1b5eb",
  46. "_shrinkwrap": null,
  47. "_spec": "is-absolute@^0.2.3",
  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/is-absolute/issues"
  55. },
  56. "contributors": [
  57. {
  58. "name": "Elan Shanker",
  59. "url": "https://github.com/es128"
  60. },
  61. {
  62. "name": "Jon Schlinkert",
  63. "email": "jon.schlinkert@sellside.com",
  64. "url": "http://twitter.com/jonschlinkert"
  65. },
  66. {
  67. "name": "Shinnosuke Watanabe",
  68. "email": "snnskwtnb@gmail.com",
  69. "url": "https://shinnn.github.io"
  70. }
  71. ],
  72. "dependencies": {
  73. "is-relative": "^0.2.1",
  74. "is-windows": "^0.2.0"
  75. },
  76. "description": "Polyfill for node.js `path.isAbolute`. Returns true if a file path is absolute.",
  77. "devDependencies": {
  78. "gulp-format-md": "^0.1.7",
  79. "mocha": "^2.4.5"
  80. },
  81. "directories": {},
  82. "dist": {
  83. "shasum": "20de69f3db942ef2d87b9c2da36f172235b1b5eb",
  84. "tarball": "https://registry.npmjs.org/is-absolute/-/is-absolute-0.2.6.tgz"
  85. },
  86. "engines": {
  87. "node": ">=0.10.0"
  88. },
  89. "files": [
  90. "index.js"
  91. ],
  92. "gitHead": "ca1a629db8743308a0660e0a621981ff386ba04d",
  93. "homepage": "https://github.com/jonschlinkert/is-absolute",
  94. "keywords": [
  95. "absolute",
  96. "built",
  97. "built-in",
  98. "check",
  99. "core",
  100. "detect",
  101. "dir",
  102. "file",
  103. "filepath",
  104. "is",
  105. "is-absolute",
  106. "isabsolute",
  107. "normalize",
  108. "path",
  109. "path-absolute",
  110. "path-is-absolute",
  111. "paths",
  112. "polyfill",
  113. "relative",
  114. "resolve",
  115. "shim",
  116. "slash",
  117. "slashes",
  118. "uri",
  119. "url",
  120. "util",
  121. "utils"
  122. ],
  123. "license": "MIT",
  124. "main": "index.js",
  125. "maintainers": [
  126. {
  127. "name": "jonschlinkert",
  128. "email": "github@sellside.com"
  129. },
  130. {
  131. "name": "doowb",
  132. "email": "brian.woodward@gmail.com"
  133. }
  134. ],
  135. "name": "is-absolute",
  136. "optionalDependencies": {},
  137. "readme": "ERROR: No README data found!",
  138. "repository": {
  139. "type": "git",
  140. "url": "git+https://github.com/jonschlinkert/is-absolute.git"
  141. },
  142. "scripts": {
  143. "test": "mocha"
  144. },
  145. "verb": {
  146. "run": true,
  147. "toc": false,
  148. "layout": "default",
  149. "tasks": [
  150. "readme"
  151. ],
  152. "plugins": [
  153. "gulp-format-md"
  154. ],
  155. "related": {
  156. "list": [
  157. "is-dotfile",
  158. "is-glob",
  159. "is-relative",
  160. "is-unc-path",
  161. "is-valid-glob"
  162. ]
  163. },
  164. "reflinks": [
  165. "verb"
  166. ],
  167. "lint": {
  168. "reflinks": true
  169. }
  170. },
  171. "version": "0.2.6"
  172. }