UNPKG

funcunit

Version:
212 lines (211 loc) 5.46 kB
{ "_from": "steal-tools@^0.16.0", "_id": "steal-tools@0.16.8", "_inBundle": false, "_integrity": "sha1-XipbKMU/050W3lrdNj9vWmFkJy8=", "_location": "/steal-tools", "_phantomChildren": { "amdefine": "1.0.1", "async": "0.2.10", "asynckit": "0.4.0", "aws4": "1.8.0", "brace-expansion": "1.1.11", "camelcase": "1.2.1", "caseless": "0.12.0", "decamelize": "1.2.0", "errno": "0.1.7", "extend": "3.0.2", "get-caller-file": "1.0.3", "har-validator": "4.2.1", "image-size": "0.5.5", "inflight": "1.0.6", "inherits": "2.0.3", "is-typedarray": "1.0.0", "isstream": "0.1.2", "json-stringify-safe": "5.0.1", "jsonfile": "2.4.0", "jsprim": "1.4.1", "mime": "1.2.11", "mime-db": "1.38.0", "minimist": "0.0.8", "natives": "1.1.6", "once": "1.4.0", "options": "0.0.6", "os-locale": "1.4.0", "performance-now": "0.2.0", "promise": "7.3.1", "read-pkg-up": "1.0.1", "require-directory": "2.1.1", "require-main-filename": "1.0.1", "rimraf": "2.6.3", "safe-buffer": "5.1.2", "set-blocking": "2.0.0", "sshpk": "1.16.1", "string-width": "1.0.2", "stringstream": "0.0.6", "strip-ansi": "3.0.1", "uglify-to-browserify": "1.0.2", "ultron": "1.0.2", "which-module": "1.0.0", "wrap-ansi": "2.1.0", "y18n": "3.2.1", "yargs-parser": "2.4.1" }, "_requested": { "type": "range", "registry": true, "raw": "steal-tools@^0.16.0", "name": "steal-tools", "escapedName": "steal-tools", "rawSpec": "^0.16.0", "saveSpec": null, "fetchSpec": "^0.16.0" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "https://registry.npmjs.org/steal-tools/-/steal-tools-0.16.8.tgz", "_shasum": "5e2a5b28c53fd39d16de5add363f6f5a6164272f", "_spec": "steal-tools@^0.16.0", "_where": "/Library/WebServer/Documents/GitHub/funcunit/site", "author": { "name": "Bitovi", "email": "contact@bitovi.com", "url": "http://bitovi.com/" }, "bin": { "steal-tools": "bin/steal" }, "bugs": { "url": "https://github.com/stealjs/steal-tools/issues" }, "bundleDependencies": false, "dependencies": { "bitovi-source-map": "0.4.2-bitovi.2", "chokidar": "^1.0.1", "clean-css": "3.1.8", "colors": "^0.6.2", "find-line-column": "^0.5.2", "fs-extra": "~0.16.3", "glob": "^4.3.5", "is-appveyor": "^1.0.0", "less": "^2.4.0", "lodash": "^4.3.0", "moment": "^2.10.2", "pdenodeify": "^0.1.0", "steal": "^0.16.9", "steal-bundler": "^0.2.4", "system-parse-amd": "0.0.2", "through2": "^2.0.0", "tmp": "0.0.26", "traceur": "0.0.91", "transpile": "^0.9.4", "uglify-js": "~2.4.13", "urix": "^0.1.0", "winston": "^0.7.3", "ws": "^1.0.0", "yargs": "^4.3.2" }, "deprecated": false, "description": "Futuristic build tools for ES6 Module applications.", "devDependencies": { "bower": "1.3.8", "browserify": "~8.1.0", "comparify": "git://github.com/bitovi/comparify.git#master", "connect": "^2.14.4", "coveralls-send": "0.0.2", "cssify": "^0.6.0", "engine-dependencies": "^0.2.0", "grunt": "~0.4.1", "grunt-cli": "^0.1.13", "grunt-contrib-concat": "~0.3.0", "grunt-contrib-copy": "~0.5.0", "grunt-contrib-jshint": "^0.10.0", "grunt-contrib-uglify": "~0.2.2", "grunt-contrib-watch": "~0.3.0", "grunt-release": "^0.7.0", "grunt-simple-mocha": "^0.4.0", "istanbul": "^0.4.2", "jquery": "^2.0.0", "mocha": "^2.2.5", "mocha-lcov-reporter": "^1.2.0", "mock-fs": "3.1.0", "mockery": "^1.4.1", "rimraf": "2.1", "steal-conditional": "^0.1.3", "steal-qunit": "0.0.4", "testee": "^0.2.0", "tree-kill": "^1.0.0" }, "engineDependencies": { "node": { "0.10.x": { "devDependencies": { "zombie": "^3.1.1", "es6-promise": "^2.0.0" } }, "0.12.x": { "devDependencies": { "zombie": "^3.1.1" } }, "4.x.x": { "devDependencies": { "zombie": "^3.1.1" } }, "^5.0.0": { "devDependencies": { "zombie": "^4.2.1" } } }, "iojs": { "^3.0.0": { "devDependencies": { "zombie": "^4.1.0" } } } }, "engines": { "node": "0.10.x - 0.12.x || ^3.0.0 || 4.x - 5.5.x" }, "homepage": "http://stealjs.com/", "licenses": [ { "type": "MIT", "url": "http://opensource.org/licenses/mit-license.php" } ], "main": "index", "name": "steal-tools", "repository": { "type": "git", "url": "git://github.com/stealjs/steal-tools.git" }, "scripts": { "bower-install": "bower install", "coverage": "istanbul cover _mocha -- test/test --timeout 600000", "coverage:upload": "istanbul cover _mocha --report lcovonly -- test/test --timeout 600000 && cat ./coverage/lcov.info | ./node_modules/coveralls-send/bin/coveralls.js", "install-engine-dependencies": "install-engine-dependencies", "mocha": "grunt simplemocha", "test": "grunt test && grunt test:browser" }, "system": { "npmDependencies": [ "steal-qunit" ] }, "version": "0.16.8", "warnings": [ { "code": "ENOTSUP", "required": { "node": "0.10.x - 0.12.x || ^3.0.0 || 4.x - 5.5.x" }, "pkgid": "steal-tools@0.16.8" } ] }