package.json 1.8 KB

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