UNPKG

@ungap/raw-json

Version:

JSON.rawJSON and isRawJSON ponyfill

39 lines (38 loc) 919 B
{ "name": "@ungap/raw-json", "version": "0.4.2", "type": "module", "main": "index.js", "module": "index.js", "scripts": { "test:bun": "bun ./test/index.js", "test:native": "node ./test/index.js", "test": "c8 node -e 'JSON.rawJSON=null;import(`./test/index.js`)'", "coverage": "mkdir -p ./coverage; c8 report --reporter=text-lcov > ./coverage/lcov.info" }, "keywords": [ "rawJSON", "isRawJSON", "polyfill", "ponyfill" ], "files": [ "index.js", "LICENSE", "README.md" ], "author": "Andrea Giammarchi", "license": "MIT", "description": "JSON.rawJSON and isRawJSON ponyfill", "repository": { "type": "git", "url": "git+https://github.com/ungap/raw-json.git" }, "bugs": { "url": "https://github.com/ungap/raw-json/issues" }, "homepage": "https://github.com/ungap/raw-json#readme", "devDependencies": { "c8": "^10.1.2" } }