package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "path-is-absolute@1.0.1",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "path-is-absolute@1.0.1",
  10. "_id": "path-is-absolute@1.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=",
  13. "_location": "/path-is-absolute",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "path-is-absolute@1.0.1",
  19. "name": "path-is-absolute",
  20. "escapedName": "path-is-absolute",
  21. "rawSpec": "1.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.1"
  24. },
  25. "_requiredBy": [
  26. "/glob",
  27. "/watchpack-chokidar2/chokidar",
  28. "/webpack-dev-server/chokidar"
  29. ],
  30. "_resolved": "https://registry.npm.taobao.org/path-is-absolute/download/path-is-absolute-1.0.1.tgz",
  31. "_spec": "1.0.1",
  32. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  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. }