UNPKG

steal

Version:
157 lines (156 loc) 4.78 kB
{ "name": "steal", "description": "Gets JavaScript.", "version": "2.3.0", "author": { "name": "Bitovi", "email": "contact@bitovi.com", "web": "http://bitovi.com/" }, "scripts": { "build": "grunt", "lint": "eslint src ext", "ui": "npm run npm-copy && grunt build && npm run lint && node test/saucelabs.js", "http-server": "http-server -p 3000 --silent", "npm-copy": "node scripts/copy.js", "test-node": "grunt simplemocha", "test-node:ci": "npm run lint && npm run test-node", "test": "npm run npm-copy && npm run lint && grunt test --stack", "test:live-reload": "cd test/live_reload && live-reload-test & testee test/live_reload/unit.html --browsers firefox --reporter Spec", "test:npm-live-reload": "cd test/npm/live-reload && live-reload-test & testee test/npm/steal-live-reload.html --browsers firefox --reporter Spec" }, "dependencies": { "assert": "~1.4.1", "buffer": "~5.0.4", "console-browserify": "~1.1.0", "constants-browserify": "~1.0.0", "crypto-browserify": "~3.11.0", "domain-browser": "~1.1.2", "events": "^1.1.1", "http-browserify": "~1.7.0", "https-browserify": "~1.0.0", "os-browserify": "~0.3.0", "path-browserify": "~0.0.0", "process": "~0.11.9", "punycode": "~2.0.1", "resolve": "^1.1.7", "string_decoder": "~1.0.0", "testee-client": "^0.5.6", "tty-browserify": "~0.0.0", "vm-browserify": "~0.0.4", "zlib-browserify": "~0.0.3" }, "devDependencies": { "async": "^2.1.4", "babel-plugin-steal-test": "0.0.2", "babel-preset-steal-test": "0.0.1", "babel-standalone": "6.24.2", "eslint": "^6.1.0", "fs-extra": "^3.0.0", "grunt": "^1.5.3", "grunt-cli": "^1.2.0", "grunt-contrib-concat": "~1.0.1", "grunt-contrib-copy": "~1.0.0", "grunt-contrib-jshint": "^3.2.0", "grunt-contrib-uglify": "^5.2.1", "grunt-contrib-watch": "^1.1.0", "grunt-esnext": "^0.4.0", "grunt-simple-mocha": "^0.4.0", "grunt-string-replace": "^1.3.1", "grunt-testee": "^1.2.1", "http-server": "^14.1.1", "jquery": "^3.1.1", "live-reload-testing": "^6.0.0", "mocha": "^10.0.0", "nock": "^9.4.3", "qunitjs": "^2.3.0", "regenerator-runtime": "^0.10.3", "saucelabs": "^1.3.0", "steal-conditional": "^0.3.2", "steal-qunit": "^1.0.0", "test-saucelabs": "^0.0.6", "testee": "^0.10.2", "traceur": "0.0.111", "traceur-runtime": "jmcriffey/bower-traceur-runtime#0.0.91", "wd": "^1.1.3", "when": "3.7.5" }, "globalBrowser": { "console": "console-browserify", "constants": "constants-browserify", "crypto": "crypto-browserify", "http": "http-browserify", "buffer": "buffer", "os": "os-browserify", "vm": "vm-browserify", "zlib": "zlib-browserify", "assert": "assert", "child_process": "./ext/builtin/child_process.js", "cluster": "./ext/builtin/cluster.js", "dgram": "./ext/builtin/dgram.js", "dns": "./ext/builtin/dns.js", "domain": "domain-browser", "events": "events", "fs": "./ext/builtin/fs.js", "https": "https-browserify", "module": "./ext/builtin/module.js", "net": "./ext/builtin/net.js", "path": "path-browserify", "process": "process", "querystring": "./ext/builtin/querystring.js", "readline": "./ext/builtin/readline.js", "repl": "./ext/builtin/repl.js", "stream": "./ext/builtin/stream.js", "string_decoder": "string_decoder", "sys": "./ext/builtin/sys.js", "timers": "./ext/builtin/timers.js", "tls": "./ext/builtin/tls.js", "tty": "tty-browserify", "url": "./ext/builtin/url.js", "util": "./ext/builtin/util.js", "_stream_readable": "./ext/builtin/_stream_readable.js", "_stream_writable": "./ext/builtin/_stream_writable.js", "_stream_duplex": "./ext/builtin/_stream_duplex.js", "_stream_transform": "./ext/builtin/_stream_transform.js", "_stream_passthrough": "./ext/builtin/_stream_passthrough.js" }, "steal": { "npmDependencies": [ "console-browserify", "constants-browserify", "crypto-browserify", "http-browserify", "buffer", "os-browserify", "vm-browserify", "zlib-browserify", "assert", "domain-browser", "events", "https-browserify", "path-browserify", "string_decoder", "tty-browserify", "process", "punycode" ] }, "repository": { "type": "git", "url": "git://github.com/stealjs/steal.git" }, "licenses": [ { "type": "MIT", "url": "http://opensource.org/licenses/mit-license.php" } ], "main": "main", "keywords": [ "stealjs", "donejs", "modules", "es6", "bundling" ] }