mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-24 06:44:44 +00:00
.
This commit is contained in:
parent
a004f0ae58
commit
fc725ba36b
7280 changed files with 19 additions and 1796407 deletions
79
node_modules/fsevents/package.json
generated
vendored
79
node_modules/fsevents/package.json
generated
vendored
|
@ -1,79 +0,0 @@
|
|||
{
|
||||
"_args": [
|
||||
[
|
||||
"fsevents@1.2.9",
|
||||
"/Users/eric/repos/actions/setup-node"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "fsevents@1.2.9",
|
||||
"_id": "fsevents@1.2.9",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-oeyj2H3EjjonWcFjD5NvZNE9Rqe4UW+nQBU2HNeKw0koVLEFIhtyETyAakeAM3de7Z/SW5kcA+fZUait9EApnw==",
|
||||
"_location": "/fsevents",
|
||||
"_optional": true,
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "fsevents@1.2.9",
|
||||
"name": "fsevents",
|
||||
"escapedName": "fsevents",
|
||||
"rawSpec": "1.2.9",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.2.9"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/jest-haste-map"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.9.tgz",
|
||||
"_spec": "1.2.9",
|
||||
"_where": "/Users/eric/repos/actions/setup-node",
|
||||
"author": {
|
||||
"name": "Philipp Dunkel",
|
||||
"email": "pip@pipobscure.com"
|
||||
},
|
||||
"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"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/strongloop/fsevents/issues"
|
||||
},
|
||||
"bundleDependencies": [
|
||||
"node-pre-gyp"
|
||||
],
|
||||
"dependencies": {
|
||||
"nan": "^2.12.1",
|
||||
"node-pre-gyp": "^0.12.0"
|
||||
},
|
||||
"description": "Native Access to Mac OS-X FSEvents",
|
||||
"engines": {
|
||||
"node": ">=4.0"
|
||||
},
|
||||
"homepage": "https://github.com/strongloop/fsevents",
|
||||
"keywords": [
|
||||
"fsevents",
|
||||
"mac"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "fsevents.js",
|
||||
"name": "fsevents",
|
||||
"os": [
|
||||
"darwin"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/strongloop/fsevents.git"
|
||||
},
|
||||
"scripts": {
|
||||
"install": "node install",
|
||||
"node-pre-gyp": "node-pre-gyp",
|
||||
"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"
|
||||
},
|
||||
"version": "1.2.9"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue