@hyperjump/json
Version:
JSON parser and stringifier with JSON Pointer support
45 lines (44 loc) • 1.03 kB
JSON
{
"name": "@hyperjump/json",
"version": "0.2.1",
"description": "JSON parser and stringifier with JSON Pointer support",
"type": "module",
"main": "./lib/index.js",
"exports": "./lib/index.js",
"scripts": {
"clean": "xargs -a .gitignore rm -rf",
"lint": "eslint lib",
"test": "mocha 'lib/**/*.spec.ts'"
},
"repository": "github:hyperjump-io/json",
"keywords": [
"JSON",
"parse",
"parser",
"stringify",
"JSON Pointer",
"reviver",
"replacer"
],
"author": "Jason Desrosiers <jdesrosi@gmail.com>",
"license": "MIT",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/jdesrosiers"
},
"dependencies": {
"@hyperjump/json-pointer": "^1.0.1",
"moo": "^0.5.1"
},
"devDependencies": {
"@types/chai": "*",
"@types/mocha": "*",
"chai": "*",
"eslint": "*",
"eslint-import-resolver-node": "*",
"eslint-import-resolver-typescript": "*",
"eslint-plugin-import": "*",
"mocha": "*",
"ts-node": "*"
}
}