mirror of https://github.com/lukechilds/node.git
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.
68 lines
1.7 KiB
68 lines
1.7 KiB
{
|
|
"_from": "pluralize@^4.0.0",
|
|
"_id": "pluralize@4.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-WbcIwcAZCi9pLxx2GMRGsFL9F2I=",
|
|
"_location": "/eslint/pluralize",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "pluralize@^4.0.0",
|
|
"name": "pluralize",
|
|
"escapedName": "pluralize",
|
|
"rawSpec": "^4.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^4.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/eslint"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/pluralize/-/pluralize-4.0.0.tgz",
|
|
"_shasum": "59b708c1c0190a2f692f1c7618c446b052fd1762",
|
|
"_spec": "pluralize@^4.0.0",
|
|
"_where": "/Users/trott/io.js/tools/eslint-tmp/node_modules/eslint",
|
|
"author": {
|
|
"name": "Blake Embrey",
|
|
"email": "hello@blakeembrey.com",
|
|
"url": "http://blakeembrey.me"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/blakeembrey/pluralize/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Pluralize and singularize any word",
|
|
"devDependencies": {
|
|
"chai": "^3.2.0",
|
|
"istanbul": "^0.3.0",
|
|
"mocha": "^2.3.2",
|
|
"semistandard": "^7.0.2"
|
|
},
|
|
"files": [
|
|
"pluralize.js"
|
|
],
|
|
"homepage": "https://github.com/blakeembrey/pluralize#readme",
|
|
"keywords": [
|
|
"plural",
|
|
"plurals",
|
|
"pluralize",
|
|
"singular",
|
|
"singularize",
|
|
"inflection"
|
|
],
|
|
"license": "MIT",
|
|
"main": "pluralize.js",
|
|
"name": "pluralize",
|
|
"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"
|
|
}
|
|
|