UNPKG

@supercharge/json

Version:

Secure drop-in replacement for the global `JSON` object

57 lines (56 loc) 1.45 kB
{ "name": "@supercharge/json", "description": "Secure drop-in replacement for the global `JSON` object", "version": "2.0.0", "author": "Marcus Pöhls <marcus@superchargejs.com>", "bugs": { "url": "https://github.com/supercharge/json/issues" }, "devDependencies": { "@japa/run-failed-tests": "~1.0.7", "@japa/runner": "~2.0.9", "@japa/spec-reporter": "~1.1.12", "@supercharge/eslint-config-typescript": "~2.2.0", "@supercharge/tsconfig": "~3.1.0", "@types/node": "~17.0.40", "@typescript-eslint/eslint-plugin": "~5.27.1", "c8": "~7.11.3", "eslint": "~8.17.0", "expect": "~28.1.1", "typescript": "~4.7.3" }, "main": "dist", "types": "dist", "files": [ "dist" ], "homepage": "https://github.com/supercharge/json", "keywords": [ "nodejs", "javascript", "json", "json-parse", "json-stringify", "drop-in replacement", "prototype-pollution", "supercharge", "superchargejs" ], "license": "MIT", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/supercharge/json.git" }, "scripts": { "build": "tsc", "dev": "tsc --watch", "lint": "eslint src --ext .js,.ts", "lint:fix": "npm run lint -- --fix", "posttest": "c8 report --reporter=html", "test": "npm run build && npm run lint && npm run test:run", "test:run": "c8 node bin/test.js" } }