diff options
Diffstat (limited to 'node_modules/typographic-single-spaces/package.json')
| -rw-r--r-- | node_modules/typographic-single-spaces/package.json | 69 |
1 files changed, 0 insertions, 69 deletions
diff --git a/node_modules/typographic-single-spaces/package.json b/node_modules/typographic-single-spaces/package.json deleted file mode 100644 index 220215e..0000000 --- a/node_modules/typographic-single-spaces/package.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "_from": "typographic-single-spaces@^1.0.2", - "_id": "[email protected]", - "_inBundle": false, - "_integrity": "sha1-gsMRVDfbbdsuF671VJTdkH6UH38=", - "_location": "/typographic-single-spaces", - "_phantomChildren": {}, - "_requested": { - "type": "range", - "registry": true, - "raw": "typographic-single-spaces@^1.0.2", - "name": "typographic-single-spaces", - "escapedName": "typographic-single-spaces", - "rawSpec": "^1.0.2", - "saveSpec": null, - "fetchSpec": "^1.0.2" - }, - "_requiredBy": [ - "/at-quotes" - ], - "_resolved": "https://registry.npmjs.org/typographic-single-spaces/-/typographic-single-spaces-1.0.2.tgz", - "_shasum": "82c3115437db6ddb2e17aef55494dd907e941f7f", - "_spec": "typographic-single-spaces@^1.0.2", - "_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-single-spaces/issues" - }, - "bundleDependencies": false, - "deprecated": false, - "description": "Always oneānever two", - "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-single-spaces", - "keywords": [ - "textr", - "typographic", - "spaces" - ], - "license": "MIT", - "main": "index.es5.js", - "name": "typographic-single-spaces", - "repository": { - "type": "git", - "url": "git+https://github.com/matmuchrapna/typographic-single-spaces.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": "npm test -- --watch", - "test": "mocha --require babel/register", - "transpile": "babel index.js > index.es5.js" - }, - "version": "1.0.2" -} |