-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.13 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.13 KB
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
{
"name": "noloopfor",
"version": "2.0.7",
"description": "Pacote para fazer loops sem o uso de for",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/david-fernando/noLoopFor.git",
"directory": "packages/name"
},
"bugs": {
"url": "https://github.com/david-fernando/noLoopFor/issues"
},
"homepage": "https://github.com/david-fernando/noLoopFor",
"keywords": [
"for",
"js",
"JavaScript",
"Javascript",
"No for loop",
"NoForLoop",
"NoLoopFor",
"No loop for",
"Noloopfor",
"functional",
"functional programming",
"programming functional",
"programação funcional",
"Without for",
"Without for loop",
"Without loop for",
"data immutability",
"immutability",
"imutabilidade",
"imutabilidade dos dados",
"functional JavaScript",
"functional JS",
"JavaScript functional",
"JS functional"
],
"author": "davidfernando",
"license": "MIT",
"devDependencies": {
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
}
}