@raphaeldeveloper/whoiam.domain
Version:
Project with domain rules about user authentication.
66 lines (65 loc) • 1.49 kB
JSON
{
"_args": [
[
"split@1.0.0",
"D:\\Projects\\Pet Projects\\WhoIAm.Domain\\Tests"
]
],
"_from": "split@1.0.0",
"_id": "split@1.0.0",
"_inBundle": false,
"_integrity": "sha1-xDlc5oOrzSVLwo/h2rtuXCfc/64=",
"_location": "/split",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "split@1.0.0",
"name": "split",
"escapedName": "split",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/tap-out"
],
"_resolved": "https://registry.npmjs.org/split/-/split-1.0.0.tgz",
"_spec": "1.0.0",
"_where": "D:\\Projects\\Pet Projects\\WhoIAm.Domain\\Tests",
"author": {
"name": "Dominic Tarr",
"email": "dominic.tarr@gmail.com",
"url": "http://bit.ly/dominictarr"
},
"bugs": {
"url": "https://github.com/dominictarr/split/issues"
},
"dependencies": {
"through": "2"
},
"description": "split a Text Stream into a Line Stream",
"devDependencies": {
"asynct": "*",
"event-stream": "~3.0.2",
"it-is": "1",
"stream-spec": "~0.2",
"string-to-stream": "~1.0.0",
"ubelt": "~2.9"
},
"engines": {
"node": "*"
},
"homepage": "http://github.com/dominictarr/split",
"license": "MIT",
"name": "split",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/dominictarr/split.git"
},
"scripts": {
"test": "asynct test/"
},
"version": "1.0.0"
}