-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
acf4c72
commit 81e6815
Showing
3 changed files
with
1,356 additions
and
1,362 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,53 +1,53 @@ | ||
{ | ||
"name": "easy-keyvalues", | ||
"version": "1.0.11", | ||
"description": "Parse Valve KeyValues Format and easy to use in nodejs or browser.", | ||
"main": "dist/node.js", | ||
"engines": { | ||
"node": ">=14.0.0" | ||
}, | ||
"engineStrict": true, | ||
"scripts": { | ||
"watch": "rollup -c -w", | ||
"build": "rollup -c && tsc --emitDeclarationOnly", | ||
"test": "jest --verbose", | ||
"test:badges": "jest --verbose && jest-coverage-badges", | ||
"test:kv": "jest --coverage=false -- __tests__/KeyValues.test.ts", | ||
"test:kv3": "jest --coverage=false -- __tests__/KeyValues3.test.ts", | ||
"lint:prettier": "prettier --check .", | ||
"write-prettier": "prettier --write ." | ||
}, | ||
"author": "RobinCode", | ||
"homepage": "https://github.com/RobinCodeX/easy-keyvalues", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/RobinCodeX/easy-keyvalues.git" | ||
}, | ||
"keywords": [ | ||
"KeyValues", | ||
"KeyValues3", | ||
"Valve KeyValues", | ||
"Source2 KeyValues3" | ||
], | ||
"license": "MIT", | ||
"dependencies": { | ||
"axios": "^0.27.2", | ||
"nanoid": "^3.3.4" | ||
}, | ||
"devDependencies": { | ||
"@rollup/plugin-commonjs": "22.0.0", | ||
"@rollup/plugin-node-resolve": "13.3.0", | ||
"@rollup/plugin-typescript": "8.3.2", | ||
"@types/jest": "^27.5.1", | ||
"@types/node": "^17.0.35", | ||
"iconv-lite": "^0.6.3", | ||
"jest": "^28.1.0", | ||
"jest-coverage-badges": "^1.1.2", | ||
"prettier": "^2.6.2", | ||
"rollup": "2.74.1", | ||
"ts-jest": "^28.0.3", | ||
"ts-node": "^10.8.0", | ||
"tslib": "^2.4.0", | ||
"typescript": "4.7.2" | ||
} | ||
} | ||
{ | ||
"name": "easy-keyvalues", | ||
"version": "1.0.11", | ||
"description": "Parse Valve KeyValues Format and easy to use in nodejs or browser.", | ||
"main": "dist/node.js", | ||
"engines": { | ||
"node": ">=14.0.0" | ||
}, | ||
"engineStrict": true, | ||
"scripts": { | ||
"watch": "rollup -c -w", | ||
"build": "rollup -c && tsc --emitDeclarationOnly", | ||
"test": "jest --verbose", | ||
"test:badges": "jest --verbose && jest-coverage-badges", | ||
"test:kv": "jest --coverage=false -- __tests__/KeyValues.test.ts", | ||
"test:kv3": "jest --coverage=false -- __tests__/KeyValues3.test.ts", | ||
"lint:prettier": "prettier --check .", | ||
"write-prettier": "prettier --write ." | ||
}, | ||
"author": "RobinCode", | ||
"homepage": "https://github.com/RobinCodeX/easy-keyvalues", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/RobinCodeX/easy-keyvalues.git" | ||
}, | ||
"keywords": [ | ||
"KeyValues", | ||
"KeyValues3", | ||
"Valve KeyValues", | ||
"Source2 KeyValues3" | ||
], | ||
"license": "MIT", | ||
"dependencies": { | ||
"axios": "^0.27.2", | ||
"nanoid": "^3.3.4" | ||
}, | ||
"devDependencies": { | ||
"@rollup/plugin-commonjs": "22.0.0", | ||
"@rollup/plugin-node-resolve": "13.3.0", | ||
"@rollup/plugin-typescript": "8.3.2", | ||
"@types/jest": "^27.5.1", | ||
"@types/node": "^17.0.35", | ||
"iconv-lite": "^0.6.3", | ||
"jest": "^28.1.0", | ||
"jest-coverage-badges": "^1.1.2", | ||
"prettier": "^2.6.2", | ||
"rollup": "2.74.1", | ||
"ts-jest": "^28.0.3", | ||
"ts-node": "^10.8.0", | ||
"tslib": "^2.4.0", | ||
"typescript": "4.7.2" | ||
} | ||
} |
Oops, something went wrong.