aboutsummaryrefslogtreecommitdiff
path: root/node_modules/irregular-plurals
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
commitd1291f67551c58168af43698a359cb5ddfd266b0 (patch)
tree55a13ed29fe1915e3f42f1b1b7038dafa2e975a7 /node_modules/irregular-plurals
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/irregular-plurals')
-rw-r--r--node_modules/irregular-plurals/package.json94
1 files changed, 13 insertions, 81 deletions
diff --git a/node_modules/irregular-plurals/package.json b/node_modules/irregular-plurals/package.json
index 12a440b80..5ce67f27c 100644
--- a/node_modules/irregular-plurals/package.json
+++ b/node_modules/irregular-plurals/package.json
@@ -1,77 +1,24 @@
{
- "_args": [
- [
- {
- "raw": "irregular-plurals@^1.0.0",
- "scope": null,
- "escapedName": "irregular-plurals",
- "name": "irregular-plurals",
- "rawSpec": "^1.0.0",
- "spec": ">=1.0.0 <2.0.0",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/plur"
- ]
- ],
- "_from": "irregular-plurals@>=1.0.0 <2.0.0",
- "_id": "irregular-plurals@1.2.0",
- "_inCache": true,
- "_location": "/irregular-plurals",
- "_nodeVersion": "4.4.2",
- "_npmOperationalInternal": {
- "host": "packages-12-west.internal.npmjs.com",
- "tmp": "tmp/irregular-plurals-1.2.0.tgz_1465294938581_0.7943159667775035"
- },
- "_npmUser": {
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
- },
- "_npmVersion": "2.15.0",
- "_phantomChildren": {},
- "_requested": {
- "raw": "irregular-plurals@^1.0.0",
- "scope": null,
- "escapedName": "irregular-plurals",
- "name": "irregular-plurals",
- "rawSpec": "^1.0.0",
- "spec": ">=1.0.0 <2.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/plur"
- ],
- "_resolved": "https://registry.npmjs.org/irregular-plurals/-/irregular-plurals-1.2.0.tgz",
- "_shasum": "38f299834ba8c00c30be9c554e137269752ff3ac",
- "_shrinkwrap": null,
- "_spec": "irregular-plurals@^1.0.0",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/plur",
+ "name": "irregular-plurals",
+ "version": "1.2.0",
+ "description": "Map of nouns to their irregular plural form",
+ "license": "MIT",
+ "repository": "sindresorhus/irregular-plurals",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
- "bugs": {
- "url": "https://github.com/sindresorhus/irregular-plurals/issues"
- },
- "dependencies": {},
- "description": "Map of nouns to their irregular plural form",
- "devDependencies": {
- "ava": "*",
- "xo": "*"
- },
- "directories": {},
- "dist": {
- "shasum": "38f299834ba8c00c30be9c554e137269752ff3ac",
- "tarball": "https://registry.npmjs.org/irregular-plurals/-/irregular-plurals-1.2.0.tgz"
- },
+ "main": "irregular-plurals.json",
"engines": {
"node": ">=0.10.0"
},
+ "scripts": {
+ "test": "xo && ava"
+ },
"files": [
"irregular-plurals.json"
],
- "gitHead": "b1e9cf2948122adeec7950c361437f1947187307",
- "homepage": "https://github.com/sindresorhus/irregular-plurals#readme",
"keywords": [
"word",
"words",
@@ -85,23 +32,8 @@
"noun",
"nouns"
],
- "license": "MIT",
- "main": "irregular-plurals.json",
- "maintainers": [
- {
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
- }
- ],
- "name": "irregular-plurals",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sindresorhus/irregular-plurals.git"
- },
- "scripts": {
- "test": "xo && ava"
- },
- "version": "1.2.0"
+ "devDependencies": {
+ "ava": "*",
+ "xo": "*"
+ }
}