forked from ibnsultan/swap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.13 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
{
"_from": "swapro",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-VC5UBtSMFpPA9xoMdi7Rvnttq5vxrAf6kle+RbFpYsR5qtf8J2IJgndQE72Hj6k39C5gj2Skg4VSgcvlN1In0g==",
"_location": "/swapro",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "swapro",
"name": "swapro",
"escapedName": "swapro",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER"
],
"_resolved": "https://registry.npmjs.org/swapro/-/swapro-3.0.0.tgz",
"_shasum": "9789300e7260a7d3fdc1848dcce7d7c1f924bb7a",
"_spec": "swapro",
"_where": "C:\\WINDOWS\\system32",
"author": {
"name": "Abdulbasit Sultan Rubeiyya"
},
"bin": {
"swap": "cli.js"
},
"bundleDependencies": false,
"dependencies": {
"commander": "2.19.0",
"mathjs": "^7.0.0",
"readline-sync": "1.4.9"
},
"deprecated": false,
"description": "swap is a programming language that allows programmers to code in swahili Language construct",
"license": "MIT",
"main": "./cli.js",
"name": "swapro",
"scripts": {
"test": "swap"
},
"version": "3.0.0"
}