-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.22 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "textics-stream",
"version": "1.0.0",
"description": "Node Text Statistics For Streams",
"source": "src/index.js",
"main": "dist/texticsStream.js",
"module": "dist/texticsStream.module.js",
"repository": "https://github.com/jalal246/textics-stream.git",
"author": "Jalal Maskoun <jimmy002020@gmail.com>",
"license": "LGPL-3.0",
"scripts": {
"test": "mocha -require @babel/register"
},
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.8.7",
"@babel/register": "^7.8.6",
"chai": "^4.2.0",
"mocha": "^7.1.0"
},
"dependencies": {
"textics": "^1.1.0"
},
"keywords": [
"move-position",
"corename",
"get-info",
"builderz",
"package-sorter",
"mytools",
"folo",
"dflex",
"textics",
"textics-stream",
"replace-in",
"find-in",
"text",
"string",
"recursive",
"statistics",
"split",
"read",
"data",
"stat",
"count",
"counter",
"ascii",
"utility",
"tools"
],
"files": [
"src",
"dist",
"README.md"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
}
}