From f9159ea2d994e14180fb02ab562f0119513e67cf Mon Sep 17 00:00:00 2001 From: 8cy <50817549+8cy@users.noreply.github.com> Date: Fri, 3 Apr 2020 02:48:28 -0700 Subject: 2020/04/03, 02:47, V1.2.2 --- node_modules/textr/package.json | 76 ----------------------------------------- 1 file changed, 76 deletions(-) delete mode 100644 node_modules/textr/package.json (limited to 'node_modules/textr/package.json') diff --git a/node_modules/textr/package.json b/node_modules/textr/package.json deleted file mode 100644 index 8c4c5f6..0000000 --- a/node_modules/textr/package.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "_from": "textr@^0.3.0", - "_id": "textr@0.3.0", - "_inBundle": false, - "_integrity": "sha1-cXNhKGlirI3za3omGft3OhW5t/c=", - "_location": "/textr", - "_phantomChildren": {}, - "_requested": { - "type": "range", - "registry": true, - "raw": "textr@^0.3.0", - "name": "textr", - "escapedName": "textr", - "rawSpec": "^0.3.0", - "saveSpec": null, - "fetchSpec": "^0.3.0" - }, - "_requiredBy": [ - "/at-quotes" - ], - "_resolved": "https://registry.npmjs.org/textr/-/textr-0.3.0.tgz", - "_shasum": "717361286962ac8df36b7a2619fb773a15b9b7f7", - "_spec": "textr@^0.3.0", - "_where": "E:\\Documents\\GitHub\\s5nical\\node_modules\\at-quotes", - "author": { - "name": "Anton Shuvalov", - "email": "anton@shuvalov.info" - }, - "bugs": { - "url": "https://github.com/shuvalov-anton/textr/issues" - }, - "bundleDependencies": false, - "deprecated": false, - "description": "Tiny and extendable text transforming framework", - "devDependencies": { - "commander": "^2.7.1", - "coveralls": "^2.11.2", - "istanbul": "^0.3.11", - "mocha": "^2.2.4", - "mocha-lcov-reporter": "0.0.2", - "should": "^5.2.0" - }, - "homepage": "http://shuvalov-anton.github.io/textr/", - "keywords": [ - "typographic", - "textr", - "transformer", - "text" - ], - "license": "MIT", - "main": "index.js", - "maintainers": [ - { - "name": "Anton Shuvalov", - "email": "anton@shuvalov.info" - }, - { - "name": "Vladimir Starkov", - "email": "matmuchrapna@gmail.com", - "url": "http://vstarkov.com/" - } - ], - "name": "textr", - "repository": { - "type": "git", - "url": "git+https://github.com/shuvalov-anton/textr.git" - }, - "scripts": { - "coverage": "istanbul cover _mocha", - "coveralls": "coveralls < coverage/lcov.info", - "precoveralls": "npm run coverage", - "tdd": "npm test -- --watch", - "test": "mocha" - }, - "version": "0.3.0" -} -- cgit v1.2.3