package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "is-relative@^0.2.1",
  6. "scope": null,
  7. "escapedName": "is-relative",
  8. "name": "is-relative",
  9. "rawSpec": "^0.2.1",
  10. "spec": ">=0.2.1 <0.3.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/is-absolute"
  14. ]
  15. ],
  16. "_from": "is-relative@>=0.2.1 <0.3.0",
  17. "_id": "is-relative@0.2.1",
  18. "_inCache": true,
  19. "_location": "/is-relative",
  20. "_nodeVersion": "0.12.4",
  21. "_npmUser": {
  22. "name": "jonschlinkert",
  23. "email": "github@sellside.com"
  24. },
  25. "_npmVersion": "2.10.1",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "is-relative@^0.2.1",
  29. "scope": null,
  30. "escapedName": "is-relative",
  31. "name": "is-relative",
  32. "rawSpec": "^0.2.1",
  33. "spec": ">=0.2.1 <0.3.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/is-absolute"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/is-relative/-/is-relative-0.2.1.tgz",
  40. "_shasum": "d27f4c7d516d175fb610db84bbeef23c3bc97aa5",
  41. "_shrinkwrap": null,
  42. "_spec": "is-relative@^0.2.1",
  43. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/is-absolute",
  44. "author": {
  45. "name": "Jon Schlinkert",
  46. "url": "https://github.com/jonschlinkert"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/jonschlinkert/is-relative/issues"
  50. },
  51. "dependencies": {
  52. "is-unc-path": "^0.1.1"
  53. },
  54. "description": "Returns `true` if the path appears to be relative.",
  55. "devDependencies": {
  56. "mocha": "*"
  57. },
  58. "directories": {},
  59. "dist": {
  60. "shasum": "d27f4c7d516d175fb610db84bbeef23c3bc97aa5",
  61. "tarball": "https://registry.npmjs.org/is-relative/-/is-relative-0.2.1.tgz"
  62. },
  63. "engines": {
  64. "node": ">=0.10.0"
  65. },
  66. "files": [
  67. "index.js"
  68. ],
  69. "gitHead": "5f2fcd8ae42e43e10f2ac1b7b11f1b43ea1844ac",
  70. "homepage": "https://github.com/jonschlinkert/is-relative",
  71. "keywords": [
  72. "absolute",
  73. "check",
  74. "file",
  75. "filepath",
  76. "is",
  77. "normalize",
  78. "path",
  79. "path.relative",
  80. "relative",
  81. "resolve",
  82. "slash",
  83. "slashes",
  84. "uri",
  85. "url"
  86. ],
  87. "license": "MIT",
  88. "main": "index.js",
  89. "maintainers": [
  90. {
  91. "name": "jonschlinkert",
  92. "email": "github@sellside.com"
  93. }
  94. ],
  95. "name": "is-relative",
  96. "optionalDependencies": {},
  97. "readme": "ERROR: No README data found!",
  98. "repository": {
  99. "type": "git",
  100. "url": "git+https://github.com/jonschlinkert/is-relative.git"
  101. },
  102. "scripts": {
  103. "test": "mocha"
  104. },
  105. "verb": {
  106. "related": {
  107. "list": [
  108. "is-absolute",
  109. "is-relative",
  110. "is-dotfile",
  111. "is-glob",
  112. "is-unc-path"
  113. ]
  114. }
  115. },
  116. "version": "0.2.1"
  117. }