Last change
on this file since eed0bf8 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
962 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
| 2 | "name": "chardet",
|
---|
| 3 | "version": "0.7.0",
|
---|
| 4 | "homepage": "https://github.com/runk/node-chardet",
|
---|
| 5 | "description": "Character detector",
|
---|
| 6 | "keywords": [
|
---|
| 7 | "encoding",
|
---|
| 8 | "character",
|
---|
| 9 | "utf8",
|
---|
| 10 | "detector",
|
---|
| 11 | "chardet",
|
---|
| 12 | "icu"
|
---|
| 13 | ],
|
---|
| 14 | "author": "Dmitry Shirokov <deadrunk@gmail.com>",
|
---|
| 15 | "contributors": [
|
---|
| 16 | "@spikying",
|
---|
| 17 | "@wtgtybhertgeghgtwtg",
|
---|
| 18 | "@suisho",
|
---|
| 19 | "@seangarner",
|
---|
| 20 | "@zevanty"
|
---|
| 21 | ],
|
---|
| 22 | "devDependencies": {
|
---|
| 23 | "github-publish-release": "^5.0.0",
|
---|
| 24 | "mocha": "^5.2.0"
|
---|
| 25 | },
|
---|
| 26 | "repository": {
|
---|
| 27 | "type": "git",
|
---|
| 28 | "url": "git@github.com:runk/node-chardet.git"
|
---|
| 29 | },
|
---|
| 30 | "bugs": {
|
---|
| 31 | "mail": "deadrunk@gmail.com",
|
---|
| 32 | "url": "http://github.com/runk/node-chardet/issues"
|
---|
| 33 | },
|
---|
| 34 | "scripts": {
|
---|
| 35 | "test": "mocha -R spec --recursive --bail",
|
---|
| 36 | "release": "scripts/release"
|
---|
| 37 | },
|
---|
| 38 | "main": "index.js",
|
---|
| 39 | "engine": {
|
---|
| 40 | "node": ">=4"
|
---|
| 41 | },
|
---|
| 42 | "readmeFilename": "README.md",
|
---|
| 43 | "directories": {
|
---|
| 44 | "test": "test"
|
---|
| 45 | },
|
---|
| 46 | "license": "MIT"
|
---|
| 47 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.