package.json 4.0 KB
Newer Older
Lab机器人's avatar
readme  
Lab机器人 已提交
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 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130
{
  "_args": [
    [
      {
        "name": "entities",
        "raw": "entities@~1.1.1",
        "rawSpec": "~1.1.1",
        "scope": null,
        "spec": ">=1.1.1 <1.2.0",
        "type": "range"
      },
      "/Users/xxm/Documents/gitlab/codechina-docs/node_modules/cheerio"
    ]
  ],
  "_from": "entities@>=1.1.1 <1.2.0",
  "_hasShrinkwrap": false,
  "_id": "entities@1.1.2",
  "_inCache": true,
  "_installable": true,
  "_location": "/entities",
  "_nodeVersion": "10.11.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/entities_1.1.2_1540160822569_0.14727328761963432"
  },
  "_npmUser": {
    "email": "me@feedic.com",
    "name": "feedic"
  },
  "_npmVersion": "6.4.1",
  "_phantomChildren": {},
  "_requested": {
    "name": "entities",
    "raw": "entities@~1.1.1",
    "rawSpec": "~1.1.1",
    "scope": null,
    "spec": ">=1.1.1 <1.2.0",
    "type": "range"
  },
  "_requiredBy": [
    "/cheerio",
    "/dom-serializer",
    "/htmlparser2"
  ],
  "_resolved": "https://registry.npmjs.org/entities/-/entities-1.1.2.tgz",
  "_shasum": "bdfa735299664dfafd34529ed4f8522a275fea56",
  "_shrinkwrap": null,
  "_spec": "entities@~1.1.1",
  "_where": "/Users/xxm/Documents/gitlab/codechina-docs/node_modules/cheerio",
  "author": {
    "email": "me@feedic.com",
    "name": "Felix Boehm"
  },
  "bugs": {
    "url": "https://github.com/fb55/entities/issues"
  },
  "dependencies": {},
  "description": "Encode & decode XML/HTML entities with ease",
  "devDependencies": {
    "coveralls": "*",
    "istanbul": "*",
    "jshint": "2",
    "mocha": "^5.0.1",
    "mocha-lcov-reporter": "*"
  },
  "directories": {
    "test": "test"
  },
  "dist": {
    "fileCount": 14,
    "integrity": "sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w==",
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbzP03CRA9TVsSAnZWagAAJBQP+wca0lyuDaPXh22c1FZ1\nCMsY1wnU6lg71osycf2M4dpV/Q4Mmd8n4kvAdsOG12EK0UrSfaJnC2xRiTcP\niC+rp9XO+AP3e+8V8EbnJhJHkeHEJBs9JMi5nOCehKNH1EUM/ZmCZ+WIDfii\nUVQ8WIoBmuvEdLydKqO9yQdv5KjZsfZyC0mi3MtcDPfJ2zTngfJ5OgaAkKzM\nJnjGjUvGbBBwwEm3eP7aJNGWMFRzVjOiFN6o5BcIbFBZ0dSIjZ9Fwlbj95yl\nWpCJoS/ayzfp+TJGySWkbFhGzXtrvn0vlky/7rfh7b4fZ5fcogdsWoIqtwO2\nJgcub34OdC+atMAX0bwkixV8qbtFfKB6wyWiE04xvBeop/RR9k8xgvUR/T+h\n/8w1PnuuFZLrqec6rkt+NqaYA4GBOl3FhzHy9vyW9Hjvsa3ZnfAxxaLm8xcH\nbCTtHprwhI/nYq6HEPqXd6XgRJ5v9s7uzasSX8PncV6H3TLF4dBfiWc9pt/e\n1T+L5BV+kYBImbefy0OjnmcryFZk2YqbBkyglC27J6DeGkZjq4vYQ8rqS2ee\nm69Q21fYmP+LkF5K0cdCo4hEFZw2smOMFjmP5JpOSZmKWfjJjrmRYTxQDSSx\nh2ptVmuE7BFC8/05KQ4miVVBTmHOUieC0nKvVNCQhs9USShr5ighrrrlCDZj\n6yp8\r\n=2vNQ\r\n-----END PGP SIGNATURE-----\r\n",
    "shasum": "bdfa735299664dfafd34529ed4f8522a275fea56",
    "tarball": "https://registry.npmjs.org/entities/-/entities-1.1.2.tgz",
    "unpackedSize": 57359
  },
  "gitHead": "54a5717d85d886c4aafa2ac5ff83d8d3d730337c",
  "homepage": "https://github.com/fb55/entities#readme",
  "jshintConfig": {
    "eqeqeq": true,
    "eqnull": true,
    "freeze": true,
    "globals": {
      "describe": true,
      "it": true
    },
    "latedef": "nofunc",
    "noarg": true,
    "node": true,
    "nonbsp": true,
    "proto": true,
    "quotmark": "double",
    "smarttabs": true,
    "trailing": true,
    "undef": true,
    "unused": true
  },
  "keywords": [
    "html",
    "xml",
    "entity",
    "decoding",
    "encoding"
  ],
  "license": "BSD-2-Clause",
  "main": "./index.js",
  "maintainers": [
    {
      "email": "me@feedic.com",
      "name": "feedic"
    }
  ],
  "name": "entities",
  "optionalDependencies": {},
  "prettier": {
    "tabWidth": 4
  },
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/fb55/entities.git"
  },
  "scripts": {
    "coveralls": "npm run lint && npm run lcov && (cat coverage/lcov.info | coveralls || exit 0)",
    "lcov": "istanbul cover _mocha --report lcovonly -- -R spec",
    "lint": "jshint index.js lib/*.js test/*.js",
    "test": "mocha && npm run lint"
  },
  "version": "1.1.2"
}