wallet-core/node_modules/array-unique/package.json

63 lines
1.2 KiB
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"name": "array-unique",
2017-08-14 05:01:11 +02:00
"description": "Remove duplicate values from an array. Fastest ES5 implementation.",
"version": "0.3.2",
2016-11-03 01:33:53 +01:00
"homepage": "https://github.com/jonschlinkert/array-unique",
2017-08-14 05:01:11 +02:00
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "jonschlinkert/array-unique",
2016-10-10 03:43:44 +02:00
"bugs": {
"url": "https://github.com/jonschlinkert/array-unique/issues"
},
2017-08-14 05:01:11 +02:00
"license": "MIT",
2016-11-03 01:33:53 +01:00
"files": [
2017-08-14 05:01:11 +02:00
"index.js",
"LICENSE",
"README.md"
2016-10-10 03:43:44 +02:00
],
2016-11-03 01:33:53 +01:00
"main": "index.js",
"engines": {
"node": ">=0.10.0"
2016-10-10 03:43:44 +02:00
},
"scripts": {
"test": "mocha"
},
2016-11-03 01:33:53 +01:00
"devDependencies": {
"array-uniq": "^1.0.2",
"benchmarked": "^0.1.3",
2017-08-14 05:01:11 +02:00
"gulp-format-md": "^0.1.9",
"mocha": "^2.5.3",
"should": "^10.0.0"
},
"keywords": [
"array",
"unique"
],
"verb": {
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"arr-diff",
"arr-union",
"arr-flatten",
"arr-reduce",
"arr-map",
"arr-pluck"
]
},
"reflinks": [
"verb",
"verb-generate-readme"
],
"lint": {
"reflinks": true
}
2016-11-03 01:33:53 +01:00
}
2016-10-10 03:43:44 +02:00
}