first commit
This commit is contained in:
74
build/node_modules/irregular-plurals/package.json
generated
vendored
Normal file
74
build/node_modules/irregular-plurals/package.json
generated
vendored
Normal file
@@ -0,0 +1,74 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"irregular-plurals@1.4.0",
|
||||
"/Users/asciidisco/Desktop/asciidisco.com/build"
|
||||
]
|
||||
],
|
||||
"_from": "irregular-plurals@1.4.0",
|
||||
"_id": "irregular-plurals@1.4.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-LKmwM2UREYVUEvFr5dd8YqRYp2Y=",
|
||||
"_location": "/irregular-plurals",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "irregular-plurals@1.4.0",
|
||||
"name": "irregular-plurals",
|
||||
"escapedName": "irregular-plurals",
|
||||
"rawSpec": "1.4.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.4.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/plur"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/irregular-plurals/-/irregular-plurals-1.4.0.tgz",
|
||||
"_spec": "1.4.0",
|
||||
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/sindresorhus/irregular-plurals/issues"
|
||||
},
|
||||
"description": "Map of nouns to their irregular plural form",
|
||||
"devDependencies": {
|
||||
"ava": "*",
|
||||
"xo": "*"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"files": [
|
||||
"irregular-plurals.json"
|
||||
],
|
||||
"homepage": "https://github.com/sindresorhus/irregular-plurals#readme",
|
||||
"keywords": [
|
||||
"word",
|
||||
"words",
|
||||
"list",
|
||||
"map",
|
||||
"hash",
|
||||
"json",
|
||||
"irregular",
|
||||
"plural",
|
||||
"plurals",
|
||||
"noun",
|
||||
"nouns"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "irregular-plurals.json",
|
||||
"name": "irregular-plurals",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/sindresorhus/irregular-plurals.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava"
|
||||
},
|
||||
"version": "1.4.0"
|
||||
}
|
||||
Reference in New Issue
Block a user