summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/entities/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'bin/wiki/ImportarDesdeURL/node_modules/entities/package.json')
-rw-r--r--bin/wiki/ImportarDesdeURL/node_modules/entities/package.json98
1 files changed, 98 insertions, 0 deletions
diff --git a/bin/wiki/ImportarDesdeURL/node_modules/entities/package.json b/bin/wiki/ImportarDesdeURL/node_modules/entities/package.json
new file mode 100644
index 00000000..8a09754a
--- /dev/null
+++ b/bin/wiki/ImportarDesdeURL/node_modules/entities/package.json
@@ -0,0 +1,98 @@
+{
+ "_from": "entities@~2.0.0",
+ "_id": "entities@2.0.0",
+ "_inBundle": false,
+ "_integrity": "sha512-D9f7V0JSRwIxlRI2mjMqufDrRDnx8p+eEOz7aUM9SuvF8gsBzra0/6tbjl1m8eQHrZlYj6PxqE00hZ1SAIKPLw==",
+ "_location": "/entities",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "entities@~2.0.0",
+ "name": "entities",
+ "escapedName": "entities",
+ "rawSpec": "~2.0.0",
+ "saveSpec": null,
+ "fetchSpec": "~2.0.0"
+ },
+ "_requiredBy": [
+ "/@metascraper/helpers"
+ ],
+ "_resolved": "https://registry.npmjs.org/entities/-/entities-2.0.0.tgz",
+ "_shasum": "68d6084cab1b079767540d80e56a39b423e4abf4",
+ "_spec": "entities@~2.0.0",
+ "_where": "/srv/reevo-2020/bin/wiki/ImportarDesdeURL/node_modules/@metascraper/helpers",
+ "author": {
+ "name": "Felix Boehm",
+ "email": "me@feedic.com"
+ },
+ "bugs": {
+ "url": "https://github.com/fb55/entities/issues"
+ },
+ "bundleDependencies": false,
+ "deprecated": false,
+ "description": "Encode & decode XML/HTML entities with ease",
+ "devDependencies": {
+ "@types/mocha": "^5.2.7",
+ "@types/node": "^12.6.8",
+ "@typescript-eslint/eslint-plugin": "^1.12.0",
+ "@typescript-eslint/parser": "^1.12.0",
+ "coveralls": "*",
+ "eslint": "^6.0.1",
+ "eslint-config-prettier": "^6.0.0",
+ "mocha": "^6.1.4",
+ "mocha-lcov-reporter": "*",
+ "nyc": "^14.1.1",
+ "prettier": "^1.18.2",
+ "source-map-support": "^0.5.12",
+ "ts-node": "^8.3.0",
+ "typescript": "^3.5.3"
+ },
+ "directories": {
+ "test": "test"
+ },
+ "files": [
+ "lib/**/*"
+ ],
+ "homepage": "https://github.com/fb55/entities#readme",
+ "keywords": [
+ "html",
+ "xml",
+ "entity",
+ "decoding",
+ "encoding"
+ ],
+ "license": "BSD-2-Clause",
+ "main": "lib/index.js",
+ "name": "entities",
+ "nyc": {
+ "extension": [
+ ".ts",
+ ".tsx"
+ ],
+ "exclude": [
+ "**/*.d.ts"
+ ],
+ "reporter": [
+ "html",
+ "text"
+ ],
+ "all": true
+ },
+ "prettier": {
+ "tabWidth": 4
+ },
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/fb55/entities.git"
+ },
+ "scripts": {
+ "build": "tsc",
+ "coverage": "nyc report --reporter=text-lcov | coveralls",
+ "eslint": "eslint '**/*.ts'",
+ "format": "prettier --write **/*.{ts,md}",
+ "prepare": "npm run build",
+ "test": "nyc mocha && npm run eslint"
+ },
+ "version": "2.0.0"
+}