mirror of
https://github.com/actions/setup-node.git
synced 2025-07-05 00:53:47 +00:00
.
This commit is contained in:
parent
fc725ba36b
commit
422b9fdb15
7395 changed files with 1786235 additions and 3476 deletions
38
node_modules/resolve-url/package.json
generated
vendored
Normal file
38
node_modules/resolve-url/package.json
generated
vendored
Normal file
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"name": "resolve-url",
|
||||
"version": "0.2.1",
|
||||
"description": "Like Node.js’ `path.resolve`/`url.resolve` for the browser.",
|
||||
"author": "Simon Lydell",
|
||||
"license": "MIT",
|
||||
"main": "resolve-url.js",
|
||||
"repository": "lydell/resolve-url",
|
||||
"keywords": [
|
||||
"resolve",
|
||||
"url"
|
||||
],
|
||||
"scripts": {
|
||||
"test": "jshint resolve-url.js test/ && testling -u"
|
||||
},
|
||||
"devDependencies": {
|
||||
"testling": "~1.6.0",
|
||||
"jshint": "~2.4.3",
|
||||
"tape": "~2.5.0"
|
||||
},
|
||||
"testling": {
|
||||
"files": "test/*.js",
|
||||
"browsers": [
|
||||
"ie/8..latest",
|
||||
"chrome/latest",
|
||||
"firefox/latest",
|
||||
"opera/12",
|
||||
"opera/latest",
|
||||
"safari/5",
|
||||
"iphone/6",
|
||||
"android-browser/4"
|
||||
]
|
||||
}
|
||||
|
||||
,"_resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz"
|
||||
,"_integrity": "sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo="
|
||||
,"_from": "resolve-url@0.2.1"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue