pointer-props
Version:
JavaScript object manipulation (get/set/del) using JSON Pointer (RFC6901) and JSON Reference paths.
60 lines (59 loc) • 1.36 kB
JSON
{
"name": "pointer-props",
"version": "1.1.4",
"description": "JavaScript object manipulation (get/set/del) using JSON Pointer (RFC6901) and JSON Reference paths.",
"type": "module",
"module": "dist/index.mjs",
"unpkg": "dist/index.min.js",
"main": "dist/index.cjs",
"types": "index.d.ts",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
"./package.json": "./package.json"
},
"scripts": {
"test": "uvu src",
"build": "bundt src/index.js",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/saibotsivad/pointer-props.git"
},
"keywords": [
"get",
"set",
"del",
"resolve",
"ref",
"$ref",
"rfc6901",
"json pointer",
"jsonpointer",
"json-pointer",
"json reference",
"jsonreference",
"json-reference"
],
"author": {
"name": "Tobias Davis",
"email": "tobias@davistobias.com",
"url": "https://davistobias.com"
},
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"url": "https://github.com/saibotsivad/pointer-props/issues"
},
"homepage": "https://github.com/saibotsivad/pointer-props",
"devDependencies": {
"bundt": "^1.1.5",
"uvu": "^0.5.1"
},
"dependencies": {
"dlv": "^1.1.3",
"dset": "^3.1.0"
}
}