Blame view

node_modules/html-entities/package.json 2.18 KB
aaac7fed   liuqimichale   add
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
  {
    "_args": [
      [
        "html-entities@1.2.1",
        "/Library/WebServer/Documents/mywork/dyitoc"
      ]
    ],
    "_development": true,
    "_from": "html-entities@1.2.1",
    "_id": "html-entities@1.2.1",
    "_inBundle": false,
    "_integrity": "sha1-DfKTUfByEWNRXfueVUPl9u7VFi8=",
    "_location": "/html-entities",
    "_phantomChildren": {},
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "html-entities@1.2.1",
      "name": "html-entities",
      "escapedName": "html-entities",
      "rawSpec": "1.2.1",
      "saveSpec": null,
      "fetchSpec": "1.2.1"
    },
    "_requiredBy": [
      "/webpack-dev-server"
    ],
    "_resolved": "http://registry.npm.taobao.org/html-entities/download/html-entities-1.2.1.tgz",
    "_spec": "1.2.1",
    "_where": "/Library/WebServer/Documents/mywork/dyitoc",
    "author": {
      "name": "Marat Dulin",
      "email": "mdevils@yandex.ru"
    },
    "bugs": {
      "url": "https://github.com/mdevils/node-html-entities/issues"
    },
    "dependencies": {},
    "description": "Faster HTML entities encode/decode library.",
    "devDependencies": {
      "chai": "^1.9.1",
      "coveralls": "^2.11.2",
      "entities": "*",
      "mocha": "^1.21.4",
      "node-html-encoder": "*",
      "unit-coverage": "^3.0.1"
    },
    "engines": [
      "node >= 0.4.0"
    ],
    "files": [
      "index.js",
      "lib",
      "LICENSE"
    ],
    "homepage": "https://github.com/mdevils/node-html-entities#readme",
    "keywords": [
      "html",
      "html entities",
      "html entities encode",
      "html entities decode",
      "entities",
      "entities encode",
      "entities decode"
    ],
    "license": "MIT",
    "main": "index",
    "name": "html-entities",
    "repository": {
      "type": "git",
      "url": "git+https://github.com/mdevils/node-html-entities.git"
    },
    "scripts": {
      "benchmark": "node benchmark/benchmark",
      "coverage": "unit-coverage run -p common",
      "coverage-html": "unit-coverage run -p common -r html -o coverage.html",
      "test": "mocha --recursive -R spec test",
      "travis": "npm test && unit-coverage run -p common -r lcov -o coverage.lcov && cat coverage.lcov | coveralls"
    },
    "unit-coverage": {
      "common": [
        "-s",
        "lib/**/*.js",
        "-t",
        "test/**/*.js"
      ]
    },
    "version": "1.2.1"
  }