package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "glob@^7.1.1",
  6. "scope": null,
  7. "escapedName": "glob",
  8. "name": "glob",
  9. "rawSpec": "^7.1.1",
  10. "spec": ">=7.1.1 <8.0.0",
  11. "type": "range"
  12. },
  13. "/Applications/MAMP/htdocs/wechat_read/node_modules/apidoc-core"
  14. ]
  15. ],
  16. "_cnpm_publish_time": 1475876993305,
  17. "_from": "glob@>=7.1.1 <8.0.0",
  18. "_hasShrinkwrap": false,
  19. "_id": "glob@7.1.1",
  20. "_inCache": true,
  21. "_location": "/glob",
  22. "_nodeVersion": "6.5.0",
  23. "_npmOperationalInternal": {
  24. "host": "packages-16-east.internal.npmjs.com",
  25. "tmp": "tmp/glob-7.1.1.tgz_1475876991562_0.924720095237717"
  26. },
  27. "_npmUser": {
  28. "name": "isaacs",
  29. "email": "i@izs.me"
  30. },
  31. "_npmVersion": "3.10.7",
  32. "_phantomChildren": {},
  33. "_requested": {
  34. "raw": "glob@^7.1.1",
  35. "scope": null,
  36. "escapedName": "glob",
  37. "name": "glob",
  38. "rawSpec": "^7.1.1",
  39. "spec": ">=7.1.1 <8.0.0",
  40. "type": "range"
  41. },
  42. "_requiredBy": [
  43. "/apidoc-core"
  44. ],
  45. "_resolved": "https://registry.npm.taobao.org/glob/download/glob-7.1.1.tgz",
  46. "_shasum": "805211df04faaf1c63a3600306cdf5ade50b2ec8",
  47. "_shrinkwrap": null,
  48. "_spec": "glob@^7.1.1",
  49. "_where": "/Applications/MAMP/htdocs/wechat_read/node_modules/apidoc-core",
  50. "author": {
  51. "name": "Isaac Z. Schlueter",
  52. "email": "i@izs.me",
  53. "url": "http://blog.izs.me/"
  54. },
  55. "bugs": {
  56. "url": "https://github.com/isaacs/node-glob/issues"
  57. },
  58. "dependencies": {
  59. "fs.realpath": "^1.0.0",
  60. "inflight": "^1.0.4",
  61. "inherits": "2",
  62. "minimatch": "^3.0.2",
  63. "once": "^1.3.0",
  64. "path-is-absolute": "^1.0.0"
  65. },
  66. "description": "a little globber",
  67. "devDependencies": {
  68. "mkdirp": "0",
  69. "rimraf": "^2.2.8",
  70. "tap": "^7.1.2",
  71. "tick": "0.0.6"
  72. },
  73. "directories": {},
  74. "dist": {
  75. "shasum": "805211df04faaf1c63a3600306cdf5ade50b2ec8",
  76. "tarball": "https://registry.npmjs.org/glob/-/glob-7.1.1.tgz"
  77. },
  78. "engines": {
  79. "node": "*"
  80. },
  81. "files": [
  82. "glob.js",
  83. "sync.js",
  84. "common.js"
  85. ],
  86. "gitHead": "bc8d43b736a98a9e289fdfceee9266cff35e5742",
  87. "homepage": "https://github.com/isaacs/node-glob#readme",
  88. "license": "ISC",
  89. "main": "glob.js",
  90. "maintainers": [
  91. {
  92. "name": "isaacs",
  93. "email": "i@izs.me"
  94. }
  95. ],
  96. "name": "glob",
  97. "optionalDependencies": {},
  98. "readme": "ERROR: No README data found!",
  99. "repository": {
  100. "type": "git",
  101. "url": "git://github.com/isaacs/node-glob.git"
  102. },
  103. "scripts": {
  104. "bench": "bash benchmark.sh",
  105. "benchclean": "node benchclean.js",
  106. "prepublish": "npm run benchclean",
  107. "prof": "bash prof.sh && cat profile.txt",
  108. "profclean": "rm -f v8.log profile.txt",
  109. "test": "tap test/*.js --cov",
  110. "test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js"
  111. },
  112. "version": "7.1.1"
  113. }