package.json 2.8 KB

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