Skip to content

Commit 7fcdbe5

Browse files
committed
now package make
0 parents  commit 7fcdbe5

File tree

4 files changed

+75
-0
lines changed

4 files changed

+75
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

README.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# npm-expansions
2+
3+
What does n-p-m stand for?
4+
5+
## What
6+
7+
An array of expansions, like:
8+
9+
- Napping Panda Missionaries
10+
- Never Poke Monkeys
11+
- Node Package Manager
12+
- nom, please more
13+
14+
## How
15+
16+
```sh
17+
npm install npm-expansions --save
18+
```

index.json

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
"Nacho Pizza Marinade",
3+
"Nancy's Preferred Machete",
4+
"Napping Panda Missionaries",
5+
"Narwhals Poke Mammals",
6+
"Neatly Positioned Magazines",
7+
"Nerds Produce Money",
8+
"Nerdy Pun Mavens",
9+
"Never Panic Much",
10+
"Never Poke Monkeys",
11+
"Never Punch Manticores",
12+
"New Powerful Machines",
13+
"Newly Paranoid Maintainers",
14+
"Nice People Matter",
15+
"Nicer Perusal Method",
16+
"Nifty Pun Master",
17+
"No Potty Mouths",
18+
"No Problem, Meatbag",
19+
"No Problematic Moustaches",
20+
"No Proscribed Meaning",
21+
"Node Package Maid",
22+
"Node Package Manager",
23+
"Node Packaged Modules",
24+
"Node Powered Missiles",
25+
"Northern Pileated Marmoset",
26+
"Norwegian Polka Music",
27+
"Notable Pottery Manufacturer",
28+
"Now Patented, Motherfuckers",
29+
"Now Printing Money",
30+
"Now Proudly Macho",
31+
"nom, please more"
32+
]

package.json

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "npm-expansions",
3+
"version": "1.0.0",
4+
"description": "What does n-p-m stand for?",
5+
"main": "index.json",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/npm/npm-expansions"
9+
},
10+
"keywords": [
11+
"npm",
12+
"acronym",
13+
"abbreviations",
14+
"names",
15+
"naming-is-hard",
16+
"recursive-bacronymic-abbreviations"
17+
],
18+
"author": "Zeke Sikelianos <[email protected]> (http://zeke.sikelianos.com/)",
19+
"license": "ISC",
20+
"bugs": {
21+
"url": "https://github.com/npm/npm-expansions/issues"
22+
},
23+
"homepage": "https://github.com/npm/npm-expansions"
24+
}

0 commit comments

Comments
 (0)