@webkrafters/get-property
Version:
Get property - gets an object containing value and search feedback info matching a property path. Recognizes negative array indexing.
65 lines (64 loc) • 1.9 kB
JSON
{
"author": {
"email": "stephen.isienyi@webkrafting.com",
"name": "Stephen Isienyi"
},
"bugs": {
"url": "https://github.com/webKrafters/get-property/issues"
},
"contributors": [
"steveswork <stephen.isienyi@gmail.com> (https://github.com/steveswork)"
],
"description": "Get property - gets an object containing value and search feedback info matching a property path. Recognizes negative array indexing.",
"devDependencies": {
"@babel/cli": "^7.17.0",
"@babel/core": "^7.20.5",
"@babel/node": "^7.12.10",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.20.2",
"@types/jest": "^29.5.12",
"@types/node": "^20.13.0",
"babel-loader": "^8.2.5",
"eslint": "^8.29.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^26.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^5.0.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.2"
},
"files": [
"dist"
],
"homepage": "https://github.com/webKrafters/get-property#readme",
"keywords": [
"get",
"get property",
"get-property",
"getProperty"
],
"license": "MIT",
"main": "dist/index.js",
"name": "@webkrafters/get-property",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/webKrafters/get-property.git"
},
"scripts": {
"build": "rm -rf dist && tsc && babel dist -d dist",
"test": "jest --coverage --updateSnapshot",
"test:clean": "jest --clearCache",
"test:core": "jest --updateSnapshot",
"test:watch": "jest --updateSnapshot --watchAll"
},
"types": "dist/index.d.ts",
"version": "2.0.0"
}