You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

105 lines
2.6 KiB

{
"_args": [
[
{
"raw": "pluralize@^4.0.0",
"scope": null,
"escapedName": "pluralize",
"name": "pluralize",
"rawSpec": "^4.0.0",
"spec": ">=4.0.0 <5.0.0",
"type": "range"
},
"/Users/trott/io.js/tools/node_modules/eslint"
]
],
"_from": "pluralize@>=4.0.0 <5.0.0",
"_id": "pluralize@4.0.0",
"_inCache": true,
"_location": "/pluralize",
"_nodeVersion": "7.3.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/pluralize-4.0.0.tgz_1488579510832_0.4302333474624902"
},
"_npmUser": {
"name": "blakeembrey",
"email": "hello@blakeembrey.com"
},
"_npmVersion": "3.10.10",
"_phantomChildren": {},
"_requested": {
"raw": "pluralize@^4.0.0",
"scope": null,
"escapedName": "pluralize",
"name": "pluralize",
"rawSpec": "^4.0.0",
"spec": ">=4.0.0 <5.0.0",
"type": "range"
},
"_requiredBy": [
"/eslint"
],
"_resolved": "https://registry.npmjs.org/pluralize/-/pluralize-4.0.0.tgz",
"_shasum": "59b708c1c0190a2f692f1c7618c446b052fd1762",
"_shrinkwrap": null,
"_spec": "pluralize@^4.0.0",
"_where": "/Users/trott/io.js/tools/node_modules/eslint",
"author": {
"name": "Blake Embrey",
"email": "hello@blakeembrey.com",
"url": "http://blakeembrey.me"
},
"bugs": {
"url": "https://github.com/blakeembrey/pluralize/issues"
},
"dependencies": {},
"description": "Pluralize and singularize any word",
"devDependencies": {
"chai": "^3.2.0",
"istanbul": "^0.3.0",
"mocha": "^2.3.2",
"semistandard": "^7.0.2"
},
"directories": {},
"dist": {
"shasum": "59b708c1c0190a2f692f1c7618c446b052fd1762",
"tarball": "https://registry.npmjs.org/pluralize/-/pluralize-4.0.0.tgz"
},
"files": [
"pluralize.js"
],
"gitHead": "ce8fa7f7486d292195f4bd330e7376eeca0f3f1d",
"homepage": "https://github.com/blakeembrey/pluralize#readme",
"keywords": [
"plural",
"plurals",
"pluralize",
"singular",
"singularize",
"inflection"
],
"license": "MIT",
"main": "pluralize.js",
"maintainers": [
{
"name": "blakeembrey",
"email": "me@blakeembrey.com"
}
],
"name": "pluralize",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/blakeembrey/pluralize.git"
},
"scripts": {
"lint": "semistandard",
"test": "npm run lint && npm run test-cov",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec --bail",
"test-spec": "mocha -R spec --bail"
},
"version": "4.0.0"
}