/usr/lib/nodejs/unicode-tr51/package.json is in node-unicode-tr51 9.0.0+ds-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 | {
"name": "unicode-tr51",
"version": "9.0.0",
"description": "Emoji data extracted from Unicode Technical Report #51.",
"homepage": "https://mths.be/unicode-tr51",
"main": "symbols.js",
"keywords": [
"unicode",
"unicode-data",
"code points",
"symbols",
"characters",
"emoji",
"data"
],
"license": "MIT",
"author": {
"name": "Mathias Bynens",
"url": "https://mathiasbynens.be/"
},
"repository": {
"type": "git",
"url": "https://github.com/mathiasbynens/unicode-tr51.git"
},
"bugs": "https://github.com/mathiasbynens/unicode-tr51/issues",
"files": [
"LICENSE-MIT.txt",
"index.js",
"emoji-version.js",
"Emoji.js",
"Emoji_Component.js",
"Emoji_Modifier.js",
"Emoji_Modifier_Base.js",
"Emoji_Presentation.js",
"Extended_Pictographic.js",
"sequences.js"
],
"directories": {
"test": "tests"
},
"scripts": {
"download": "curl -L http://unicode.org/Public/emoji/6.0/emoji-data.txt > data/emoji-data.txt && curl -L http://unicode.org/Public/emoji/6.0/emoji-sequences.txt > data/emoji-sequences.txt && curl -L http://unicode.org/Public/emoji/6.0/emoji-zwj-sequences.txt > data/emoji-zwj-sequences.txt",
"build": "node scripts/parse-emoji-data.js && node scripts/parse-emoji-sequences.js",
"coverage": "istanbul cover --report html node_modules/.bin/_mocha scripts/parse-emoji-data.js -- -u exports -R spec",
"test": "mocha tests"
},
"devDependencies": {
"coveralls": "^2.11.1",
"istanbul": "^0.4.5",
"jsesc": "^2.2.0",
"mocha": "^3.1.2"
}
}
|