package.json 1.8 KB

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