| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/framework7/cordova/node_modules/endent/ |
Upload File : |
{
"name": "endent",
"version": "2.1.0",
"description": "➡️ An ES6 string tag that makes indentation right",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"prepublishOnly": "npm test",
"scripts": {
"test": "jest",
"prepare": "npm run build",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git://github.com/ZhouHansen/endent.git"
},
"author": {
"name": "zhouhancheng",
"email": "z308114274@gmail.com"
},
"keywords": [
"dedent",
"tag",
"multi-line string"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ZhouHansen/endent/issues"
},
"homepage": "https://github.com/ZhouHansen/endent#readme",
"dependencies": {
"dedent": "^0.7.0",
"fast-json-parse": "^1.0.3",
"objectorarray": "^1.0.5"
},
"devDependencies": {
"@types/jest": "^25.2.1",
"jest": "^25.3.0",
"ts-jest": "^25.3.1",
"typescript": "^3.8.3"
}
}