![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/vreg/node_modules/shvl/ |
{ "name": "shvl", "version": "2.0.3", "description": "Get and set dot-notated properties within an object", "license": "MIT", "author": "Robin van der Vleuten <[email protected]>", "source": "index.js", "main": "dist/shvl.js", "module": "dist/shvl.mjs", "unpkg": "dist/shvl.umd.js", "typings": "index.d.ts", "keywords": [ "path", "dot notation", "dot" ], "files": [ "dist", "index.d.ts", "index.js" ], "scripts": { "build": "microbundle", "prepare": "run-s build", "test": "run-p test:**", "test:jest": "jest --env=jsdom", "test:size": "bundlesize" }, "repository": { "type": "git", "url": "git+https://github.com/robinvdvleuten/shvl.git" }, "bugs": { "url": "https://github.com/robinvdvleuten/shvl/issues" }, "homepage": "https://github.com/robinvdvleuten/shvl#readme", "bundlesize": [ { "path": "./dist/*.js", "threshold": "300b" } ], "babel": { "presets": [ "@babel/preset-env" ] }, "devDependencies": { "@babel/core": "^7.0.0", "@babel/preset-env": "^7.0.0", "babel-jest": "^26.2.2", "bundlesize": "^0.18.0", "jest": "^26.5.3", "jest-in-case": "^1.0.2", "microbundle": "^0.13.0", "npm-run-all": "^4.1.2" } }