package.json 2.5 KB

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