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
27
node_modules/pn/package.json
generated
vendored
Normal file
27
node_modules/pn/package.json
generated
vendored
Normal file
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"name": "pn",
|
||||
"version": "1.1.0",
|
||||
"description": "Promisify the node standard library.",
|
||||
"scripts": {
|
||||
"generate": "scripts/generate.js",
|
||||
"test": "mocha"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/cscott/node-pn"
|
||||
},
|
||||
"keywords": [
|
||||
"promise",
|
||||
"node"
|
||||
],
|
||||
"author": "C. Scott Ananian",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/cscott/node-pn/issues"
|
||||
},
|
||||
"devDependencies": {
|
||||
"es6-shim": "~0.35.3",
|
||||
"mocha": "~3.5.0",
|
||||
"prfun": "~2.1.4"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue