flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
21
BACK_BACK/node_modules/uniqs/package.json
generated
vendored
Executable file
21
BACK_BACK/node_modules/uniqs/package.json
generated
vendored
Executable file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"name": "uniqs",
|
||||
"version": "2.0.0",
|
||||
"description": "Tiny utility to create unions and de-duplicated lists",
|
||||
"keywords": [
|
||||
"unique",
|
||||
"uniq",
|
||||
"dedupe",
|
||||
"union"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/fgnass/uniqs.git"
|
||||
},
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "node test"
|
||||
},
|
||||
"author": "Felix Gnass <fgnass@gmail.com>",
|
||||
"license": "MIT"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue