package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "path-is-absolute@1.0.1",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "path-is-absolute@1.0.1",
  9. "_id": "path-is-absolute@1.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
  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. "/glob",
  26. "/globule/glob",
  27. "/watchpack-chokidar2/chokidar",
  28. "/webpack-dev-server/chokidar"
  29. ],
  30. "_resolved": "https://registry.npmmirror.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
  31. "_spec": "1.0.1",
  32. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  33. "author": {
  34. "name": "Sindre Sorhus",
  35. "email": "sindresorhus@gmail.com",
  36. "url": "sindresorhus.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/sindresorhus/path-is-absolute/issues"
  40. },
  41. "description": "Node.js 0.12 path.isAbsolute() ponyfill",
  42. "devDependencies": {
  43. "xo": "^0.16.0"
  44. },
  45. "engines": {
  46. "node": ">=0.10.0"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/sindresorhus/path-is-absolute#readme",
  52. "keywords": [
  53. "path",
  54. "paths",
  55. "file",
  56. "dir",
  57. "absolute",
  58. "isabsolute",
  59. "is-absolute",
  60. "built-in",
  61. "util",
  62. "utils",
  63. "core",
  64. "ponyfill",
  65. "polyfill",
  66. "shim",
  67. "is",
  68. "detect",
  69. "check"
  70. ],
  71. "license": "MIT",
  72. "name": "path-is-absolute",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/sindresorhus/path-is-absolute.git"
  76. },
  77. "scripts": {
  78. "test": "xo && node test.js"
  79. },
  80. "version": "1.0.1"
  81. }