Show More
Commit Description:
prevent multiple place login using uuid cookie
Commit Description:
prevent multiple place login using uuid cookie
References:
File last commit:
Show/Diff file:
Action:
node_modules/linebreak/package.json
| 37 lines
| 794 B
| application/json
| JsonLexer
|
r789 | { | |||
"name": "linebreak", | ||||
"version": "1.0.2", | ||||
"description": "An implementation of the Unicode Line Breaking Algorithm (UAX #14)", | ||||
"repository": { | ||||
"type": "git", | ||||
"url": "https://github.com/devongovett/linebreaker.git" | ||||
}, | ||||
"keywords": [ | ||||
"unicode", | ||||
"text", | ||||
"wrapping" | ||||
], | ||||
"author": "Devon Govett <devongovett@gmail.com>", | ||||
"license": "MIT", | ||||
"bugs": { | ||||
"url": "https://github.com/devongovett/linebreaker/issues" | ||||
}, | ||||
"homepage": "https://github.com/devongovett/linebreaker", | ||||
"dependencies": { | ||||
"base64-js": "0.0.8", | ||||
"brfs": "^2.0.2", | ||||
"unicode-trie": "^1.0.0" | ||||
}, | ||||
"devDependencies": { | ||||
"mocha": "^6.0.2" | ||||
}, | ||||
"scripts": { | ||||
"test": "mocha" | ||||
}, | ||||
"main": "src/linebreaker", | ||||
"browserify": { | ||||
"transform": [ | ||||
"brfs" | ||||
] | ||||
} | ||||
} | ||||