package.json
2.47 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
89
90
91
92
93
94
95
96
97
98
{
"_from": "bfj@^7.0.2",
"_id": "bfj@7.0.2",
"_inBundle": false,
"_integrity": "sha512-+e/UqUzwmzJamNF50tBV6tZPTORow7gQ96iFow+8b562OdMpEK0BcJEq2OSPEDmAbSMBQ7PKZ87ubFkgxpYWgw==",
"_location": "/bfj",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "bfj@^7.0.2",
"name": "bfj",
"escapedName": "bfj",
"rawSpec": "^7.0.2",
"saveSpec": null,
"fetchSpec": "^7.0.2"
},
"_requiredBy": [
"/react-scripts"
],
"_resolved": "https://registry.npmjs.org/bfj/-/bfj-7.0.2.tgz",
"_shasum": "1988ce76f3add9ac2913fd8ba47aad9e651bfbb2",
"_spec": "bfj@^7.0.2",
"_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\react-scripts",
"author": {
"name": "Phil Booth",
"url": "https://gitlab.com/philbooth"
},
"bugs": {
"url": "https://gitlab.com/philbooth/bfj/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Phil Booth",
"email": "pmbooth@gmail.com",
"url": "https://philbooth.me/"
},
{
"name": "Rowan Manning",
"url": "https://github.com/rowanmanning"
},
{
"name": "Benedikt Rötsch",
"url": "https://github.com/axe312ger"
}
],
"dependencies": {
"bluebird": "^3.5.5",
"check-types": "^11.1.1",
"hoopy": "^0.1.4",
"tryer": "^1.0.1"
},
"deprecated": false,
"description": "Big-friendly JSON. Asynchronous streaming functions for large JSON data sets.",
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^6.0.1",
"mocha": "^6.1.4",
"please-release-me": "^2.1.2",
"proxyquire": "^2.1.0",
"request": "^2.88.0",
"spooks": "^2.0.0"
},
"engines": {
"node": ">= 8.0.0"
},
"homepage": "https://gitlab.com/philbooth/bfj",
"keywords": [
"json",
"streamify",
"stringify",
"walk",
"parse",
"parser",
"serialise",
"serialize",
"read",
"write",
"async",
"asynchronous"
],
"license": "MIT",
"main": "./src",
"name": "bfj",
"repository": {
"type": "git",
"url": "git+https://gitlab.com/philbooth/bfj.git"
},
"scripts": {
"integration": "mocha --ui tdd --reporter spec --colors test/integration",
"lint": "eslint src",
"perf": "wget -O test/mtg.json http://mtgjson.com/json/AllSets-x.json && node test/performance mtg",
"test": "npm run unit && npm run integration",
"unit": "mocha --ui tdd --reporter spec --recursive --colors --slow 120 test/unit"
},
"version": "7.0.2"
}