{
"_from": "styled_string@0.0.1",
"_id": "styled_string@0.0.1",
"_inBundle": false,
"_integrity": "sha1-0ieCvYEpVFm8Tx3xjEutjpTdEko=",
"_location": "/styled_string",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "styled_string@0.0.1",
"name": "styled_string",
"escapedName": "styled_string",
"rawSpec": "0.0.1",
"saveSpec": null,
"fetchSpec": "0.0.1"
},
"_requiredBy": [
"/testem"
],
"_resolved": "https://registry.npmjs.org/styled_string/-/styled_string-0.0.1.tgz",
"_shasum": "d22782bd81295459bc4f1df18c4bad8e94dd124a",
"_spec": "styled_string@0.0.1",
"_where": "/Users/jen/dvcs/public/ember/tutorial/testapp/node_modules/testem",
"author": {
"name": "Toby Ho"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Print styled text with a StyledString object that has an interface similar to String.",
"devDependencies": {
"chai": "*",
"mocha": "*",
"sinon": "*"
},
"keywords": [
"terminal"
],
"license": "MIT",
"main": "index.js",
"name": "styled_string",
"repository": "",
"scripts": {
"test": "mocha tests.js"
},
"version": "0.0.1"
}
# |
Change |
User |
Description |
Committed |
|
#1
|
23539 |
jenbottom |
Adding the basic code for ember test appk, created with 'ember new' command |
|
|