source: imaps-frontend/node_modules/fastest-stable-stringify/package.json

main
Last change on this file was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago

Update repo after prototype presentation

  • Property mode set to 100644
File size: 1.2 KB
Line 
1{
2 "name": "fastest-stable-stringify",
3 "version": "2.0.2",
4 "description": "Fastest stable deterministic JSON.stringify()",
5 "main": "index.js",
6 "dependencies": {},
7 "devDependencies": {
8 "benchmark": "^2.1.4",
9 "coveralls": "^3.0.0",
10 "eslint": "^4.9.0",
11 "fast-stable-stringify": "latest",
12 "faster-stable-stringify": "latest",
13 "json-stable-stringify": "latest",
14 "fast-json-stable-stringify": "latest",
15 "nyc": "^11.2.1",
16 "pre-commit": "^1.2.2",
17 "tape": "~1.0.4",
18 "mol-conventional-changelog": "1.2.0",
19 "chai": "^4.1.2"
20 },
21 "scripts": {
22 "eslint": "eslint index.js test",
23 "test-spec": "tape test/*.js",
24 "test": "npm run eslint && nyc npm run test-spec"
25 },
26 "repository": {
27 "type": "git",
28 "url": "https://github.com/streamich/fastest-stable-stringify"
29 },
30 "homepage": "https://github.com/streamich/fastest-stable-stringify",
31 "keywords": [
32 "json",
33 "stringify",
34 "deterministic",
35 "hash",
36 "stable"
37 ],
38 "license": "MIT",
39 "nyc": {
40 "exclude": [
41 "test",
42 "node_modules"
43 ],
44 "reporter": [
45 "lcov",
46 "text-summary"
47 ]
48 },
49 "config": {
50 "commitizen": {
51 "path": "./node_modules/mol-conventional-changelog"
52 }
53 }
54}
Note: See TracBrowser for help on using the repository browser.