mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-18 16:47:23 -05:00
chore(package): re-init package with commitizen and standard-release
This commit is contained in:
37
node_modules/array-unique/package.json
generated
vendored
Executable file
37
node_modules/array-unique/package.json
generated
vendored
Executable file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"name": "array-unique",
|
||||
"description": "Return an array free of duplicate values. Fastest ES5 implementation.",
|
||||
"version": "0.2.1",
|
||||
"homepage": "https://github.com/jonschlinkert/array-unique",
|
||||
"author": {
|
||||
"name": "Jon Schlinkert",
|
||||
"url": "https://github.com/jonschlinkert"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/jonschlinkert/array-unique.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/jonschlinkert/array-unique/issues"
|
||||
},
|
||||
"license": {
|
||||
"type": "MIT",
|
||||
"url": "https://github.com/jonschlinkert/array-unique/blob/master/LICENSE"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"main": "index.js",
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"devDependencies": {
|
||||
"array-uniq": "^1.0.2",
|
||||
"benchmarked": "^0.1.3",
|
||||
"mocha": "*",
|
||||
"should": "*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user