mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-24 14:44:45 +00:00
.
This commit is contained in:
parent
fc725ba36b
commit
422b9fdb15
7395 changed files with 1786235 additions and 3476 deletions
50
node_modules/fsevents/package.json
generated
vendored
Normal file
50
node_modules/fsevents/package.json
generated
vendored
Normal file
|
@ -0,0 +1,50 @@
|
|||
{
|
||||
"name": "fsevents",
|
||||
"version": "1.2.9",
|
||||
"description": "Native Access to Mac OS-X FSEvents",
|
||||
"main": "fsevents.js",
|
||||
"dependencies": {
|
||||
"nan": "^2.12.1",
|
||||
"node-pre-gyp": "^0.12.0"
|
||||
},
|
||||
"os": [
|
||||
"darwin"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">=4.0"
|
||||
},
|
||||
"scripts": {
|
||||
"install": "node install",
|
||||
"prepublish": "if [ $(npm -v | head -c 1) -lt 3 ]; then exit 1; fi && npm dedupe",
|
||||
"test": "node ./test/fsevents.js && node ./test/function.js 2> /dev/null",
|
||||
"node-pre-gyp": "node-pre-gyp"
|
||||
},
|
||||
"binary": {
|
||||
"module_name": "fse",
|
||||
"module_path": "./lib/binding/{configuration}/{node_abi}-{platform}-{arch}/",
|
||||
"remote_path": "./v{version}/",
|
||||
"package_name": "{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz",
|
||||
"host": "https://fsevents-binaries.s3-us-west-2.amazonaws.com"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/strongloop/fsevents.git"
|
||||
},
|
||||
"keywords": [
|
||||
"fsevents",
|
||||
"mac"
|
||||
],
|
||||
"author": "Philipp Dunkel <pip@pipobscure.com>",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/strongloop/fsevents/issues"
|
||||
},
|
||||
"bundledDependencies": [
|
||||
"node-pre-gyp"
|
||||
],
|
||||
"homepage": "https://github.com/strongloop/fsevents"
|
||||
|
||||
,"_resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.9.tgz"
|
||||
,"_integrity": "sha512-oeyj2H3EjjonWcFjD5NvZNE9Rqe4UW+nQBU2HNeKw0koVLEFIhtyETyAakeAM3de7Z/SW5kcA+fZUait9EApnw=="
|
||||
,"_from": "fsevents@1.2.9"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue