mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-23 22:34:45 +00:00
.
This commit is contained in:
parent
a004f0ae58
commit
fc725ba36b
7280 changed files with 19 additions and 1796407 deletions
103
node_modules/nan/package.json
generated
vendored
103
node_modules/nan/package.json
generated
vendored
|
@ -1,103 +0,0 @@
|
|||
{
|
||||
"_args": [
|
||||
[
|
||||
"nan@2.14.0",
|
||||
"/Users/eric/repos/actions/setup-node"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "nan@2.14.0",
|
||||
"_id": "nan@2.14.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg==",
|
||||
"_location": "/nan",
|
||||
"_optional": true,
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "nan@2.14.0",
|
||||
"name": "nan",
|
||||
"escapedName": "nan",
|
||||
"rawSpec": "2.14.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.14.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/fsevents"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/nan/-/nan-2.14.0.tgz",
|
||||
"_spec": "2.14.0",
|
||||
"_where": "/Users/eric/repos/actions/setup-node",
|
||||
"bugs": {
|
||||
"url": "https://github.com/nodejs/nan/issues"
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Rod Vagg",
|
||||
"email": "r@va.gg",
|
||||
"url": "https://github.com/rvagg"
|
||||
},
|
||||
{
|
||||
"name": "Benjamin Byholm",
|
||||
"email": "bbyholm@abo.fi",
|
||||
"url": "https://github.com/kkoopa/"
|
||||
},
|
||||
{
|
||||
"name": "Trevor Norris",
|
||||
"email": "trev.norris@gmail.com",
|
||||
"url": "https://github.com/trevnorris"
|
||||
},
|
||||
{
|
||||
"name": "Nathan Rajlich",
|
||||
"email": "nathan@tootallnate.net",
|
||||
"url": "https://github.com/TooTallNate"
|
||||
},
|
||||
{
|
||||
"name": "Brett Lawson",
|
||||
"email": "brett19@gmail.com",
|
||||
"url": "https://github.com/brett19"
|
||||
},
|
||||
{
|
||||
"name": "Ben Noordhuis",
|
||||
"email": "info@bnoordhuis.nl",
|
||||
"url": "https://github.com/bnoordhuis"
|
||||
},
|
||||
{
|
||||
"name": "David Siegel",
|
||||
"email": "david@artcom.de",
|
||||
"url": "https://github.com/agnat"
|
||||
},
|
||||
{
|
||||
"name": "Michael Ira Krufky",
|
||||
"email": "mkrufky@gmail.com",
|
||||
"url": "https://github.com/mkrufky"
|
||||
}
|
||||
],
|
||||
"description": "Native Abstractions for Node.js: C++ header for Node 0.8 -> 11 compatibility",
|
||||
"devDependencies": {
|
||||
"bindings": "~1.2.1",
|
||||
"commander": "^2.8.1",
|
||||
"glob": "^5.0.14",
|
||||
"node-gyp": "~3.6.2",
|
||||
"readable-stream": "^2.1.4",
|
||||
"request": "=2.81.0",
|
||||
"tap": "~0.7.1",
|
||||
"xtend": "~4.0.0"
|
||||
},
|
||||
"homepage": "https://github.com/nodejs/nan#readme",
|
||||
"license": "MIT",
|
||||
"main": "include_dirs.js",
|
||||
"name": "nan",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/nodejs/nan.git"
|
||||
},
|
||||
"scripts": {
|
||||
"docs": "doc/.build.sh",
|
||||
"rebuild-tests": "node-gyp rebuild --msvs_version=2015 --directory test",
|
||||
"test": "tap --gc --stderr test/js/*-test.js",
|
||||
"test:worker": "node --experimental-worker test/tap-as-worker.js --gc --stderr test/js/*-test.js"
|
||||
},
|
||||
"version": "2.14.0"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue