package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "path-is-absolute@^1.0.1",
  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.1",
  12. "name": "path-is-absolute",
  13. "escapedName": "path-is-absolute",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/babel-core",
  20. "/glob",
  21. "/rimraf/glob"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
  24. "_shasum": "174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f",
  25. "_spec": "path-is-absolute@^1.0.1",
  26. "_where": "/data/wwwroot/qimall/node/node_modules/babel-core",
  27. "author": {
  28. "name": "Sindre Sorhus",
  29. "email": "sindresorhus@gmail.com",
  30. "url": "sindresorhus.com"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/sindresorhus/path-is-absolute/issues"
  34. },
  35. "bundleDependencies": false,
  36. "deprecated": false,
  37. "description": "Node.js 0.12 path.isAbsolute() ponyfill",
  38. "devDependencies": {
  39. "xo": "^0.16.0"
  40. },
  41. "engines": {
  42. "node": ">=0.10.0"
  43. },
  44. "files": [
  45. "index.js"
  46. ],
  47. "homepage": "https://github.com/sindresorhus/path-is-absolute#readme",
  48. "keywords": [
  49. "path",
  50. "paths",
  51. "file",
  52. "dir",
  53. "absolute",
  54. "isabsolute",
  55. "is-absolute",
  56. "built-in",
  57. "util",
  58. "utils",
  59. "core",
  60. "ponyfill",
  61. "polyfill",
  62. "shim",
  63. "is",
  64. "detect",
  65. "check"
  66. ],
  67. "license": "MIT",
  68. "name": "path-is-absolute",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/sindresorhus/path-is-absolute.git"
  72. },
  73. "scripts": {
  74. "test": "xo && node test.js"
  75. },
  76. "version": "1.0.1"
  77. }