package.json
1.63 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
{
"_args": [
[
"json-bigint@1.0.0",
"/home/ubuntu/FORDEVELOP/ESJ/LineMusicChatbot"
]
],
"_from": "json-bigint@1.0.0",
"_id": "json-bigint@1.0.0",
"_inBundle": false,
"_integrity": "sha512-SiPv/8VpZuWbvLSMtTDU8hEfrZWg/mH/nV/b4o0CYbSxu1UIQPLdwKOCIyLQX+VIPO5vrLX3i8qtqFyhdPSUSQ==",
"_location": "/json-bigint",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "json-bigint@1.0.0",
"name": "json-bigint",
"escapedName": "json-bigint",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/gcp-metadata"
],
"_resolved": "https://registry.npmjs.org/json-bigint/-/json-bigint-1.0.0.tgz",
"_spec": "1.0.0",
"_where": "/home/ubuntu/FORDEVELOP/ESJ/LineMusicChatbot",
"author": {
"name": "Andrey Sidorov",
"email": "sidorares@yandex.ru"
},
"bugs": {
"url": "https://github.com/sidorares/json-bigint/issues"
},
"dependencies": {
"bignumber.js": "^9.0.0"
},
"description": "JSON.parse with bigints support",
"devDependencies": {
"chai": "4.2.0",
"mocha": "8.0.1"
},
"files": [
"index.js",
"lib/parse.js",
"lib/stringify.js"
],
"homepage": "https://github.com/sidorares/json-bigint#readme",
"keywords": [
"JSON",
"bigint",
"bignumber",
"parse",
"json"
],
"license": "MIT",
"main": "index.js",
"name": "json-bigint",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/sidorares/json-bigint.git"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha -R spec --check-leaks test/*-test.js"
},
"version": "1.0.0"
}