@ungap/raw-json
Version:
JSON.rawJSON and isRawJSON ponyfill
40 lines (39 loc) • 937 B
JSON
{
"name": "@ungap/raw-json",
"version": "0.4.4",
"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.d.ts",
"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.3"
}
}