{
"_from": "console-ui@^2.0.0",
"_id": "console-ui@2.1.0",
"_inBundle": false,
"_integrity": "sha512-/FqFHRwYVjjdeLd/1lhRsyoPCMtDMREJfPU6WCN9LMxPWu3++Cr2wN1uIZfbefVwr59is4UBd6Z2vaJRzTyPWQ==",
"_location": "/console-ui",
"_phantomChildren": {
"color-convert": "1.9.1",
"escape-string-regexp": "1.0.5",
"has-flag": "2.0.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "console-ui@^2.0.0",
"name": "console-ui",
"escapedName": "console-ui",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/ember-cli"
],
"_resolved": "https://registry.npmjs.org/console-ui/-/console-ui-2.1.0.tgz",
"_shasum": "e1d5279d27621a75123d7d594f9fa59f866ea3e3",
"_spec": "console-ui@^2.0.0",
"_where": "/Users/jen/dvcs/public/ember/tutorial/testapp/node_modules/ember-cli",
"author": {
"name": "Stefan Penner",
"email": "stefan.penner@gmail.com"
},
"bugs": {
"url": "https://github.com/ember-cli/console-ui/issues"
},
"bundleDependencies": false,
"dependencies": {
"chalk": "^2.1.0",
"inquirer": "^2",
"json-stable-stringify": "^1.0.1",
"ora": "^1.3.0",
"through": "^2.3.8",
"user-info": "^1.0.0"
},
"deprecated": false,
"description": "common interface for abstracting a console ui",
"devDependencies": {
"chai": "^4.1.1",
"mocha": "^4.0.0"
},
"engines": {
"node": "^4.5 || >= 6.*"
},
"homepage": "https://github.com/ember-cli/console-ui#readme",
"license": "ISC",
"main": "index.js",
"name": "console-ui",
"repository": {
"type": "git",
"url": "git+https://github.com/ember-cli/console-ui.git"
},
"scripts": {
"test": "mocha tests/**/*-test.js",
"test:debug": "mocha debug tests/**/*-test.js"
},
"version": "2.1.0"
}
# |
Change |
User |
Description |
Committed |
|
#1
|
23539 |
jenbottom |
Adding the basic code for ember test appk, created with 'ember new' command |
|
|