Website/node_modules/y18n/package.json

91 lines
2.1 KiB
JSON

{
"_args": [
[
"y18n@^3.2.0",
"/Users/okennedy/Documents/Website/node_modules/yargs"
]
],
"_from": "y18n@>=3.2.0 <4.0.0",
"_id": "y18n@3.2.0",
"_inCache": true,
"_installable": true,
"_location": "/y18n",
"_nodeVersion": "0.12.7",
"_npmUser": {
"email": "andrewbgoode@gmail.com",
"name": "abg"
},
"_npmVersion": "2.14.2",
"_phantomChildren": {},
"_requested": {
"name": "y18n",
"raw": "y18n@^3.2.0",
"rawSpec": "^3.2.0",
"scope": null,
"spec": ">=3.2.0 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/yargs"
],
"_resolved": "https://registry.npmjs.org/y18n/-/y18n-3.2.0.tgz",
"_shasum": "3bec64c93b730d924a6148c765757932433e34c8",
"_shrinkwrap": null,
"_spec": "y18n@^3.2.0",
"_where": "/Users/okennedy/Documents/Website/node_modules/yargs",
"author": {
"email": "ben@npmjs.com",
"name": "Ben Coe"
},
"bugs": {
"url": "https://github.com/bcoe/y18n/issues"
},
"dependencies": {},
"description": "the bare-bones internationalization library used by yargs",
"devDependencies": {
"chai": "^3.3.0",
"coveralls": "^2.11.4",
"mocha": "^2.3.3",
"nyc": "^3.2.2",
"rimraf": "^2.4.3",
"standard": "^5.3.1"
},
"directories": {},
"dist": {
"shasum": "3bec64c93b730d924a6148c765757932433e34c8",
"tarball": "http://registry.npmjs.org/y18n/-/y18n-3.2.0.tgz"
},
"gitHead": "a92184823afa8cccef4c8100a0b79338f85ab089",
"homepage": "https://github.com/bcoe/y18n",
"keywords": [
"i18n",
"internationalization",
"yargs"
],
"license": "ISC",
"main": "index.js",
"maintainers": [
{
"name": "bcoe",
"email": "ben@npmjs.com"
},
{
"name": "abg",
"email": "andrewbgoode@gmail.com"
}
],
"name": "y18n",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/bcoe/y18n.git"
},
"scripts": {
"coverage": "nyc report --reporter=text-lcov | coveralls",
"pretest": "standard",
"test": "nyc mocha"
},
"version": "3.2.0"
}