diff options
Diffstat (limited to 'tools/eslint/node_modules/character-entities/package.json')
-rw-r--r-- | tools/eslint/node_modules/character-entities/package.json | 57 |
1 files changed, 11 insertions, 46 deletions
diff --git a/tools/eslint/node_modules/character-entities/package.json b/tools/eslint/node_modules/character-entities/package.json index e25570ce5f..ab8867b5ac 100644 --- a/tools/eslint/node_modules/character-entities/package.json +++ b/tools/eslint/node_modules/character-entities/package.json @@ -1,50 +1,27 @@ { - "_args": [ - [ - { - "raw": "character-entities@^1.0.0", - "scope": null, - "escapedName": "character-entities", - "name": "character-entities", - "rawSpec": "^1.0.0", - "spec": ">=1.0.0 <2.0.0", - "type": "range" - }, - "/Users/trott/io.js/tools/eslint/node_modules/parse-entities" - ] - ], - "_from": "character-entities@>=1.0.0 <2.0.0", + "_from": "character-entities@^1.0.0", "_id": "character-entities@1.2.0", - "_inCache": true, + "_inBundle": false, + "_integrity": "sha1-poPiz3Xb6LFxljUxNk5Y4YobFV8=", "_location": "/character-entities", - "_nodeVersion": "4.0.0", - "_npmOperationalInternal": { - "host": "packages-12-west.internal.npmjs.com", - "tmp": "tmp/character-entities-1.2.0.tgz_1478289534115_0.5894565787166357" - }, - "_npmUser": { - "name": "wooorm", - "email": "tituswormer@gmail.com" - }, - "_npmVersion": "2.14.2", "_phantomChildren": {}, "_requested": { + "type": "range", + "registry": true, "raw": "character-entities@^1.0.0", - "scope": null, - "escapedName": "character-entities", "name": "character-entities", + "escapedName": "character-entities", "rawSpec": "^1.0.0", - "spec": ">=1.0.0 <2.0.0", - "type": "range" + "saveSpec": null, + "fetchSpec": "^1.0.0" }, "_requiredBy": [ "/parse-entities" ], "_resolved": "https://registry.npmjs.org/character-entities/-/character-entities-1.2.0.tgz", "_shasum": "a683e2cf75dbe8b171963531364e58e18a1b155f", - "_shrinkwrap": null, "_spec": "character-entities@^1.0.0", - "_where": "/Users/trott/io.js/tools/eslint/node_modules/parse-entities", + "_where": "/Users/trott/io.js/tools/eslint-tmp/node_modules/eslint/node_modules/parse-entities", "author": { "name": "Titus Wormer", "email": "tituswormer@gmail.com", @@ -53,6 +30,7 @@ "bugs": { "url": "https://github.com/wooorm/character-entities/issues" }, + "bundleDependencies": false, "contributors": [ { "name": "Titus Wormer", @@ -61,6 +39,7 @@ } ], "dependencies": {}, + "deprecated": false, "description": "HTML character entity information", "devDependencies": { "bail": "^1.0.1", @@ -73,15 +52,9 @@ "tape": "^4.0.0", "xo": "^0.17.0" }, - "directories": {}, - "dist": { - "shasum": "a683e2cf75dbe8b171963531364e58e18a1b155f", - "tarball": "https://registry.npmjs.org/character-entities/-/character-entities-1.2.0.tgz" - }, "files": [ "index.json" ], - "gitHead": "c091dd2371a10a25095de2967ebb95458389fdb4", "homepage": "https://github.com/wooorm/character-entities#readme", "keywords": [ "html", @@ -94,15 +67,7 @@ ], "license": "MIT", "main": "index.json", - "maintainers": [ - { - "name": "wooorm", - "email": "tituswormer@gmail.com" - } - ], "name": "character-entities", - "optionalDependencies": {}, - "readme": "ERROR: No README data found!", "remarkConfig": { "output": true, "presets": "wooorm" |