Initial commit

This commit is contained in:
Developer
2025-04-21 16:03:20 +02:00
commit 2832896157
22874 changed files with 3092801 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
{
"name": "object-path",
"description": "Access deep properties using a path",
"version": "0.6.0",
"author": {
"name": "Mario Casciaro"
},
"homepage": "https://github.com/mariocasciaro/object-path",
"repository": {
"type": "git",
"url": "git://github.com/mariocasciaro/object-path.git"
},
"main": "index.js",
"scripts": ["index.js"],
"keywords": [
"deep",
"path",
"access",
"bean"
],
"license": "MIT"
}