{ "_from": "brace@0.10.0", "_id": "brace@0.10.0", "_inBundle": false, "_integrity": "sha1-7e9OubCSi6HuX3F//BV3SabdXXY=", "_location": "/brace", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "brace@0.10.0", "name": "brace", "escapedName": "brace", "rawSpec": "0.10.0", "saveSpec": null, "fetchSpec": "0.10.0" }, "_requiredBy": [ "/@jscad/openjscad" ], "_resolved": "https://registry.npmjs.org/brace/-/brace-0.10.0.tgz", "_shasum": "edef4eb9b0928ba1ee5f717ffc157749a6dd5d76", "_spec": "brace@0.10.0", "_where": "C:\\Users\\tomate\\node_modules\\@jscad\\openjscad", "author": { "name": "Thorsten Lorenz", "email": "thlorenz@gmx.de", "url": "http://thlorenz.com" }, "bugs": { "url": "https://github.com/thlorenz/brace/issues" }, "bundleDependencies": false, "dependencies": { "w3c-blob": "0.0.1" }, "deprecated": false, "description": "browserify compatible version of the ace editor.", "devDependencies": { "browserify": "~4.2.0", "opener": "~1.3.0", "shelljs": "~0.2.6", "tape": "~4.0.0", "uglify-js": "~2.2.5" }, "engine": { "node": ">=0.6" }, "homepage": "https://github.com/thlorenz/brace", "keywords": [ "ace", "editor", "browser", "package", "bundle", "inline", "browserify" ], "license": "MIT", "main": "index.js", "name": "brace", "repository": { "type": "git", "url": "git://github.com/thlorenz/brace.git" }, "scripts": { "test": "browserify test/*.js > test/bundle.js --debug && opener test/index.html", "update": "(cd build && node ./update && node ./update-ts)" }, "testling": { "files": "test/*.js", "browsers": [ "ie/8..latest", "firefox/21..latest", "firefox/nightly", "chrome/26..latest", "chrome/canary", "opera/12..latest", "opera/next", "safari/5.1..latest", "ipad/6.0..latest", "iphone/6.0..latest", "android-browser/4.2..latest" ] }, "typings": "index.d.ts", "version": "0.10.0" }