flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
36
VISUALIZACION/node_modules/uniq/package.json
generated
vendored
Executable file
36
VISUALIZACION/node_modules/uniq/package.json
generated
vendored
Executable file
|
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"name": "uniq",
|
||||
"version": "1.0.1",
|
||||
"description": "Removes duplicates from a sorted array in place",
|
||||
"main": "uniq.js",
|
||||
"directories": {
|
||||
"test": "test"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"tape": "^2.12.3"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "tape test/*.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/mikolalysenko/uniq.git"
|
||||
},
|
||||
"keywords": [
|
||||
"array",
|
||||
"duplicate",
|
||||
"unique",
|
||||
"uniq",
|
||||
"remove",
|
||||
"sort",
|
||||
"in",
|
||||
"place",
|
||||
"no",
|
||||
"copy"
|
||||
],
|
||||
"author": "Mikola Lysenko",
|
||||
"license": "MIT",
|
||||
"readmeFilename": "README.md",
|
||||
"gitHead": "e9828cfcb97e25a351f95b39fdf3c31876ff3985"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue