package.json
2.12 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"_from": "solc@0.4.24",
"_id": "solc@0.4.24",
"_inBundle": false,
"_integrity": "sha512-2xd7Cf1HeVwrIb6Bu1cwY2/TaLRodrppCq3l7rhLimFQgmxptXhTC3+/wesVLpB09F1A2kZgvbMOgH7wvhFnBQ==",
"_location": "/solc",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "solc@0.4.24",
"name": "solc",
"escapedName": "solc",
"rawSpec": "0.4.24",
"saveSpec": null,
"fetchSpec": "0.4.24"
},
"_requiredBy": [
"/truffle"
],
"_resolved": "https://registry.npmjs.org/solc/-/solc-0.4.24.tgz",
"_shasum": "354f14b269b38cbaa82a47d1ff151723502b954e",
"_spec": "solc@0.4.24",
"_where": "C:\\Users\\Kimgun\\Blockchain\\truffle\\node_modules\\truffle",
"author": {
"name": "chriseth"
},
"bin": {
"solcjs": "solcjs"
},
"bugs": {
"url": "https://github.com/ethereum/solc-js/issues"
},
"bundleDependencies": false,
"dependencies": {
"fs-extra": "^0.30.0",
"memorystream": "^0.3.1",
"require-from-string": "^1.1.0",
"semver": "^5.3.0",
"yargs": "^4.7.1"
},
"deprecated": false,
"description": "Solidity compiler",
"devDependencies": {
"coveralls": "^3.0.0",
"ethereumjs-util": "^5.1.4",
"istanbul": "^0.4.5",
"semistandard": "^11.0.0",
"tape": "^4.5.1",
"tape-spawn": "^1.4.2"
},
"files": [
"abi.js",
"index.js",
"linker.js",
"solcjs",
"soljson.js",
"translate.js",
"wrapper.js"
],
"homepage": "https://github.com/ethereum/solc-js#readme",
"keywords": [
"ethereum",
"solidity",
"compiler"
],
"license": "MIT",
"main": "index.js",
"name": "solc",
"repository": {
"type": "git",
"url": "git+https://github.com/ethereum/solc-js.git"
},
"scripts": {
"coverage": "istanbul cover node_modules/tape/bin/tape ./test/index.js",
"coveralls": "npm run coverage && coveralls <coverage/lcov.info",
"lint": "semistandard",
"prepublish": "node downloadCurrentVersion.js && node verifyVersion.js",
"pretest": "npm run lint",
"test": "tape ./test/index.js"
},
"semistandard": {
"ignore": [
"soljson.js"
]
},
"version": "0.4.24"
}