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.
 
 
 
 
 
 

102 lines
2.5 KiB

{
"_args": [
[
{
"raw": "pluralize@^1.2.1",
"scope": null,
"escapedName": "pluralize",
"name": "pluralize",
"rawSpec": "^1.2.1",
"spec": ">=1.2.1 <2.0.0",
"type": "range"
},
"/Users/trott/io.js/tools/node_modules/eslint"
]
],
"_from": "pluralize@>=1.2.1 <2.0.0",
"_id": "pluralize@1.2.1",
"_inCache": true,
"_installable": true,
"_location": "/pluralize",
"_nodeVersion": "4.0.0",
"_npmUser": {
"name": "blakeembrey",
"email": "hello@blakeembrey.com"
},
"_npmVersion": "2.14.2",
"_phantomChildren": {},
"_requested": {
"raw": "pluralize@^1.2.1",
"scope": null,
"escapedName": "pluralize",
"name": "pluralize",
"rawSpec": "^1.2.1",
"spec": ">=1.2.1 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/eslint"
],
"_resolved": "https://registry.npmjs.org/pluralize/-/pluralize-1.2.1.tgz",
"_shasum": "d1a21483fd22bb41e58a12fa3421823140897c45",
"_shrinkwrap": null,
"_spec": "pluralize@^1.2.1",
"_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": "^1.9.1",
"istanbul": "^0.3.0",
"mocha": "^1.21.4",
"pre-commit": "^1.0.10",
"semistandard": "^7.0.2"
},
"directories": {},
"dist": {
"shasum": "d1a21483fd22bb41e58a12fa3421823140897c45",
"tarball": "https://registry.npmjs.org/pluralize/-/pluralize-1.2.1.tgz"
},
"files": [
"pluralize.js",
"LICENSE"
],
"gitHead": "a956c0dbca8782b588f8cd3229f16e8436d1ee73",
"homepage": "https://github.com/blakeembrey/pluralize",
"keywords": [
"plural",
"plurals",
"pluralize",
"singular",
"singularize"
],
"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": "1.2.1"
}