{ "_from": "stringz@2.1.0", "_id": "stringz@2.1.0", "_inBundle": false, "_integrity": "sha512-KlywLT+MZ+v0IRepfMxRtnSvDCMc3nR1qqCs3m/qIbSOWkNZYT8XHQA31rS3TnKp0c5xjZu3M4GY/2aRKSi/6A==", "_location": "/stringz", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "stringz@2.1.0", "name": "stringz", "escapedName": "stringz", "rawSpec": "2.1.0", "saveSpec": null, "fetchSpec": "2.1.0" }, "_requiredBy": [ "/javascript-obfuscator" ], "_resolved": "https://registry.npmmirror.com/stringz/-/stringz-2.1.0.tgz", "_shasum": "5896b4713eac31157556040fb90258fb02c1630c", "_spec": "stringz@2.1.0", "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/node_modules/javascript-obfuscator", "author": { "name": "Sallar Kaboli", "email": "sallar.kaboli@gmail.com" }, "bugs": { "url": "https://github.com/sallar/stringz/issues" }, "bundleDependencies": false, "dependencies": { "char-regex": "^1.0.2" }, "deprecated": false, "description": "Zero-dependency unicode-aware string tools", "devDependencies": { "@types/assert": "^1.4.2", "@types/jest": "^24.0.13", "codecov": "^3.5.0", "husky": "^2.3.0", "jest": "^24.8.0", "lint-staged": "^8.1.7", "prettier": "^1.9.1", "prettier-check": "^2.0.0", "ts-jest": "^24.0.2", "typescript": "^3.4.5" }, "files": [ "dist/index.js", "dist/index.d.ts", "dist/index.d.ts.map" ], "homepage": "https://github.com/sallar/stringz#readme", "keywords": [ "string", "truncate", "length", "unicode", "substr", "substring", "emoji", "pad", "leftpad", "rightpad", "length", "count" ], "license": "MIT", "lint-staged": { "{src,test,benchmark}/**/*.{js,ts}": [ "prettier --write", "git add" ] }, "main": "dist/index.js", "name": "stringz", "repository": { "type": "git", "url": "git+https://github.com/sallar/stringz.git" }, "scripts": { "build": "tsc", "format": "prettier --write '{src,test,benchmark}/**/*.{js,ts}'", "lint": "prettier-check '{src,test,benchmark}/**/*.{js,ts}'", "nyc-report": "codecov", "precommit": "lint-staged", "prepublish": "npm run build", "test": "jest --coverage" }, "types": "dist/index.d.ts", "version": "2.1.0" }