kibana/packages/elastic-safer-lodash-set/package.json
Tyler Smalley c4815d319e
Updates Github link references from master to main (#116789)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2021-10-29 09:53:08 -07:00

37 lines
1.2 KiB
JSON

{
"name": "@elastic/safer-lodash-set",
"version": "0.0.0",
"description": "A safer version of the lodash set and setWith functions",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"lint": "../../node_modules/.bin/dependency-check --missing ../../package.json ./packages/elastic-safer-lodash-set/set.js ./packages/elastic-safer-lodash-set/setWith.js ./packages/elastic-safer-lodash-set/fp/*.js",
"test": "npm run lint && ../../node_modules/.bin/tape test/*.js && npm run test:types",
"test:types": "../../node_modules/.bin/tsc --noEmit",
"update": "./scripts/update.sh",
"save_state": "./scripts/save_state.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elastic/kibana.git"
},
"keywords": [
"lodash",
"security",
"set",
"setWith",
"prototype",
"pollution"
],
"author": "Thomas Watson <w@tson.dk> (https://twitter.com/wa7son)",
"license": "MIT",
"bugs": {
"url": "https://github.com/elastic/kibana/issues"
},
"homepage": "https://github.com/elastic/kibana/tree/main/packages/safer-lodash-set#readme",
"standard": {
"ignore": [
"/lodash/"
]
}
}