package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "balanced-match@0.4.2",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "balanced-match@0.4.2",
  10. "_id": "balanced-match@0.4.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-yz8+PHMtwPAe5wtAPzAuYddwmDg=",
  13. "_location": "/balanced-match",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "balanced-match@0.4.2",
  19. "name": "balanced-match",
  20. "escapedName": "balanced-match",
  21. "rawSpec": "0.4.2",
  22. "saveSpec": null,
  23. "fetchSpec": "0.4.2"
  24. },
  25. "_requiredBy": [
  26. "/brace-expansion"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.4.2.tgz",
  29. "_spec": "0.4.2",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  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. "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. "test": "make test"
  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": "0.4.2"
  79. }