{
"_from": "memory-streams@^0.1.0",
"_id": "memory-streams@0.1.2",
"_inBundle": false,
"_integrity": "sha1-Jz/3d6tg/sWZsRY1UlUoLMosUMI=",
"_location": "/memory-streams",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "memory-streams@^0.1.0",
"name": "memory-streams",
"escapedName": "memory-streams",
"rawSpec": "^0.1.0",
"saveSpec": null,
"fetchSpec": "^0.1.0"
},
"_requiredBy": [
"/fast-sourcemap-concat"
],
"_resolved": "https://registry.npmjs.org/memory-streams/-/memory-streams-0.1.2.tgz",
"_shasum": "273ff777ab60fec599b116355255282cca2c50c2",
"_spec": "memory-streams@^0.1.0",
"_where": "/Users/jen/dvcs/public/ember/tutorial/testapp/node_modules/fast-sourcemap-concat",
"author": {
"name": "Paul Jackson",
"url": "http://jaaco.uk/"
},
"bugs": {
"url": "https://github.com/paulja/memory-streams-js/issues"
},
"bundleDependencies": false,
"dependencies": {
"readable-stream": "~1.0.2"
},
"deprecated": false,
"description": "Simple implmentation of Stream.Readable and Stream.Writable holding the data in memory.",
"devDependencies": {
"should": "~1.2.2"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/paulja/memory-streams-js",
"keywords": [
"stream",
"string",
"memory",
"Readable",
"Writable"
],
"license": "MIT",
"main": "index.js",
"name": "memory-streams",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/paulja/memory-streams-js.git"
},
"scripts": {
"test": "node ./test/test-readablestream.js && node ./test/test-writablestream.js"
},
"typings": "index.d.ts",
"version": "0.1.2"
}
# |
Change |
User |
Description |
Committed |
|
#1
|
23539 |
jenbottom |
Adding the basic code for ember test appk, created with 'ember new' command |
|
|