package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "minimatch@^3.0.2",
  6. "scope": null,
  7. "escapedName": "minimatch",
  8. "name": "minimatch",
  9. "rawSpec": "^3.0.2",
  10. "spec": ">=3.0.2 <4.0.0",
  11. "type": "range"
  12. },
  13. "/Applications/MAMP/htdocs/wechat_read/node_modules/glob"
  14. ]
  15. ],
  16. "_cnpm_publish_time": 1470678322959,
  17. "_from": "minimatch@>=3.0.2 <4.0.0",
  18. "_hasShrinkwrap": false,
  19. "_id": "minimatch@3.0.3",
  20. "_inCache": true,
  21. "_location": "/minimatch",
  22. "_nodeVersion": "4.4.4",
  23. "_npmOperationalInternal": {
  24. "host": "packages-12-west.internal.npmjs.com",
  25. "tmp": "tmp/minimatch-3.0.3.tgz_1470678322731_0.1892083385027945"
  26. },
  27. "_npmUser": {
  28. "name": "isaacs",
  29. "email": "i@izs.me"
  30. },
  31. "_npmVersion": "3.10.6",
  32. "_phantomChildren": {},
  33. "_requested": {
  34. "raw": "minimatch@^3.0.2",
  35. "scope": null,
  36. "escapedName": "minimatch",
  37. "name": "minimatch",
  38. "rawSpec": "^3.0.2",
  39. "spec": ">=3.0.2 <4.0.0",
  40. "type": "range"
  41. },
  42. "_requiredBy": [
  43. "/glob"
  44. ],
  45. "_resolved": "https://registry.npm.taobao.org/minimatch/download/minimatch-3.0.3.tgz",
  46. "_shasum": "2a4e4090b96b2db06a9d7df01055a62a77c9b774",
  47. "_shrinkwrap": null,
  48. "_spec": "minimatch@^3.0.2",
  49. "_where": "/Applications/MAMP/htdocs/wechat_read/node_modules/glob",
  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/minimatch/issues"
  57. },
  58. "dependencies": {
  59. "brace-expansion": "^1.0.0"
  60. },
  61. "description": "a glob matcher in javascript",
  62. "devDependencies": {
  63. "standard": "^3.7.2",
  64. "tap": "^5.6.0"
  65. },
  66. "directories": {},
  67. "dist": {
  68. "shasum": "2a4e4090b96b2db06a9d7df01055a62a77c9b774",
  69. "tarball": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.3.tgz"
  70. },
  71. "engines": {
  72. "node": "*"
  73. },
  74. "files": [
  75. "minimatch.js"
  76. ],
  77. "gitHead": "eed89491bd4a4e6bc463aac0dfb5c29ef0d1dc13",
  78. "homepage": "https://github.com/isaacs/minimatch#readme",
  79. "license": "ISC",
  80. "main": "minimatch.js",
  81. "maintainers": [
  82. {
  83. "name": "isaacs",
  84. "email": "i@izs.me"
  85. }
  86. ],
  87. "name": "minimatch",
  88. "optionalDependencies": {},
  89. "readme": "ERROR: No README data found!",
  90. "repository": {
  91. "type": "git",
  92. "url": "git://github.com/isaacs/minimatch.git"
  93. },
  94. "scripts": {
  95. "posttest": "standard minimatch.js test/*.js",
  96. "test": "tap test/*.js"
  97. },
  98. "version": "3.0.3"
  99. }