1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- {
- "_from": "utf8-byte-length@^1.0.1",
- "_id": "utf8-byte-length@1.0.4",
- "_inBundle": false,
- "_integrity": "sha1-9F8VDExm7uloGGUFq5P8u4rWv2E=",
- "_location": "/utf8-byte-length",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "utf8-byte-length@^1.0.1",
- "name": "utf8-byte-length",
- "escapedName": "utf8-byte-length",
- "rawSpec": "^1.0.1",
- "saveSpec": null,
- "fetchSpec": "^1.0.1"
- },
- "_requiredBy": [
- "/truncate-utf8-bytes"
- ],
- "_resolved": "https://registry.npmjs.org/utf8-byte-length/-/utf8-byte-length-1.0.4.tgz",
- "_shasum": "f45f150c4c66eee968186505ab93fcbb8ad6bf61",
- "_spec": "utf8-byte-length@^1.0.1",
- "_where": "E:\\vscode\\UseStudio.Desktop\\node_modules\\truncate-utf8-bytes",
- "author": {
- "name": "Carl Xiong",
- "email": "xiongc05@gmail.com"
- },
- "browser": "browser.js",
- "bugs": {
- "url": "https://github.com/parshap/utf8-byte-length/issues"
- },
- "bundleDependencies": false,
- "contributors": [
- {
- "name": "Carl Xiong",
- "email": "xiongc05@gmail.com"
- },
- {
- "name": "Parsha Pourkhomami",
- "email": "parshap@gmail.com"
- }
- ],
- "deprecated": false,
- "description": "Get utf8 byte length of string",
- "devDependencies": {
- "tape": "^4.2.2"
- },
- "homepage": "https://github.com/parshap/utf8-byte-length#readme",
- "keywords": [
- "utf8"
- ],
- "license": "WTFPL",
- "main": "index.js",
- "name": "utf8-byte-length",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/parshap/utf8-byte-length.git"
- },
- "scripts": {
- "test": "tape test.js"
- },
- "version": "1.0.4"
- }
|