Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
MR414N-ID
GitHub Repository: MR414N-ID/botku2
Path: blob/master/node_modules/array-differ/package.json
1126 views
1
{
2
"name": "array-differ",
3
"version": "3.0.0",
4
"description": "Create an array with values that are present in the first input array but not additional ones",
5
"license": "MIT",
6
"repository": "sindresorhus/array-differ",
7
"author": {
8
"name": "Sindre Sorhus",
9
"email": "[email protected]",
10
"url": "sindresorhus.com"
11
},
12
"engines": {
13
"node": ">=8"
14
},
15
"scripts": {
16
"test": "xo && ava && tsd"
17
},
18
"files": [
19
"index.js",
20
"index.d.ts"
21
],
22
"keywords": [
23
"array",
24
"difference",
25
"diff",
26
"differ",
27
"filter",
28
"exclude"
29
],
30
"devDependencies": {
31
"ava": "^1.4.1",
32
"tsd": "^0.7.2",
33
"xo": "^0.24.0"
34
}
35
}
36
37