diff options
Diffstat (limited to 'node_modules/textr/package.json')
| -rw-r--r-- | node_modules/textr/package.json | 76 |
1 files changed, 0 insertions, 76 deletions
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": "[email protected]", - "_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": "[email protected]" - }, - "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": "[email protected]" - }, - { - "name": "Vladimir Starkov", - "email": "[email protected]", - "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" -} |