You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

79 lines
2.0 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "brace-expansion@1.1.11",
  5. "/home/guest/socket"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "brace-expansion@1.1.11",
  10. "_id": "brace-expansion@1.1.11",
  11. "_inBundle": false,
  12. "_integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  13. "_location": "/brace-expansion",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "brace-expansion@1.1.11",
  19. "name": "brace-expansion",
  20. "escapedName": "brace-expansion",
  21. "rawSpec": "1.1.11",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.11"
  24. },
  25. "_requiredBy": [
  26. "/minimatch"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
  29. "_spec": "1.1.11",
  30. "_where": "/home/guest/socket",
  31. "author": {
  32. "name": "Julian Gruber",
  33. "email": "mail@juliangruber.com",
  34. "url": "http://juliangruber.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/juliangruber/brace-expansion/issues"
  38. },
  39. "dependencies": {
  40. "balanced-match": "^1.0.0",
  41. "concat-map": "0.0.1"
  42. },
  43. "description": "Brace expansion as known from sh/bash",
  44. "devDependencies": {
  45. "matcha": "^0.7.0",
  46. "tape": "^4.6.0"
  47. },
  48. "homepage": "https://github.com/juliangruber/brace-expansion",
  49. "keywords": [],
  50. "license": "MIT",
  51. "main": "index.js",
  52. "name": "brace-expansion",
  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.11"
  79. }