package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "brace-expansion@^1.0.0",
  6. "scope": null,
  7. "escapedName": "brace-expansion",
  8. "name": "brace-expansion",
  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/minimatch"
  14. ]
  15. ],
  16. "_cnpm_publish_time": 1491552831907,
  17. "_from": "brace-expansion@>=1.0.0 <2.0.0",
  18. "_hasShrinkwrap": false,
  19. "_id": "brace-expansion@1.1.7",
  20. "_inCache": true,
  21. "_location": "/brace-expansion",
  22. "_nodeVersion": "7.8.0",
  23. "_npmOperationalInternal": {
  24. "host": "packages-12-west.internal.npmjs.com",
  25. "tmp": "tmp/brace-expansion-1.1.7.tgz_1491552830231_0.7213963181711733"
  26. },
  27. "_npmUser": {
  28. "name": "juliangruber",
  29. "email": "julian@juliangruber.com"
  30. },
  31. "_npmVersion": "4.2.0",
  32. "_phantomChildren": {},
  33. "_requested": {
  34. "raw": "brace-expansion@^1.0.0",
  35. "scope": null,
  36. "escapedName": "brace-expansion",
  37. "name": "brace-expansion",
  38. "rawSpec": "^1.0.0",
  39. "spec": ">=1.0.0 <2.0.0",
  40. "type": "range"
  41. },
  42. "_requiredBy": [
  43. "/minimatch"
  44. ],
  45. "_resolved": "https://registry.npm.taobao.org/brace-expansion/download/brace-expansion-1.1.7.tgz",
  46. "_shasum": "3effc3c50e000531fb720eaff80f0ae8ef23cf59",
  47. "_shrinkwrap": null,
  48. "_spec": "brace-expansion@^1.0.0",
  49. "_where": "/Applications/MAMP/htdocs/wechat_read/node_modules/minimatch",
  50. "author": {
  51. "name": "Julian Gruber",
  52. "email": "mail@juliangruber.com",
  53. "url": "http://juliangruber.com"
  54. },
  55. "bugs": {
  56. "url": "https://github.com/juliangruber/brace-expansion/issues"
  57. },
  58. "dependencies": {
  59. "balanced-match": "^0.4.1",
  60. "concat-map": "0.0.1"
  61. },
  62. "description": "Brace expansion as known from sh/bash",
  63. "devDependencies": {
  64. "matcha": "^0.7.0",
  65. "tape": "^4.6.0"
  66. },
  67. "directories": {},
  68. "dist": {
  69. "shasum": "3effc3c50e000531fb720eaff80f0ae8ef23cf59",
  70. "tarball": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.7.tgz"
  71. },
  72. "gitHead": "892512024872ca7680554be90f6e8ce065053372",
  73. "homepage": "https://github.com/juliangruber/brace-expansion",
  74. "keywords": [],
  75. "license": "MIT",
  76. "main": "index.js",
  77. "maintainers": [
  78. {
  79. "name": "juliangruber",
  80. "email": "julian@juliangruber.com"
  81. },
  82. {
  83. "name": "isaacs",
  84. "email": "isaacs@npmjs.com"
  85. }
  86. ],
  87. "name": "brace-expansion",
  88. "optionalDependencies": {},
  89. "readme": "ERROR: No README data found!",
  90. "repository": {
  91. "type": "git",
  92. "url": "git://github.com/juliangruber/brace-expansion.git"
  93. },
  94. "scripts": {
  95. "bench": "matcha test/perf/bench.js",
  96. "gentest": "bash test/generate.sh",
  97. "test": "tape test/*.js"
  98. },
  99. "testling": {
  100. "files": "test/*.js",
  101. "browsers": [
  102. "ie/8..latest",
  103. "firefox/20..latest",
  104. "firefox/nightly",
  105. "chrome/25..latest",
  106. "chrome/canary",
  107. "opera/12..latest",
  108. "opera/next",
  109. "safari/5.1..latest",
  110. "ipad/6.0..latest",
  111. "iphone/6.0..latest",
  112. "android-browser/4.2..latest"
  113. ]
  114. },
  115. "version": "1.1.7"
  116. }