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, 69 insertions, 0 deletions
diff --git a/node_modules/typographic-single-spaces/package.json b/node_modules/typographic-single-spaces/package.json new file mode 100644 index 0000000..220215e --- /dev/null +++ b/node_modules/typographic-single-spaces/package.json @@ -0,0 +1,69 @@ +{ + "_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" +} |