package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_args": [
  3. [
  4. "balanced-match@^1.0.0",
  5. "/home/seleznev/project Angular/Quality system/node_modules/brace-expansion"
  6. ]
  7. ],
  8. "_from": "balanced-match@>=1.0.0 <2.0.0",
  9. "_id": "balanced-match@1.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/balanced-match",
  13. "_nodeVersion": "7.8.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/balanced-match-1.0.0.tgz_1497251909645_0.8755026108119637"
  17. },
  18. "_npmUser": {
  19. "email": "julian@juliangruber.com",
  20. "name": "juliangruber"
  21. },
  22. "_npmVersion": "4.2.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "balanced-match",
  26. "raw": "balanced-match@^1.0.0",
  27. "rawSpec": "^1.0.0",
  28. "scope": null,
  29. "spec": ">=1.0.0 <2.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/brace-expansion"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz",
  36. "_shasum": "89b4d199ab2bee49de164ea02b89ce462d71b767",
  37. "_shrinkwrap": null,
  38. "_spec": "balanced-match@^1.0.0",
  39. "_where": "/home/seleznev/project Angular/Quality system/node_modules/brace-expansion",
  40. "author": {
  41. "email": "mail@juliangruber.com",
  42. "name": "Julian Gruber",
  43. "url": "http://juliangruber.com"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/juliangruber/balanced-match/issues"
  47. },
  48. "dependencies": {},
  49. "description": "Match balanced character pairs, like \"{\" and \"}\"",
  50. "devDependencies": {
  51. "matcha": "^0.7.0",
  52. "tape": "^4.6.0"
  53. },
  54. "directories": {},
  55. "dist": {
  56. "shasum": "89b4d199ab2bee49de164ea02b89ce462d71b767",
  57. "tarball": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz"
  58. },
  59. "gitHead": "d701a549a7653a874eebce7eca25d3577dc868ac",
  60. "homepage": "https://github.com/juliangruber/balanced-match",
  61. "keywords": [
  62. "balanced",
  63. "match",
  64. "parse",
  65. "regexp",
  66. "test"
  67. ],
  68. "license": "MIT",
  69. "main": "index.js",
  70. "maintainers": [
  71. {
  72. "name": "juliangruber",
  73. "email": "julian@juliangruber.com"
  74. }
  75. ],
  76. "name": "balanced-match",
  77. "optionalDependencies": {},
  78. "readme": "ERROR: No README data found!",
  79. "repository": {
  80. "type": "git",
  81. "url": "git://github.com/juliangruber/balanced-match.git"
  82. },
  83. "scripts": {
  84. "bench": "make bench",
  85. "test": "make test"
  86. },
  87. "testling": {
  88. "browsers": [
  89. "android-browser/4.2..latest",
  90. "chrome/25..latest",
  91. "chrome/canary",
  92. "firefox/20..latest",
  93. "firefox/nightly",
  94. "ie/8..latest",
  95. "ipad/6.0..latest",
  96. "iphone/6.0..latest",
  97. "opera/12..latest",
  98. "opera/next",
  99. "safari/5.1..latest"
  100. ],
  101. "files": "test/*.js"
  102. },
  103. "version": "1.0.0"
  104. }