mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-10 08:10:18 +00:00
77 lines
1.6 KiB
JSON
77 lines
1.6 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"ent@2.2.0",
|
|
"C:\\Users\\matia\\Musix"
|
|
]
|
|
],
|
|
"_from": "ent@2.2.0",
|
|
"_id": "ent@2.2.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-6WQhkyWiHQX0RGai9obtbOX13R0=",
|
|
"_location": "/ent",
|
|
"_optional": true,
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"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",
|
|
"_spec": "2.2.0",
|
|
"_where": "C:\\Users\\matia\\Musix",
|
|
"author": {
|
|
"name": "James Halliday",
|
|
"email": "mail@substack.net",
|
|
"url": "http://substack.net"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/substack/node-ent/issues"
|
|
},
|
|
"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"
|
|
}
|