summaryrefslogtreecommitdiff
path: root/node_modules/typographic-ellipses/package.json
diff options
context:
space:
mode:
author8cy <[email protected]>2020-04-03 02:37:42 -0700
committer8cy <[email protected]>2020-04-03 02:37:42 -0700
commit60867fb030bae582082340ead7dbc7efdc2f5398 (patch)
tree4c6a7356351be2e4914e15c4703172597c45656e /node_modules/typographic-ellipses/package.json
parentcommenting (diff)
downloads5nical-60867fb030bae582082340ead7dbc7efdc2f5398.tar.xz
s5nical-60867fb030bae582082340ead7dbc7efdc2f5398.zip
2020/04/03, 02:34, v1.2.0
Diffstat (limited to 'node_modules/typographic-ellipses/package.json')
-rw-r--r--node_modules/typographic-ellipses/package.json70
1 files changed, 70 insertions, 0 deletions
diff --git a/node_modules/typographic-ellipses/package.json b/node_modules/typographic-ellipses/package.json
new file mode 100644
index 0000000..4b528a1
--- /dev/null
+++ b/node_modules/typographic-ellipses/package.json
@@ -0,0 +1,70 @@
+{
+ "_from": "typographic-ellipses@^1.0.11",
+ "_id": "[email protected]",
+ "_inBundle": false,
+ "_integrity": "sha1-ppFDtLjFYR3Tpmm3wwUmA+imlIc=",
+ "_location": "/typographic-ellipses",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "typographic-ellipses@^1.0.11",
+ "name": "typographic-ellipses",
+ "escapedName": "typographic-ellipses",
+ "rawSpec": "^1.0.11",
+ "saveSpec": null,
+ "fetchSpec": "^1.0.11"
+ },
+ "_requiredBy": [
+ "/at-quotes"
+ ],
+ "_resolved": "https://registry.npmjs.org/typographic-ellipses/-/typographic-ellipses-1.0.11.tgz",
+ "_shasum": "a69143b4b8c5611dd3a669b7c3052603e8a69487",
+ "_spec": "typographic-ellipses@^1.0.11",
+ "_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-ellipses/issues"
+ },
+ "bundleDependencies": false,
+ "deprecated": false,
+ "description": "Avoid using periods and spaces",
+ "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-ellipses",
+ "keywords": [
+ "textr",
+ "typographic",
+ "ellipses",
+ "ellipsis"
+ ],
+ "license": "MIT",
+ "main": "index.es5.js",
+ "name": "typographic-ellipses",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/matmuchrapna/typographic-ellipses.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": "1.0.11"
+}