package.json 2.7 KB

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