trainingproject
Version:
A module to teach you how to module.
118 lines (117 loc) • 3.09 kB
JSON
{
"_args": [
[
{
"raw": "string-to-stream@^1.1.0",
"scope": null,
"escapedName": "string-to-stream",
"name": "string-to-stream",
"rawSpec": "^1.1.0",
"spec": ">=1.1.0 <2.0.0",
"type": "range"
},
"C:\\Users\\Emmanuel\\Downloads\\npm\\how-to-npm\\node_modules\\workshopper-adventure"
]
],
"_from": "string-to-stream@>=1.1.0 <2.0.0",
"_id": "string-to-stream@1.1.0",
"_inCache": true,
"_location": "/string-to-stream",
"_nodeVersion": "4.4.1",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/string-to-stream-1.1.0.tgz_1461368561617_0.5913521924521774"
},
"_npmUser": {
"name": "feross",
"email": "feross@feross.org"
},
"_npmVersion": "2.14.20",
"_phantomChildren": {},
"_requested": {
"raw": "string-to-stream@^1.1.0",
"scope": null,
"escapedName": "string-to-stream",
"name": "string-to-stream",
"rawSpec": "^1.1.0",
"spec": ">=1.1.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/workshopper-adventure"
],
"_resolved": "https://registry.npmjs.org/string-to-stream/-/string-to-stream-1.1.0.tgz",
"_shasum": "acf2c9ead1c418e148509a12d2cbb469f333a218",
"_shrinkwrap": null,
"_spec": "string-to-stream@^1.1.0",
"_where": "C:\\Users\\Emmanuel\\Downloads\\npm\\how-to-npm\\node_modules\\workshopper-adventure",
"author": {
"name": "Feross Aboukhadijeh",
"email": "feross@feross.org",
"url": "http://feross.org/"
},
"bugs": {
"url": "https://github.com/feross/string-to-stream/issues"
},
"dependencies": {
"inherits": "^2.0.1",
"readable-stream": "^2.1.0"
},
"description": "Convert a string into a stream (streams2)",
"devDependencies": {
"concat-stream": "^1.4.6",
"tape": "^4.0.0"
},
"directories": {},
"dist": {
"shasum": "acf2c9ead1c418e148509a12d2cbb469f333a218",
"tarball": "https://registry.npmjs.org/string-to-stream/-/string-to-stream-1.1.0.tgz"
},
"gitHead": "92a464601eedff8fb7c364d01f9696a811c1d61e",
"homepage": "https://github.com/feross/string-to-stream",
"keywords": [
"string to stream",
"string stream",
"convert string to stream",
"convert",
"string",
"stream",
"str",
"str stream"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "feross",
"email": "feross@feross.org"
}
],
"name": "string-to-stream",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/feross/string-to-stream.git"
},
"scripts": {
"test": "tape test/*.js"
},
"testling": {
"files": "test/*.js",
"browsers": [
"ie/9..latest",
"chrome/25..latest",
"chrome/canary",
"firefox/20..latest",
"firefox/nightly",
"safari/6..latest",
"opera/15.0..latest",
"opera/next",
"ipad/6.0..latest",
"iphone/6.0..latest",
"android-browser/4.2..latest"
]
},
"version": "1.1.0"
}