package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "brace-expansion@1.1.6",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "brace-expansion@1.1.6",
  10. "_id": "brace-expansion@1.1.6",
  11. "_inBundle": false,
  12. "_integrity": "sha1-cZfX6qm4fmSDkOph/GbIRCdCDfk=",
  13. "_location": "/brace-expansion",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "brace-expansion@1.1.6",
  19. "name": "brace-expansion",
  20. "escapedName": "brace-expansion",
  21. "rawSpec": "1.1.6",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.6"
  24. },
  25. "_requiredBy": [
  26. "/minimatch"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.6.tgz",
  29. "_spec": "1.1.6",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  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": "^0.4.1",
  41. "concat-map": "0.0.1"
  42. },
  43. "description": "Brace expansion as known from sh/bash",
  44. "devDependencies": {
  45. "tape": "^4.6.0"
  46. },
  47. "homepage": "https://github.com/juliangruber/brace-expansion",
  48. "keywords": [],
  49. "license": "MIT",
  50. "main": "index.js",
  51. "name": "brace-expansion",
  52. "repository": {
  53. "type": "git",
  54. "url": "git://github.com/juliangruber/brace-expansion.git"
  55. },
  56. "scripts": {
  57. "gentest": "bash test/generate.sh",
  58. "test": "tape test/*.js"
  59. },
  60. "testling": {
  61. "files": "test/*.js",
  62. "browsers": [
  63. "ie/8..latest",
  64. "firefox/20..latest",
  65. "firefox/nightly",
  66. "chrome/25..latest",
  67. "chrome/canary",
  68. "opera/12..latest",
  69. "opera/next",
  70. "safari/5.1..latest",
  71. "ipad/6.0..latest",
  72. "iphone/6.0..latest",
  73. "android-browser/4.2..latest"
  74. ]
  75. },
  76. "version": "1.1.6"
  77. }