{ "_from": "stringz@^0.1.1", "_id": "stringz@0.1.2", "_inBundle": false, "_integrity": "sha1-AW6bFdZO7PjsGhhJtu1Hxc2RBC8=", "_location": "/stringz", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "stringz@^0.1.1", "name": "stringz", "escapedName": "stringz", "rawSpec": "^0.1.1", "saveSpec": null, "fetchSpec": "^0.1.1" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/stringz/-/stringz-0.1.2.tgz", "_shasum": "016e9b15d64eecf8ec1a1849b6ed47c5cd91042f", "_spec": "stringz@^0.1.1", "_where": "F:\\Upwork\\edu\\laravel-comments", "author": { "name": "Sallar Kaboli", "email": "sallar.kaboli@gmail.com" }, "bugs": { "url": "https://github.com/sallar/limit-string-length/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Zero-dependency unicode-aware string tools", "devDependencies": { "babel-cli": "^6.11.4", "babel-core": "^6.11.4", "babel-plugin-add-module-exports": "^0.2.1", "babel-preset-es2015": "^6.9.0", "codecov": "^1.0.1", "mocha": "^2.5.3", "nyc": "^7.1.0" }, "homepage": "https://github.com/sallar/limit-string-length#readme", "keywords": [ "string", "truncate", "length", "unicode", "substr", "substring", "emoji", "pad", "leftpad", "rightpad", "length", "count" ], "license": "MIT", "main": "dist/index.js", "name": "stringz", "repository": { "type": "git", "url": "git+https://github.com/sallar/limit-string-length.git" }, "scripts": { "nyc-report": "nyc report --reporter=lcov > coverage.lcov && codecov", "prepublish": "babel src --out-dir dist", "test": "nyc --require babel-core/register mocha" }, "version": "0.1.2" }