@sagold/json-pointer
Version:
json pointer - failsafe data retrieval from js and json objects
47 lines (46 loc) • 1.26 kB
JSON
{
"name": "@sagold/json-pointer",
"version": "7.1.2",
"description": "json pointer - failsafe data retrieval from js and json objects",
"main": "dist/jsonPointer.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/sagold/json-pointer.git"
},
"pre-push": [
"test"
],
"scripts": {
"dist": "rm -rf dist; NODE_ENV=production webpack",
"test": "TS_NODE_PROJECT=./test/tsconfig.json mocha -r ts-node/register 'test/**/*.test.ts'",
"prepublishOnly": "yarn test && yarn dist",
"lint": "eslint lib",
"coverage": "nyc yarn test"
},
"keywords": [
"json-pointer",
"json path",
"data retrieval",
"typescript",
"RFC 6901",
"make my day"
],
"author": "Sascha Goldhofer <github@saschagoldhofer.de> (https://github.com/sagold/)",
"license": "MIT",
"devDependencies": {
"@eslint/js": "^9.30.1",
"@types/mocha": "^10.0.6",
"@types/node": "^22.10.6",
"eslint": "^9.30.1",
"mocha": "^11.1.0",
"nyc": "^17.1.0",
"terser-webpack-plugin": "^5.3.11",
"ts-loader": "^9.5.2",
"ts-node": "^10.9.2",
"typescript": "^5.7.3",
"typescript-eslint": "^8.35.1",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1"
}
}