You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

79 lines
1.7 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "path-is-absolute@1.0.1",
  5. "/home/guest/socket"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "path-is-absolute@1.0.1",
  10. "_id": "path-is-absolute@1.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=",
  13. "_location": "/path-is-absolute",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "path-is-absolute@1.0.1",
  19. "name": "path-is-absolute",
  20. "escapedName": "path-is-absolute",
  21. "rawSpec": "1.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.1"
  24. },
  25. "_requiredBy": [
  26. "/glob"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
  29. "_spec": "1.0.1",
  30. "_where": "/home/guest/socket",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/path-is-absolute/issues"
  38. },
  39. "description": "Node.js 0.12 path.isAbsolute() ponyfill",
  40. "devDependencies": {
  41. "xo": "^0.16.0"
  42. },
  43. "engines": {
  44. "node": ">=0.10.0"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/sindresorhus/path-is-absolute#readme",
  50. "keywords": [
  51. "path",
  52. "paths",
  53. "file",
  54. "dir",
  55. "absolute",
  56. "isabsolute",
  57. "is-absolute",
  58. "built-in",
  59. "util",
  60. "utils",
  61. "core",
  62. "ponyfill",
  63. "polyfill",
  64. "shim",
  65. "is",
  66. "detect",
  67. "check"
  68. ],
  69. "license": "MIT",
  70. "name": "path-is-absolute",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/sindresorhus/path-is-absolute.git"
  74. },
  75. "scripts": {
  76. "test": "xo && node test.js"
  77. },
  78. "version": "1.0.1"
  79. }