This commit is contained in:
37
node_modules/resolve-pathname/package.json
generated
vendored
Normal file
37
node_modules/resolve-pathname/package.json
generated
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"name": "resolve-pathname",
|
||||
"version": "3.0.0",
|
||||
"description": "Resolve URL pathnames using JavaScript",
|
||||
"repository": "mjackson/resolve-pathname",
|
||||
"license": "MIT",
|
||||
"author": "Michael Jackson",
|
||||
"files": [
|
||||
"cjs",
|
||||
"esm",
|
||||
"index.js",
|
||||
"umd"
|
||||
],
|
||||
"main": "index.js",
|
||||
"module": "esm/resolve-pathname.js",
|
||||
"unpkg": "umd/resolve-pathname.js",
|
||||
"scripts": {
|
||||
"build": "rollup -c",
|
||||
"clean": "git clean -fdX .",
|
||||
"lint": "eslint modules",
|
||||
"prepublishOnly": "npm run build",
|
||||
"test": "jest"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.1.6",
|
||||
"@babel/preset-env": "^7.1.6",
|
||||
"babel-core": "^7.0.0-bridge.0",
|
||||
"babel-eslint": "^10.0.1",
|
||||
"babel-jest": "^23.6.0",
|
||||
"eslint": "^5.9.0",
|
||||
"jest": "^23.6.0",
|
||||
"rollup": "^0.67.3",
|
||||
"rollup-plugin-replace": "^2.1.0",
|
||||
"rollup-plugin-size-snapshot": "^0.7.0",
|
||||
"rollup-plugin-uglify": "^6.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user