package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "path-is-absolute@1.0.1",
  5. "D:\\projects\\dealer_front"
  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. "/babel-core",
  27. "/chokidar",
  28. "/glob",
  29. "/webpack-dev-middleware"
  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:\\projects\\dealer_front",
  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. }