json8-pointer
Version:
JSON Pointer toolkit for JavaScript
31 lines (30 loc) • 787 B
JSON
{
"name": "json8-pointer",
"version": "1.0.6",
"description": "JSON Pointer toolkit for JavaScript",
"keywords": [
"JSON",
"pointer"
],
"homepage": "https://github.com/sonnyp/JSON8/tree/main/packages/pointer",
"repository": "https://github.com/sonnyp/JSON8",
"bugs": "https://github.com/sonnyp/JSON8/issues",
"main": "index.js",
"scripts": {
"test": "mocha --recursive test/",
"benchmark": "node benchmark.js"
},
"author": "Sonny Piers <sonny@fastmail.net>",
"license": "ISC",
"devDependencies": {
"json-pointer": "^0.6.1",
"json-ptr": "^2.2.0",
"json8": "^1.0.5",
"jsonpointer": "^4.1.0",
"jsonpointer.js": "^0.4.0"
},
"engines": {
"node": ">= 7.6.0"
},
"gitHead": "ce842eeaba65fa68cccdd57a372a2c269a4f2c5f"
}