package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. {
  2. "_args": [
  3. [
  4. "is-absolute@0.2.6",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-absolute@0.2.6",
  10. "_id": "is-absolute@0.2.6",
  11. "_inBundle": false,
  12. "_integrity": "sha1-IN5p89uULvLYe5wto28XIjWxtes=",
  13. "_location": "/is-absolute",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-absolute@0.2.6",
  19. "name": "is-absolute",
  20. "escapedName": "is-absolute",
  21. "rawSpec": "0.2.6",
  22. "saveSpec": null,
  23. "fetchSpec": "0.2.6"
  24. },
  25. "_requiredBy": [
  26. "/parse-filepath"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/is-absolute/-/is-absolute-0.2.6.tgz",
  29. "_spec": "0.2.6",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  31. "author": {
  32. "name": "Jon Schlinkert",
  33. "url": "https://github.com/jonschlinkert"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jonschlinkert/is-absolute/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Elan Shanker",
  41. "url": "https://github.com/es128"
  42. },
  43. {
  44. "name": "Jon Schlinkert",
  45. "email": "jon.schlinkert@sellside.com",
  46. "url": "http://twitter.com/jonschlinkert"
  47. },
  48. {
  49. "name": "Shinnosuke Watanabe",
  50. "email": "snnskwtnb@gmail.com",
  51. "url": "https://shinnn.github.io"
  52. }
  53. ],
  54. "dependencies": {
  55. "is-relative": "^0.2.1",
  56. "is-windows": "^0.2.0"
  57. },
  58. "description": "Polyfill for node.js `path.isAbolute`. Returns true if a file path is absolute.",
  59. "devDependencies": {
  60. "gulp-format-md": "^0.1.7",
  61. "mocha": "^2.4.5"
  62. },
  63. "engines": {
  64. "node": ">=0.10.0"
  65. },
  66. "files": [
  67. "index.js"
  68. ],
  69. "homepage": "https://github.com/jonschlinkert/is-absolute",
  70. "keywords": [
  71. "absolute",
  72. "built",
  73. "built-in",
  74. "check",
  75. "core",
  76. "detect",
  77. "dir",
  78. "file",
  79. "filepath",
  80. "is",
  81. "is-absolute",
  82. "isabsolute",
  83. "normalize",
  84. "path",
  85. "path-absolute",
  86. "path-is-absolute",
  87. "paths",
  88. "polyfill",
  89. "relative",
  90. "resolve",
  91. "shim",
  92. "slash",
  93. "slashes",
  94. "uri",
  95. "url",
  96. "util",
  97. "utils"
  98. ],
  99. "license": "MIT",
  100. "main": "index.js",
  101. "name": "is-absolute",
  102. "repository": {
  103. "type": "git",
  104. "url": "git+https://github.com/jonschlinkert/is-absolute.git"
  105. },
  106. "scripts": {
  107. "test": "mocha"
  108. },
  109. "verb": {
  110. "run": true,
  111. "toc": false,
  112. "layout": "default",
  113. "tasks": [
  114. "readme"
  115. ],
  116. "plugins": [
  117. "gulp-format-md"
  118. ],
  119. "related": {
  120. "list": [
  121. "is-dotfile",
  122. "is-glob",
  123. "is-relative",
  124. "is-unc-path",
  125. "is-valid-glob"
  126. ]
  127. },
  128. "reflinks": [
  129. "verb"
  130. ],
  131. "lint": {
  132. "reflinks": true
  133. }
  134. },
  135. "version": "0.2.6"
  136. }