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.

86 lines
2.1 KiB

10 months ago
  1. {
  2. "_from": "brace@^0.11.0",
  3. "_id": "brace@0.11.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Fc8Ne62jJlKHiG/ajlonC4Sd66Pq68fFwK4ihJGNZpGqboc324SQk+lRvMzpPRuJOmfrJefdG8/7JdWX4bzJ2Q==",
  6. "_location": "/brace",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "brace@^0.11.0",
  12. "name": "brace",
  13. "escapedName": "brace",
  14. "rawSpec": "^0.11.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.11.0"
  17. },
  18. "_requiredBy": [
  19. "/vue2-ace-editor"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/brace/-/brace-0.11.1.tgz",
  22. "_shasum": "4896fcc9d544eef45f4bb7660db320d3b379fe58",
  23. "_spec": "brace@^0.11.0",
  24. "_where": "D:\\work\\moni\\node_modules\\vue2-ace-editor",
  25. "author": {
  26. "name": "Thorsten Lorenz",
  27. "email": "thlorenz@gmx.de",
  28. "url": "http://thlorenz.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/thlorenz/brace/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {},
  35. "deprecated": false,
  36. "description": "browserify compatible version of the ace editor.",
  37. "devDependencies": {
  38. "browserify": "~4.2.0",
  39. "opener": "~1.3.0",
  40. "shelljs": "~0.2.6",
  41. "tape": "~4.0.0",
  42. "uglify-js": "~2.2.5"
  43. },
  44. "engine": {
  45. "node": ">=0.6"
  46. },
  47. "homepage": "https://github.com/thlorenz/brace",
  48. "keywords": [
  49. "ace",
  50. "editor",
  51. "browser",
  52. "package",
  53. "bundle",
  54. "inline",
  55. "browserify"
  56. ],
  57. "license": "MIT",
  58. "main": "index.js",
  59. "name": "brace",
  60. "repository": {
  61. "type": "git",
  62. "url": "git://github.com/thlorenz/brace.git"
  63. },
  64. "scripts": {
  65. "test": "browserify test/*.js > test/bundle.js --debug && opener test/index.html",
  66. "update": "(cd build && node ./update && node ./update-ts)"
  67. },
  68. "testling": {
  69. "files": "test/*.js",
  70. "browsers": [
  71. "ie/8..latest",
  72. "firefox/21..latest",
  73. "firefox/nightly",
  74. "chrome/26..latest",
  75. "chrome/canary",
  76. "opera/12..latest",
  77. "opera/next",
  78. "safari/5.1..latest",
  79. "ipad/6.0..latest",
  80. "iphone/6.0..latest",
  81. "android-browser/4.2..latest"
  82. ]
  83. },
  84. "typings": "index.d.ts",
  85. "version": "0.11.1"
  86. }