mirror of
https://github.com/thangisme/notes.git
synced 2026-06-11 09:19:08 -04:00
Initial commit
This commit is contained in:
99
node_modules/irregular-plurals/package.json
generated
vendored
Normal file
99
node_modules/irregular-plurals/package.json
generated
vendored
Normal file
@@ -0,0 +1,99 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"irregular-plurals@^1.0.0",
|
||||
"/Users/pmarsceill/_projects/just-the-docs/node_modules/plur"
|
||||
]
|
||||
],
|
||||
"_from": "irregular-plurals@>=1.0.0 <2.0.0",
|
||||
"_id": "irregular-plurals@1.2.0",
|
||||
"_inCache": true,
|
||||
"_installable": 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": {
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"name": "sindresorhus"
|
||||
},
|
||||
"_npmVersion": "2.15.0",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "irregular-plurals",
|
||||
"raw": "irregular-plurals@^1.0.0",
|
||||
"rawSpec": "^1.0.0",
|
||||
"scope": null,
|
||||
"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": "/Users/pmarsceill/_projects/just-the-docs/node_modules/plur",
|
||||
"author": {
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"name": "Sindre Sorhus",
|
||||
"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"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"files": [
|
||||
"irregular-plurals.json"
|
||||
],
|
||||
"gitHead": "b1e9cf2948122adeec7950c361437f1947187307",
|
||||
"homepage": "https://github.com/sindresorhus/irregular-plurals#readme",
|
||||
"keywords": [
|
||||
"hash",
|
||||
"irregular",
|
||||
"json",
|
||||
"list",
|
||||
"map",
|
||||
"noun",
|
||||
"nouns",
|
||||
"plural",
|
||||
"plurals",
|
||||
"word",
|
||||
"words"
|
||||
],
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user