package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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. "/postcss-selector-matches",
  21. "/postcss-selector-not"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
  24. "_shasum": "e83e3a7e3f300b34cb9d87f615fa0cbf357690ee",
  25. "_spec": "balanced-match@^1.0.0",
  26. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\brace-expansion",
  27. "author": {
  28. "name": "Julian Gruber",
  29. "email": "mail@juliangruber.com",
  30. "url": "http://juliangruber.com"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/juliangruber/balanced-match/issues"
  34. },
  35. "bundleDependencies": false,
  36. "deprecated": false,
  37. "description": "Match balanced character pairs, like \"{\" and \"}\"",
  38. "devDependencies": {
  39. "matcha": "^0.7.0",
  40. "tape": "^4.6.0"
  41. },
  42. "homepage": "https://github.com/juliangruber/balanced-match",
  43. "keywords": [
  44. "match",
  45. "regexp",
  46. "test",
  47. "balanced",
  48. "parse"
  49. ],
  50. "license": "MIT",
  51. "main": "index.js",
  52. "name": "balanced-match",
  53. "repository": {
  54. "type": "git",
  55. "url": "git://github.com/juliangruber/balanced-match.git"
  56. },
  57. "scripts": {
  58. "bench": "matcha test/bench.js",
  59. "test": "tape test/test.js"
  60. },
  61. "testling": {
  62. "files": "test/*.js",
  63. "browsers": [
  64. "ie/8..latest",
  65. "firefox/20..latest",
  66. "firefox/nightly",
  67. "chrome/25..latest",
  68. "chrome/canary",
  69. "opera/12..latest",
  70. "opera/next",
  71. "safari/5.1..latest",
  72. "ipad/6.0..latest",
  73. "iphone/6.0..latest",
  74. "android-browser/4.2..latest"
  75. ]
  76. },
  77. "version": "1.0.2"
  78. }