package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_args": [
  3. [
  4. "is-relative@0.2.1",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-relative@0.2.1",
  10. "_id": "is-relative@0.2.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-0n9MfVFtF1+2ENuEu+7yPDvJeqU=",
  13. "_location": "/is-relative",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-relative@0.2.1",
  19. "name": "is-relative",
  20. "escapedName": "is-relative",
  21. "rawSpec": "0.2.1",
  22. "saveSpec": null,
  23. "fetchSpec": "0.2.1"
  24. },
  25. "_requiredBy": [
  26. "/is-absolute"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/is-relative/-/is-relative-0.2.1.tgz",
  29. "_spec": "0.2.1",
  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-relative/issues"
  37. },
  38. "dependencies": {
  39. "is-unc-path": "^0.1.1"
  40. },
  41. "description": "Returns `true` if the path appears to be relative.",
  42. "devDependencies": {
  43. "mocha": "*"
  44. },
  45. "engines": {
  46. "node": ">=0.10.0"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/jonschlinkert/is-relative",
  52. "keywords": [
  53. "absolute",
  54. "check",
  55. "file",
  56. "filepath",
  57. "is",
  58. "normalize",
  59. "path",
  60. "path.relative",
  61. "relative",
  62. "resolve",
  63. "slash",
  64. "slashes",
  65. "uri",
  66. "url"
  67. ],
  68. "license": "MIT",
  69. "main": "index.js",
  70. "name": "is-relative",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/jonschlinkert/is-relative.git"
  74. },
  75. "scripts": {
  76. "test": "mocha"
  77. },
  78. "verb": {
  79. "related": {
  80. "list": [
  81. "is-absolute",
  82. "is-relative",
  83. "is-dotfile",
  84. "is-glob",
  85. "is-unc-path"
  86. ]
  87. }
  88. },
  89. "version": "0.2.1"
  90. }