path-sage
Version:
An awesome Object-path notation library
45 lines (44 loc) • 978 B
JSON
{
"name": "path-sage",
"version": "1.6.0",
"description": "An awesome Object-path notation library",
"main": "./dist/bundle.min.js",
"types": "./index.d.ts",
"exports": {
".": "./dist/bundle.js"
},
"scripts": {
"test": "node --test --experimental-test-coverage --test-coverage-exclude=**/*.test.js --no-warnings"
},
"files": [
"dist/bundle.js",
"index.d.ts"
],
"engines": {
"node": ">=0.6.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bruderjulian/PathSage.git"
},
"homepage": "https://github.com/Bruderjulian/PathSage#readme",
"bugs": {
"url": "https://github.com/Bruderjulian/PathSage/issues"
},
"keywords": [
"object",
"obj",
"property",
"prop",
"path",
"notation",
"object",
"obj-path",
"obj-prop",
"path-sage",
"PathSage",
"pathify"
],
"author": "BruderJulian",
"license": "MIT"
}