package.json 1.8 KB

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