package.json 2.8 KB

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