package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "balanced-match@^1.0.0",
  3. "_id": "balanced-match@1.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  6. "_location": "/balanced-match",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "balanced-match@^1.0.0",
  12. "name": "balanced-match",
  13. "escapedName": "balanced-match",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/brace-expansion",
  20. "/editorconfig/brace-expansion",
  21. "/js-beautify/brace-expansion",
  22. "/readdir-glob/brace-expansion"
  23. ],
  24. "_resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz",
  25. "_shasum": "e83e3a7e3f300b34cb9d87f615fa0cbf357690ee",
  26. "_spec": "balanced-match@^1.0.0",
  27. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\brace-expansion",
  28. "author": {
  29. "name": "Julian Gruber",
  30. "email": "mail@juliangruber.com",
  31. "url": "http://juliangruber.com"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/juliangruber/balanced-match/issues"
  35. },
  36. "bundleDependencies": false,
  37. "deprecated": false,
  38. "description": "Match balanced character pairs, like \"{\" and \"}\"",
  39. "devDependencies": {
  40. "matcha": "^0.7.0",
  41. "tape": "^4.6.0"
  42. },
  43. "homepage": "https://github.com/juliangruber/balanced-match",
  44. "keywords": [
  45. "match",
  46. "regexp",
  47. "test",
  48. "balanced",
  49. "parse"
  50. ],
  51. "license": "MIT",
  52. "main": "index.js",
  53. "name": "balanced-match",
  54. "repository": {
  55. "type": "git",
  56. "url": "git://github.com/juliangruber/balanced-match.git"
  57. },
  58. "scripts": {
  59. "bench": "matcha test/bench.js",
  60. "test": "tape test/test.js"
  61. },
  62. "testling": {
  63. "files": "test/*.js",
  64. "browsers": [
  65. "ie/8..latest",
  66. "firefox/20..latest",
  67. "firefox/nightly",
  68. "chrome/25..latest",
  69. "chrome/canary",
  70. "opera/12..latest",
  71. "opera/next",
  72. "safari/5.1..latest",
  73. "ipad/6.0..latest",
  74. "iphone/6.0..latest",
  75. "android-browser/4.2..latest"
  76. ]
  77. },
  78. "version": "1.0.2"
  79. }