aboutsummaryrefslogtreecommitdiff
path: root/node_modules/truncate-utf8-bytes/package.json
diff options
context:
space:
mode:
authorPriyansh <[email protected]>2020-12-22 17:50:12 +0530
committerPriyansh <[email protected]>2020-12-22 17:50:12 +0530
commit22dc033f4938d6a19e086a1cbd36ec5cade5eaab (patch)
tree9feb963ccd5c1581e676e41004801abc67db3357 /node_modules/truncate-utf8-bytes/package.json
parente93da8b04da86773247aadb1cbb1912e4f4526b2 (diff)
downloadstyx-22dc033f4938d6a19e086a1cbd36ec5cade5eaab.tar.xz
styx-22dc033f4938d6a19e086a1cbd36ec5cade5eaab.zip
Remove node_modules
Diffstat (limited to 'node_modules/truncate-utf8-bytes/package.json')
-rw-r--r--node_modules/truncate-utf8-bytes/package.json68
1 files changed, 0 insertions, 68 deletions
diff --git a/node_modules/truncate-utf8-bytes/package.json b/node_modules/truncate-utf8-bytes/package.json
deleted file mode 100644
index b42e054..0000000
--- a/node_modules/truncate-utf8-bytes/package.json
+++ /dev/null
@@ -1,68 +0,0 @@
-{
- "_from": "truncate-utf8-bytes@^1.0.0",
- "_id": "[email protected]",
- "_inBundle": false,
- "_integrity": "sha1-QFkjkJWS1W94pYGENLC3hInKXys=",
- "_location": "/truncate-utf8-bytes",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "truncate-utf8-bytes@^1.0.0",
- "name": "truncate-utf8-bytes",
- "escapedName": "truncate-utf8-bytes",
- "rawSpec": "^1.0.0",
- "saveSpec": null,
- "fetchSpec": "^1.0.0"
- },
- "_requiredBy": [
- "/sanitize-filename"
- ],
- "_resolved": "https://registry.npmjs.org/truncate-utf8-bytes/-/truncate-utf8-bytes-1.0.2.tgz",
- "_shasum": "405923909592d56f78a5818434b0b78489ca5f2b",
- "_spec": "truncate-utf8-bytes@^1.0.0",
- "_where": "/Users/lucifer/Documents/styx/node_modules/sanitize-filename",
- "author": {
- "name": "Carl Xiong",
- "email": "[email protected]"
- },
- "browser": "browser.js",
- "bugs": {
- "url": "https://github.com/parshap/truncate-utf8-bytes/issues"
- },
- "bundleDependencies": false,
- "contributors": [
- {
- "name": "Carl Xiong",
- "email": "[email protected]"
- },
- {
- "name": "Parsha Pourkhomami",
- "email": "[email protected]"
- }
- ],
- "dependencies": {
- "utf8-byte-length": "^1.0.1"
- },
- "deprecated": false,
- "description": "Truncate string to given length in bytes",
- "devDependencies": {
- "tape": "^4.2.2"
- },
- "homepage": "https://github.com/parshap/truncate-utf8-bytes#readme",
- "keywords": [
- "truncate",
- "utf8"
- ],
- "license": "WTFPL",
- "main": "index.js",
- "name": "truncate-utf8-bytes",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/parshap/truncate-utf8-bytes.git"
- },
- "scripts": {
- "test": "tape test.js"
- },
- "version": "1.0.2"
-}