package.json 1.9 KB

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