package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "balanced-match@1.0.2",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "balanced-match@1.0.2",
  10. "_id": "balanced-match@1.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  13. "_location": "/balanced-match",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "balanced-match@1.0.2",
  19. "name": "balanced-match",
  20. "escapedName": "balanced-match",
  21. "rawSpec": "1.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.2"
  24. },
  25. "_requiredBy": [
  26. "/brace-expansion"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz",
  29. "_spec": "1.0.2",
  30. "_where": "/Users/mac/projects/mime/mine",
  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. "description": "Match balanced character pairs, like \"{\" and \"}\"",
  40. "devDependencies": {
  41. "matcha": "^0.7.0",
  42. "tape": "^4.6.0"
  43. },
  44. "homepage": "https://github.com/juliangruber/balanced-match",
  45. "keywords": [
  46. "match",
  47. "regexp",
  48. "test",
  49. "balanced",
  50. "parse"
  51. ],
  52. "license": "MIT",
  53. "main": "index.js",
  54. "name": "balanced-match",
  55. "repository": {
  56. "type": "git",
  57. "url": "git://github.com/juliangruber/balanced-match.git"
  58. },
  59. "scripts": {
  60. "bench": "matcha test/bench.js",
  61. "test": "tape test/test.js"
  62. },
  63. "testling": {
  64. "files": "test/*.js",
  65. "browsers": [
  66. "ie/8..latest",
  67. "firefox/20..latest",
  68. "firefox/nightly",
  69. "chrome/25..latest",
  70. "chrome/canary",
  71. "opera/12..latest",
  72. "opera/next",
  73. "safari/5.1..latest",
  74. "ipad/6.0..latest",
  75. "iphone/6.0..latest",
  76. "android-browser/4.2..latest"
  77. ]
  78. },
  79. "version": "1.0.2"
  80. }