package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "path-is-absolute@^1.0.0",
  6. "scope": null,
  7. "escapedName": "path-is-absolute",
  8. "name": "path-is-absolute",
  9. "rawSpec": "^1.0.0",
  10. "spec": ">=1.0.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/glob"
  14. ]
  15. ],
  16. "_from": "path-is-absolute@>=1.0.0 <2.0.0",
  17. "_id": "path-is-absolute@1.0.1",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/path-is-absolute",
  21. "_nodeVersion": "6.6.0",
  22. "_npmOperationalInternal": {
  23. "host": "packages-12-west.internal.npmjs.com",
  24. "tmp": "tmp/path-is-absolute-1.0.1.tgz_1475210523565_0.9876507974695414"
  25. },
  26. "_npmUser": {
  27. "name": "sindresorhus",
  28. "email": "sindresorhus@gmail.com"
  29. },
  30. "_npmVersion": "3.10.3",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "path-is-absolute@^1.0.0",
  34. "scope": null,
  35. "escapedName": "path-is-absolute",
  36. "name": "path-is-absolute",
  37. "rawSpec": "^1.0.0",
  38. "spec": ">=1.0.0 <2.0.0",
  39. "type": "range"
  40. },
  41. "_requiredBy": [
  42. "/chokidar",
  43. "/glob",
  44. "/gulp-watch",
  45. "/rework-import/glob"
  46. ],
  47. "_resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
  48. "_shasum": "174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f",
  49. "_shrinkwrap": null,
  50. "_spec": "path-is-absolute@^1.0.0",
  51. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/glob",
  52. "author": {
  53. "name": "Sindre Sorhus",
  54. "email": "sindresorhus@gmail.com",
  55. "url": "sindresorhus.com"
  56. },
  57. "bugs": {
  58. "url": "https://github.com/sindresorhus/path-is-absolute/issues"
  59. },
  60. "dependencies": {},
  61. "description": "Node.js 0.12 path.isAbsolute() ponyfill",
  62. "devDependencies": {
  63. "xo": "^0.16.0"
  64. },
  65. "directories": {},
  66. "dist": {
  67. "shasum": "174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f",
  68. "tarball": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz"
  69. },
  70. "engines": {
  71. "node": ">=0.10.0"
  72. },
  73. "files": [
  74. "index.js"
  75. ],
  76. "gitHead": "edc91d348b21dac2ab65ea2fbec2868e2eff5eb6",
  77. "homepage": "https://github.com/sindresorhus/path-is-absolute#readme",
  78. "keywords": [
  79. "path",
  80. "paths",
  81. "file",
  82. "dir",
  83. "absolute",
  84. "isabsolute",
  85. "is-absolute",
  86. "built-in",
  87. "util",
  88. "utils",
  89. "core",
  90. "ponyfill",
  91. "polyfill",
  92. "shim",
  93. "is",
  94. "detect",
  95. "check"
  96. ],
  97. "license": "MIT",
  98. "maintainers": [
  99. {
  100. "name": "sindresorhus",
  101. "email": "sindresorhus@gmail.com"
  102. }
  103. ],
  104. "name": "path-is-absolute",
  105. "optionalDependencies": {},
  106. "readme": "ERROR: No README data found!",
  107. "repository": {
  108. "type": "git",
  109. "url": "git+https://github.com/sindresorhus/path-is-absolute.git"
  110. },
  111. "scripts": {
  112. "test": "xo && node test.js"
  113. },
  114. "version": "1.0.1"
  115. }