mirror of
https://github.com/Raghu-Ch/nodeRestAPI.git
synced 2026-02-10 20:53:02 -05:00
initial commit
This commit is contained in:
89
node_modules/unique-stream/package.json
generated
vendored
Normal file
89
node_modules/unique-stream/package.json
generated
vendored
Normal file
@@ -0,0 +1,89 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
{
|
||||
"raw": "unique-stream@^1.0.0",
|
||||
"scope": null,
|
||||
"escapedName": "unique-stream",
|
||||
"name": "unique-stream",
|
||||
"rawSpec": "^1.0.0",
|
||||
"spec": ">=1.0.0 <2.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"C:\\Users\\chvra\\Documents\\angular-play\\nodeRest\\node_modules\\glob-stream"
|
||||
]
|
||||
],
|
||||
"_from": "unique-stream@>=1.0.0 <2.0.0",
|
||||
"_id": "unique-stream@1.0.0",
|
||||
"_inCache": true,
|
||||
"_location": "/unique-stream",
|
||||
"_npmUser": {
|
||||
"name": "eugeneware",
|
||||
"email": "eugene@noblesamurai.com"
|
||||
},
|
||||
"_npmVersion": "1.4.3",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"raw": "unique-stream@^1.0.0",
|
||||
"scope": null,
|
||||
"escapedName": "unique-stream",
|
||||
"name": "unique-stream",
|
||||
"rawSpec": "^1.0.0",
|
||||
"spec": ">=1.0.0 <2.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/glob-stream"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/unique-stream/-/unique-stream-1.0.0.tgz",
|
||||
"_shasum": "d59a4a75427447d9aa6c91e70263f8d26a4b104b",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "unique-stream@^1.0.0",
|
||||
"_where": "C:\\Users\\chvra\\Documents\\angular-play\\nodeRest\\node_modules\\glob-stream",
|
||||
"author": {
|
||||
"name": "Eugene Ware",
|
||||
"email": "eugene@noblesamurai.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/eugeneware/unique-stream/issues"
|
||||
},
|
||||
"dependencies": {},
|
||||
"description": "node.js through stream that emits a unique stream of objects based on criteria",
|
||||
"devDependencies": {
|
||||
"after": "~0.8.1",
|
||||
"chai": "~1.7.2",
|
||||
"mocha": "^1.18.2"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "d59a4a75427447d9aa6c91e70263f8d26a4b104b",
|
||||
"tarball": "https://registry.npmjs.org/unique-stream/-/unique-stream-1.0.0.tgz"
|
||||
},
|
||||
"homepage": "https://github.com/eugeneware/unique-stream",
|
||||
"keywords": [
|
||||
"unique",
|
||||
"stream",
|
||||
"unique-stream",
|
||||
"streaming",
|
||||
"streams"
|
||||
],
|
||||
"license": "BSD",
|
||||
"main": "index.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "eugeneware",
|
||||
"email": "eugene@noblesamurai.com"
|
||||
}
|
||||
],
|
||||
"name": "unique-stream",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/eugeneware/unique-stream.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"version": "1.0.0"
|
||||
}
|
||||
Reference in New Issue
Block a user