mirror of
https://github.com/cachix/install-nix-action.git
synced 2025-06-09 02:14:28 +00:00
v7
This commit is contained in:
parent
033d472283
commit
49df04613e
6774 changed files with 1602535 additions and 1 deletions
37
node_modules/wordwrap/package.json
generated
vendored
Normal file
37
node_modules/wordwrap/package.json
generated
vendored
Normal file
|
@ -0,0 +1,37 @@
|
|||
{
|
||||
"name" : "wordwrap",
|
||||
"description" : "Wrap those words. Show them at what columns to start and stop.",
|
||||
"version" : "0.0.3",
|
||||
"repository" : {
|
||||
"type" : "git",
|
||||
"url" : "git://github.com/substack/node-wordwrap.git"
|
||||
},
|
||||
"main" : "./index.js",
|
||||
"keywords" : [
|
||||
"word",
|
||||
"wrap",
|
||||
"rule",
|
||||
"format",
|
||||
"column"
|
||||
],
|
||||
"directories" : {
|
||||
"lib" : ".",
|
||||
"example" : "example",
|
||||
"test" : "test"
|
||||
},
|
||||
"scripts" : {
|
||||
"test" : "expresso"
|
||||
},
|
||||
"devDependencies" : {
|
||||
"expresso" : "=0.7.x"
|
||||
},
|
||||
"engines" : {
|
||||
"node" : ">=0.4.0"
|
||||
},
|
||||
"license" : "MIT",
|
||||
"author" : {
|
||||
"name" : "James Halliday",
|
||||
"email" : "mail@substack.net",
|
||||
"url" : "http://substack.net"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue