package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "brace-expansion@^1.1.7",
  3. "_id": "brace-expansion@1.1.12",
  4. "_inBundle": false,
  5. "_integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
  6. "_location": "/brace-expansion",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "brace-expansion@^1.1.7",
  12. "name": "brace-expansion",
  13. "escapedName": "brace-expansion",
  14. "rawSpec": "^1.1.7",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.7"
  17. },
  18. "_requiredBy": [
  19. "/minimatch",
  20. "/mocha/minimatch"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.12.tgz",
  23. "_shasum": "ab9b454466e5a8cc3a187beaad580412a9c5b843",
  24. "_spec": "brace-expansion@^1.1.7",
  25. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\minimatch",
  26. "author": {
  27. "name": "Julian Gruber",
  28. "email": "mail@juliangruber.com",
  29. "url": "http://juliangruber.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/juliangruber/brace-expansion/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "balanced-match": "^1.0.0",
  37. "concat-map": "0.0.1"
  38. },
  39. "deprecated": false,
  40. "description": "Brace expansion as known from sh/bash",
  41. "devDependencies": {
  42. "matcha": "^0.7.0",
  43. "tape": "^4.6.0"
  44. },
  45. "homepage": "https://github.com/juliangruber/brace-expansion",
  46. "keywords": [],
  47. "license": "MIT",
  48. "main": "index.js",
  49. "name": "brace-expansion",
  50. "publishConfig": {
  51. "tag": "1.x"
  52. },
  53. "repository": {
  54. "type": "git",
  55. "url": "git://github.com/juliangruber/brace-expansion.git"
  56. },
  57. "scripts": {
  58. "bench": "matcha test/perf/bench.js",
  59. "gentest": "bash test/generate.sh",
  60. "test": "tape test/*.js"
  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": "1.1.12"
  79. }