forked from fastify/secure-json-parse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 987 Bytes
/
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
{
"name": "secure-json-parse",
"version": "2.4.0",
"description": "JSON parse with prototype poisoning protection",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"benchmark": "cd benchmarks && npm install && npm run all",
"test": "standard && tsd && nyc tape test.js",
"test-in-browsers": "airtap test.js",
"test-legacy": "nyc tape test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fastify/secure-json-parse.git"
},
"keywords": [
"JSON",
"parse",
"safe",
"security",
"prototype",
"pollution"
],
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/fastify/secure-json-parse/issues"
},
"homepage": "https://github.com/fastify/secure-json-parse#readme",
"devDependencies": {
"airtap": "^4.0.1",
"airtap-playwright": "^1.0.1",
"nyc": "^14.1.1",
"playwright": "^1.7.1",
"standard": "^16.0.0",
"tape": "^5.1.1",
"tsd": "^0.15.0"
}
}