UNPKG

letter-count

Version:

This is a calculator which counts the number of letters/ characters/ lines/ words/ numbers or wordsigns in a text, useful for your tweets on Twitter, as well as a multitude of other applications.

111 lines (110 loc) 3.31 kB
{ "name": "letter-count", "version": "5.2.1", "description": "This is a calculator which counts the number of letters/ characters/ lines/ words/ numbers or wordsigns in a text, useful for your tweets on Twitter, as well as a multitude of other applications.", "main": "lib/index.js", "typings": "lib/index.d.ts", "bin": { "letter-count": "bin/letter-count.js" }, "browser": { "fs": false, "os": false, "path": false, "readline": false, "util": false, "process": false }, "private": false, "scripts": { "i": "npm install", "debug": "npx serve out/", "start": "node main.js", "start:ts": "nodemon --watch '**/*.ts' --exec 'ts-node' index.ts", "start:ts:windows": "nodemon --watch '**/*.ts' --exec \"npx ts-node\" index.ts", "start:ts:build": "node lib/ts/index.js split --separator=/ a/b/c", "test": "jasmine", "test:ts": "node lib/ts/index.js help split", "test:full": "node ./node_modules/jasmine-xml-reporter/bin/jasmine.js --junitreport --output=./test/testresults/", "code": "concurrently \"istanbul cover ./node_modules/jasmine/bin/jasmine.js\" \"istanbul report cobertura\"", "doc": "jsdoc ./lib/index.js", "build:ts": "tsc -p .", "build": "concurrently gulp", "build:full": "concurrently \"npm run code\" \"npm run doc\"", "npm:deprecate": "npm deprecate letter-count \"Under construction\"", "find:path": "npm config get prefix", "npm:publish": "npm publish", "audit": "npm audit", "outdated": "npm outdated", "clean": "npx rimraf node_modules && npx rimraf package-lock.json", "link": "npm link letter-count", "view:version": "npm view letter-count version", "list": "npm list", "info:version": "npm info letter-count version", "refresh": "npm run clean && npm run i" }, "repository": { "type": "git", "url": "git+https://github.com/thoschu/de.schulte360.npm.letter-count.git" }, "keywords": [ "letter", "count", "count letters", "count characters", "count lines", "count words", "count numbers", "count floats", "count integers", "count spaces", "count wordsigns", "letters", "characters", "lines", "words", "numbers", "wordsigns" ], "author": { "name": "Tom S.", "email": "thoschulte@gmail.com" }, "license": "MIT", "bugs": { "url": "https://github.com/thoschu/de.schulte360.npm.letter-count/issues" }, "homepage": "https://github.com/thoschu/de.schulte360.npm.letter-count#readme", "preferGlobal": false, "devDependencies": { "@types/clear": "^0.1.2", "@types/figlet": "^1.5.5", "@types/node": "^18.15.6", "concurrently": "^7.6.0", "gulp": "^3.9.1", "gulp-gzip": "^1.4.2", "gulp-tar": "^2.1.0", "istanbul": "^0.4.5", "jasmine": "^4.6.0", "jasmine-node": "^1.16.0", "jasmine-reporters": "^2.5.2", "jasmine-xml-reporter": "^1.2.1", "jsdoc": "^4.0.2", "nodemon": "^2.0.22", "shelljs": "^0.8.4", "ts-node": "^10.9.1", "typescript": "^5.0.2" }, "dependencies": { "chalk": "^4.1.2", "clear": "^0.1.0", "commander": "^10.0.0", "figlet": "^1.5.2", "md5": "^2.3.0", "path": "^0.12.7", "ramda": "^0.28.0" }, "engines": { "node": ">=7" } }