package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "path-is-absolute@^1.0.0",
  6. "scope": null,
  7. "escapedName": "path-is-absolute",
  8. "name": "path-is-absolute",
  9. "rawSpec": "^1.0.0",
  10. "spec": ">=1.0.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/Applications/MAMP/htdocs/wechat_read/node_modules/glob"
  14. ]
  15. ],
  16. "_cnpm_publish_time": 1475210523803,
  17. "_from": "path-is-absolute@>=1.0.0 <2.0.0",
  18. "_hasShrinkwrap": false,
  19. "_id": "path-is-absolute@1.0.1",
  20. "_inCache": true,
  21. "_location": "/path-is-absolute",
  22. "_nodeVersion": "6.6.0",
  23. "_npmOperationalInternal": {
  24. "host": "packages-12-west.internal.npmjs.com",
  25. "tmp": "tmp/path-is-absolute-1.0.1.tgz_1475210523565_0.9876507974695414"
  26. },
  27. "_npmUser": {
  28. "name": "sindresorhus",
  29. "email": "sindresorhus@gmail.com"
  30. },
  31. "_npmVersion": "3.10.3",
  32. "_phantomChildren": {},
  33. "_requested": {
  34. "raw": "path-is-absolute@^1.0.0",
  35. "scope": null,
  36. "escapedName": "path-is-absolute",
  37. "name": "path-is-absolute",
  38. "rawSpec": "^1.0.0",
  39. "spec": ">=1.0.0 <2.0.0",
  40. "type": "range"
  41. },
  42. "_requiredBy": [
  43. "/glob"
  44. ],
  45. "_resolved": "https://registry.npm.taobao.org/path-is-absolute/download/path-is-absolute-1.0.1.tgz",
  46. "_shasum": "174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f",
  47. "_shrinkwrap": null,
  48. "_spec": "path-is-absolute@^1.0.0",
  49. "_where": "/Applications/MAMP/htdocs/wechat_read/node_modules/glob",
  50. "author": {
  51. "name": "Sindre Sorhus",
  52. "email": "sindresorhus@gmail.com",
  53. "url": "sindresorhus.com"
  54. },
  55. "bugs": {
  56. "url": "https://github.com/sindresorhus/path-is-absolute/issues"
  57. },
  58. "dependencies": {},
  59. "description": "Node.js 0.12 path.isAbsolute() ponyfill",
  60. "devDependencies": {
  61. "xo": "^0.16.0"
  62. },
  63. "directories": {},
  64. "dist": {
  65. "shasum": "174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f",
  66. "tarball": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz"
  67. },
  68. "engines": {
  69. "node": ">=0.10.0"
  70. },
  71. "files": [
  72. "index.js"
  73. ],
  74. "gitHead": "edc91d348b21dac2ab65ea2fbec2868e2eff5eb6",
  75. "homepage": "https://github.com/sindresorhus/path-is-absolute#readme",
  76. "keywords": [
  77. "path",
  78. "paths",
  79. "file",
  80. "dir",
  81. "absolute",
  82. "isabsolute",
  83. "is-absolute",
  84. "built-in",
  85. "util",
  86. "utils",
  87. "core",
  88. "ponyfill",
  89. "polyfill",
  90. "shim",
  91. "is",
  92. "detect",
  93. "check"
  94. ],
  95. "license": "MIT",
  96. "maintainers": [
  97. {
  98. "name": "sindresorhus",
  99. "email": "sindresorhus@gmail.com"
  100. }
  101. ],
  102. "name": "path-is-absolute",
  103. "optionalDependencies": {},
  104. "readme": "ERROR: No README data found!",
  105. "repository": {
  106. "type": "git",
  107. "url": "git+https://github.com/sindresorhus/path-is-absolute.git"
  108. },
  109. "scripts": {
  110. "test": "xo && node test.js"
  111. },
  112. "version": "1.0.1"
  113. }