package.json 2.6 KB

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