package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "path-is-absolute@^1.0.0",
  3. "_id": "path-is-absolute@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
  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. "/@vue/cli-service/chokidar",
  20. "/babel-core",
  21. "/glob",
  22. "/mocha-webpack/chokidar",
  23. "/mocha/glob",
  24. "/watchpack-chokidar2/chokidar"
  25. ],
  26. "_resolved": "https://registry.npmmirror.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
  27. "_shasum": "174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f",
  28. "_spec": "path-is-absolute@^1.0.0",
  29. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\glob",
  30. "author": {
  31. "name": "Sindre Sorhus",
  32. "email": "sindresorhus@gmail.com",
  33. "url": "sindresorhus.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/sindresorhus/path-is-absolute/issues"
  37. },
  38. "bundleDependencies": false,
  39. "deprecated": false,
  40. "description": "Node.js 0.12 path.isAbsolute() ponyfill",
  41. "devDependencies": {
  42. "xo": "^0.16.0"
  43. },
  44. "engines": {
  45. "node": ">=0.10.0"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/sindresorhus/path-is-absolute#readme",
  51. "keywords": [
  52. "path",
  53. "paths",
  54. "file",
  55. "dir",
  56. "absolute",
  57. "isabsolute",
  58. "is-absolute",
  59. "built-in",
  60. "util",
  61. "utils",
  62. "core",
  63. "ponyfill",
  64. "polyfill",
  65. "shim",
  66. "is",
  67. "detect",
  68. "check"
  69. ],
  70. "license": "MIT",
  71. "name": "path-is-absolute",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/sindresorhus/path-is-absolute.git"
  75. },
  76. "scripts": {
  77. "test": "xo && node test.js"
  78. },
  79. "version": "1.0.1"
  80. }