package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "balanced-match@1.0.0",
  5. "E:\\amr1.0\\AMR"
  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. "/reduce-function-call"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz",
  30. "_spec": "1.0.0",
  31. "_where": "E:\\amr1.0\\AMR",
  32. "author": {
  33. "name": "Julian Gruber",
  34. "email": "mail@juliangruber.com",
  35. "url": "http://juliangruber.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/juliangruber/balanced-match/issues"
  39. },
  40. "dependencies": {},
  41. "description": "Match balanced character pairs, like \"{\" and \"}\"",
  42. "devDependencies": {
  43. "matcha": "^0.7.0",
  44. "tape": "^4.6.0"
  45. },
  46. "homepage": "https://github.com/juliangruber/balanced-match",
  47. "keywords": [
  48. "match",
  49. "regexp",
  50. "test",
  51. "balanced",
  52. "parse"
  53. ],
  54. "license": "MIT",
  55. "main": "index.js",
  56. "name": "balanced-match",
  57. "repository": {
  58. "type": "git",
  59. "url": "git://github.com/juliangruber/balanced-match.git"
  60. },
  61. "scripts": {
  62. "bench": "make bench",
  63. "test": "make test"
  64. },
  65. "testling": {
  66. "files": "test/*.js",
  67. "browsers": [
  68. "ie/8..latest",
  69. "firefox/20..latest",
  70. "firefox/nightly",
  71. "chrome/25..latest",
  72. "chrome/canary",
  73. "opera/12..latest",
  74. "opera/next",
  75. "safari/5.1..latest",
  76. "ipad/6.0..latest",
  77. "iphone/6.0..latest",
  78. "android-browser/4.2..latest"
  79. ]
  80. },
  81. "version": "1.0.0"
  82. }