tra-analysis/website/functions/node_modules/ent/package.json
2019-01-06 13:14:45 -06:00

73 lines
1.7 KiB
JSON

{
"_from": "ent@^2.2.0",
"_id": "ent@2.2.0",
"_inBundle": false,
"_integrity": "sha1-6WQhkyWiHQX0RGai9obtbOX13R0=",
"_location": "/ent",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "ent@^2.2.0",
"name": "ent",
"escapedName": "ent",
"rawSpec": "^2.2.0",
"saveSpec": null,
"fetchSpec": "^2.2.0"
},
"_requiredBy": [
"/@google-cloud/common"
],
"_resolved": "https://registry.npmjs.org/ent/-/ent-2.2.0.tgz",
"_shasum": "e964219325a21d05f44466a2f686ed6ce5f5dd1d",
"_spec": "ent@^2.2.0",
"_where": "C:\\Users\\jlevi\\Downloads\\tr2022-strategy-master\\tr2022-strategy-master\\data analysis\\functions\\node_modules\\@google-cloud\\common",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"bugs": {
"url": "https://github.com/substack/node-ent/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Encode and decode HTML entities",
"devDependencies": {
"tape": "~2.3.2"
},
"homepage": "https://github.com/substack/node-ent#readme",
"keywords": [
"entities",
"entitify",
"entity",
"html",
"encode",
"decode"
],
"license": "MIT",
"main": "./index.js",
"name": "ent",
"repository": {
"type": "git",
"url": "git+https://github.com/substack/node-ent.git"
},
"scripts": {
"prepublish": "node build/index.js",
"test": "tape test/*.js"
},
"testling": {
"files": "test/*.js",
"browsers": [
"ie/6..latest",
"ff/3.5",
"ff/latest",
"chrome/10",
"chrome/latest",
"safari/latest",
"opera/latest"
]
},
"version": "2.2.0"
}