package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "balanced-match@^0.4.1",
  6. "scope": null,
  7. "escapedName": "balanced-match",
  8. "name": "balanced-match",
  9. "rawSpec": "^0.4.1",
  10. "spec": ">=0.4.1 <0.5.0",
  11. "type": "range"
  12. },
  13. "/Applications/MAMP/htdocs/wechat_read/node_modules/brace-expansion"
  14. ]
  15. ],
  16. "_cnpm_publish_time": 1468834992562,
  17. "_from": "balanced-match@>=0.4.1 <0.5.0",
  18. "_hasShrinkwrap": false,
  19. "_id": "balanced-match@0.4.2",
  20. "_inCache": true,
  21. "_location": "/balanced-match",
  22. "_nodeVersion": "4.4.7",
  23. "_npmOperationalInternal": {
  24. "host": "packages-16-east.internal.npmjs.com",
  25. "tmp": "tmp/balanced-match-0.4.2.tgz_1468834991581_0.6590619895141572"
  26. },
  27. "_npmUser": {
  28. "name": "juliangruber",
  29. "email": "julian@juliangruber.com"
  30. },
  31. "_npmVersion": "2.15.8",
  32. "_phantomChildren": {},
  33. "_requested": {
  34. "raw": "balanced-match@^0.4.1",
  35. "scope": null,
  36. "escapedName": "balanced-match",
  37. "name": "balanced-match",
  38. "rawSpec": "^0.4.1",
  39. "spec": ">=0.4.1 <0.5.0",
  40. "type": "range"
  41. },
  42. "_requiredBy": [
  43. "/brace-expansion"
  44. ],
  45. "_resolved": "https://registry.npm.taobao.org/balanced-match/download/balanced-match-0.4.2.tgz",
  46. "_shasum": "cb3f3e3c732dc0f01ee70b403f302e61d7709838",
  47. "_shrinkwrap": null,
  48. "_spec": "balanced-match@^0.4.1",
  49. "_where": "/Applications/MAMP/htdocs/wechat_read/node_modules/brace-expansion",
  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/balanced-match/issues"
  57. },
  58. "dependencies": {},
  59. "description": "Match balanced character pairs, like \"{\" and \"}\"",
  60. "devDependencies": {
  61. "tape": "^4.6.0"
  62. },
  63. "directories": {},
  64. "dist": {
  65. "shasum": "cb3f3e3c732dc0f01ee70b403f302e61d7709838",
  66. "tarball": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.4.2.tgz"
  67. },
  68. "gitHead": "57c2ea29d89a2844ae3bdcc637c6e2cbb73725e2",
  69. "homepage": "https://github.com/juliangruber/balanced-match",
  70. "keywords": [
  71. "match",
  72. "regexp",
  73. "test",
  74. "balanced",
  75. "parse"
  76. ],
  77. "license": "MIT",
  78. "main": "index.js",
  79. "maintainers": [
  80. {
  81. "name": "juliangruber",
  82. "email": "julian@juliangruber.com"
  83. }
  84. ],
  85. "name": "balanced-match",
  86. "optionalDependencies": {},
  87. "readme": "ERROR: No README data found!",
  88. "repository": {
  89. "type": "git",
  90. "url": "git://github.com/juliangruber/balanced-match.git"
  91. },
  92. "scripts": {
  93. "test": "make test"
  94. },
  95. "testling": {
  96. "files": "test/*.js",
  97. "browsers": [
  98. "ie/8..latest",
  99. "firefox/20..latest",
  100. "firefox/nightly",
  101. "chrome/25..latest",
  102. "chrome/canary",
  103. "opera/12..latest",
  104. "opera/next",
  105. "safari/5.1..latest",
  106. "ipad/6.0..latest",
  107. "iphone/6.0..latest",
  108. "android-browser/4.2..latest"
  109. ]
  110. },
  111. "version": "0.4.2"
  112. }