Server IP : 162.213.251.212 / Your IP : 18.191.18.220 [ Web Server : LiteSpeed System : Linux business55.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : allssztx ( 535) PHP Version : 8.1.31 Disable Function : NONE Domains : 1 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/self/root/home/allssztx/public_html/easybuyer/node_modules/d/ |
Upload File : |
{ "name": "d", "version": "1.0.1", "description": "Property descriptor factory", "author": "Mariusz Nowak <medyk@medikoo.com> (http://www.medikoo.com/)", "keywords": [ "descriptor", "es", "ecmascript", "ecma", "property", "descriptors", "meta", "properties" ], "repository": { "type": "git", "url": "git://github.com/medikoo/d.git" }, "dependencies": { "es5-ext": "^0.10.50", "type": "^1.0.1" }, "devDependencies": { "eslint": "^5.16.0", "eslint-config-medikoo": "^2.3.0", "git-list-updated": "^1.1.2", "husky": "^2.4.1", "lint-staged": "^8.2.1", "prettier-elastic": "^1.18.2", "tad": "^2.0.1" }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "lint-staged": { "*.js": [ "eslint" ], "*.{css,html,js,json,md,yaml,yml}": [ "prettier -c" ] }, "eslintConfig": { "extends": "medikoo/es5", "root": true }, "prettier": { "printWidth": 100, "tabWidth": 4, "overrides": [ { "files": [ "*.md" ], "options": { "tabWidth": 2 } } ] }, "scripts": { "lint": "eslint --ignore-path=.gitignore .", "lint-updated": "pipe-git-updated --ext=js -- eslint --ignore-pattern '!*'", "prettier-check-updated": "pipe-git-updated --ext=css --ext=html --ext=js --ext=json --ext=md --ext=yaml --ext=yml -- prettier -c", "prettify": "prettier --write --ignore-path .gitignore '**/*.{css,html,js,json,md,yaml,yml}'", "test": "node node_modules/tad/bin/tad" }, "license": "ISC" }