mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-22 22:04:45 +00:00
.
This commit is contained in:
parent
beb1329f9f
commit
2b95e76931
7736 changed files with 1874747 additions and 51184 deletions
72
node_modules/resolve-url/package.json
generated
vendored
Normal file
72
node_modules/resolve-url/package.json
generated
vendored
Normal file
|
@ -0,0 +1,72 @@
|
|||
{
|
||||
"_args": [
|
||||
[
|
||||
"resolve-url@0.2.1",
|
||||
"/Users/eric/repos/actions/setup-node"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "resolve-url@0.2.1",
|
||||
"_id": "resolve-url@0.2.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=",
|
||||
"_location": "/resolve-url",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "resolve-url@0.2.1",
|
||||
"name": "resolve-url",
|
||||
"escapedName": "resolve-url",
|
||||
"rawSpec": "0.2.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.2.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/source-map-resolve"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz",
|
||||
"_spec": "0.2.1",
|
||||
"_where": "/Users/eric/repos/actions/setup-node",
|
||||
"author": {
|
||||
"name": "Simon Lydell"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/lydell/resolve-url/issues"
|
||||
},
|
||||
"description": "Like Node.js’ `path.resolve`/`url.resolve` for the browser.",
|
||||
"devDependencies": {
|
||||
"jshint": "~2.4.3",
|
||||
"tape": "~2.5.0",
|
||||
"testling": "~1.6.0"
|
||||
},
|
||||
"homepage": "https://github.com/lydell/resolve-url#readme",
|
||||
"keywords": [
|
||||
"resolve",
|
||||
"url"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "resolve-url.js",
|
||||
"name": "resolve-url",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/lydell/resolve-url.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "jshint resolve-url.js test/ && testling -u"
|
||||
},
|
||||
"testling": {
|
||||
"files": "test/*.js",
|
||||
"browsers": [
|
||||
"ie/8..latest",
|
||||
"chrome/latest",
|
||||
"firefox/latest",
|
||||
"opera/12",
|
||||
"opera/latest",
|
||||
"safari/5",
|
||||
"iphone/6",
|
||||
"android-browser/4"
|
||||
]
|
||||
},
|
||||
"version": "0.2.1"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue