Website/node_modules/tr46/package.json

84 lines
2 KiB
JSON

{
"_args": [
[
"tr46@~0.0.1",
"/Users/okennedy/Documents/Website/node_modules/whatwg-url-compat"
]
],
"_from": "tr46@>=0.0.1 <0.1.0",
"_id": "tr46@0.0.2",
"_inCache": true,
"_installable": true,
"_location": "/tr46",
"_nodeVersion": "2.2.1",
"_npmUser": {
"email": "sebmaster16@gmail.com",
"name": "sebmaster"
},
"_npmVersion": "2.11.0",
"_phantomChildren": {},
"_requested": {
"name": "tr46",
"raw": "tr46@~0.0.1",
"rawSpec": "~0.0.1",
"scope": null,
"spec": ">=0.0.1 <0.1.0",
"type": "range"
},
"_requiredBy": [
"/whatwg-url-compat"
],
"_resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.2.tgz",
"_shasum": "847ca51535dcb1c9bd5df07a1e0ee7c3ed3f1479",
"_shrinkwrap": null,
"_spec": "tr46@~0.0.1",
"_where": "/Users/okennedy/Documents/Website/node_modules/whatwg-url-compat",
"author": {
"email": "npm@smayr.name",
"name": "Sebastian Mayr"
},
"bugs": {
"url": "https://github.com/Sebmaster/tr46.js/issues"
},
"dependencies": {},
"description": "An implementation of the Unicode TR46 spec",
"devDependencies": {
"mocha": "^2.2.5",
"request": "^2.57.0"
},
"directories": {},
"dist": {
"shasum": "847ca51535dcb1c9bd5df07a1e0ee7c3ed3f1479",
"tarball": "http://registry.npmjs.org/tr46/-/tr46-0.0.2.tgz"
},
"gitHead": "fe029c592abe09154512f0d0ddb90d8d0e24dd87",
"homepage": "https://github.com/Sebmaster/tr46.js#readme",
"keywords": [
"tr46",
"unicode",
"url",
"whatwg"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "sebmaster",
"email": "sebmaster16@gmail.com"
}
],
"name": "tr46",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/Sebmaster/tr46.js.git"
},
"scripts": {
"prepublish": "node scripts/generateMappingTable.js",
"pretest": "node scripts/getLatestUnicodeTests.js",
"test": "mocha"
},
"version": "0.0.2"
}