diff options
Diffstat (limited to 'node_modules/typographic-quotes/package.json')
| -rw-r--r-- | node_modules/typographic-quotes/package.json | 72 |
1 files changed, 0 insertions, 72 deletions
diff --git a/node_modules/typographic-quotes/package.json b/node_modules/typographic-quotes/package.json deleted file mode 100644 index 0626493..0000000 --- a/node_modules/typographic-quotes/package.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "_from": "typographic-quotes@^2.0.1", - "_id": "[email protected]", - "_inBundle": false, - "_integrity": "sha1-YlttS7jU+u9JGxI6chfvOAFZZ4U=", - "_location": "/typographic-quotes", - "_phantomChildren": {}, - "_requested": { - "type": "range", - "registry": true, - "raw": "typographic-quotes@^2.0.1", - "name": "typographic-quotes", - "escapedName": "typographic-quotes", - "rawSpec": "^2.0.1", - "saveSpec": null, - "fetchSpec": "^2.0.1" - }, - "_requiredBy": [ - "/at-quotes" - ], - "_resolved": "https://registry.npmjs.org/typographic-quotes/-/typographic-quotes-2.0.1.tgz", - "_shasum": "625b6d4bb8d4faef491b123a7217ef3801596785", - "_spec": "typographic-quotes@^2.0.1", - "_where": "E:\\Documents\\GitHub\\s5nical\\node_modules\\at-quotes", - "author": { - "name": "Vladimir Starkov", - "email": "[email protected]", - "url": "http://vstarkov.com/" - }, - "bugs": { - "url": "https://github.com/matmuchrapna/typographic-quotes/issues" - }, - "bundleDependencies": false, - "dependencies": { - "typographic-quotes-l10n-db": "^1.0.0" - }, - "deprecated": false, - "description": "Always use curly quotes", - "devDependencies": { - "babel": "^5.0.0", - "coveralls": "^2.11.2", - "husky": "^0.7.0", - "istanbul": "^0.3.11", - "mocha": "^2.2.1", - "mocha-lcov-reporter": "0.0.2" - }, - "homepage": "https://github.com/matmuchrapna/typographic-quotes", - "keywords": [ - "typographic", - "quotes", - "textr" - ], - "license": "MIT", - "main": "index.es5.js", - "name": "typographic-quotes", - "repository": { - "type": "git", - "url": "git+https://github.com/matmuchrapna/typographic-quotes.git" - }, - "scripts": { - "coverage": "istanbul cover _mocha -- --require babel/register", - "coveralls": "coveralls < coverage/lcov.info", - "postpublish": "rm *.es5.js && git push --follow-tags", - "precommit": "npm test", - "precoveralls": "npm run coverage", - "prepublish": "npm run transpile", - "tdd": "mocha --require babel/register --watch", - "test": "mocha --require babel/register", - "transpile": "babel index.js > index.es5.js" - }, - "version": "2.0.1" -} |