package.json 1.8 KB

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