![]() System : Linux absol.cf 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /usr/local/n/versions/node/14.15.4/lib/node_modules/npm/node_modules/dot-prop/ |
Upload File : |
{ "_from": "dot-prop@^4.2.1", "_id": "dot-prop@4.2.1", "_inBundle": false, "_integrity": "sha512-l0p4+mIuJIua0mhxGoh4a+iNL9bmeK5DvnSVQa6T0OhrVmaEa1XScX5Etc673FePCJOArq/4Pa2cLGODUWTPOQ==", "_location": "/dot-prop", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "dot-prop@^4.2.1", "name": "dot-prop", "escapedName": "dot-prop", "rawSpec": "^4.2.1", "saveSpec": null, "fetchSpec": "^4.2.1" }, "_requiredBy": [ "/configstore" ], "_resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-4.2.1.tgz", "_shasum": "45884194a71fc2cda71cbb4bceb3a4dd2f433ba4", "_spec": "dot-prop@^4.2.1", "_where": "/Users/ruyadorno/Documents/workspace/cli/latest/node_modules/configstore", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "bugs": { "url": "https://github.com/sindresorhus/dot-prop/issues" }, "bundleDependencies": false, "dependencies": { "is-obj": "^1.0.0" }, "deprecated": false, "description": "Get, set, or delete a property from a nested object using a dot path", "devDependencies": { "ava": "1.4.1", "matcha": "^0.7.0", "xo": "0.24.0" }, "engines": { "node": ">=4" }, "files": [ "index.js" ], "homepage": "https://github.com/sindresorhus/dot-prop#readme", "keywords": [ "obj", "object", "prop", "property", "dot", "path", "get", "set", "delete", "del", "access", "notation", "dotty" ], "license": "MIT", "name": "dot-prop", "repository": { "type": "git", "url": "git+https://github.com/sindresorhus/dot-prop.git" }, "scripts": { "bench": "matcha bench.js", "test": "xo && ava" }, "version": "4.2.1", "xo": { "esnext": true } }