Initial commit
This commit is contained in:
33
node_modules/resolve-pathname/package.json
generated
vendored
Normal file
33
node_modules/resolve-pathname/package.json
generated
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"name": "resolve-pathname",
|
||||
"version": "2.2.0",
|
||||
"description": "Resolve URL pathnames using JavaScript",
|
||||
"repository": "mjackson/resolve-pathname",
|
||||
"license": "MIT",
|
||||
"author": "Michael Jackson",
|
||||
"files": [
|
||||
"cjs",
|
||||
"index.js",
|
||||
"umd"
|
||||
],
|
||||
"main": "cjs/index.js",
|
||||
"module": "index.js",
|
||||
"devDependencies": {
|
||||
"babel-cli": "^6.5.1",
|
||||
"babel-core": "^6.5.2",
|
||||
"babel-eslint": "^7.0.0",
|
||||
"babel-loader": "^6.2.3",
|
||||
"babel-plugin-add-module-exports": "^0.2.1",
|
||||
"babel-preset-es2015": "^6.5.0",
|
||||
"babel-preset-stage-1": "^6.24.1",
|
||||
"eslint": "^3.2.2",
|
||||
"eslint-plugin-import": "^2.0.0",
|
||||
"expect": "^1.14.0",
|
||||
"gzip-size": "^3.0.0",
|
||||
"in-publish": "^2.0.0",
|
||||
"mocha": "^3.0.0",
|
||||
"pretty-bytes": "^4.0.2",
|
||||
"readline-sync": "^1.4.1",
|
||||
"webpack": "^1.12.14"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user