blob: 6dbc2d755494dd0a62a5f883ec131e2a47fb7bdb [file] [log] [blame]
{
"_from": "plur@^1.0.0",
"_id": "plur@1.0.0",
"_inBundle": false,
"_integrity": "sha1-24XGgU9eXlo7Se/CjWBP7GKXUVY=",
"_location": "/plur",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "plur@^1.0.0",
"name": "plur",
"escapedName": "plur",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/pretty-ms"
],
"_resolved": "https://registry.npmjs.org/plur/-/plur-1.0.0.tgz",
"_shasum": "db85c6814f5e5e5a3b49efc28d604fec62975156",
"_spec": "plur@^1.0.0",
"_where": "/home/rafael/marvin/marvin-repl/nodejs_poc/node_modules/pretty-ms",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/plur/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Naively pluralize a word",
"devDependencies": {
"ava": "0.0.4"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/plur#readme",
"keywords": [
"plur",
"plural",
"plurals",
"pluralize",
"singular",
"count",
"word",
"string",
"str",
"naive",
"simple"
],
"license": "MIT",
"name": "plur",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/plur.git"
},
"scripts": {
"test": "node test.js"
},
"version": "1.0.0"
}