lhd
Showing
node_modules/axios/CHANGELOG.md
0 → 100644
node_modules/axios/LICENSE
0 → 100644
node_modules/axios/README.md
0 → 100644
node_modules/axios/UPGRADE_GUIDE.md
0 → 100644
node_modules/axios/dist/axios.js
0 → 100644
node_modules/axios/dist/axios.map
0 → 100644
node_modules/axios/dist/axios.min.js
0 → 100644
node_modules/axios/dist/axios.min.map
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
node_modules/axios/index.d.ts
0 → 100644
node_modules/axios/index.js
0 → 100644
node_modules/axios/lib/adapters/README.md
0 → 100644
node_modules/axios/lib/adapters/http.js
0 → 100644
node_modules/axios/lib/adapters/xhr.js
0 → 100644
node_modules/axios/lib/axios.js
0 → 100644
node_modules/axios/lib/cancel/Cancel.js
0 → 100644
node_modules/axios/lib/cancel/CancelToken.js
0 → 100644
node_modules/axios/lib/cancel/isCancel.js
0 → 100644
node_modules/axios/lib/core/Axios.js
0 → 100644
node_modules/axios/lib/core/README.md
0 → 100644
node_modules/axios/lib/core/buildFullPath.js
0 → 100644
node_modules/axios/lib/core/createError.js
0 → 100644
node_modules/axios/lib/core/enhanceError.js
0 → 100644
node_modules/axios/lib/core/mergeConfig.js
0 → 100644
node_modules/axios/lib/core/settle.js
0 → 100644
node_modules/axios/lib/core/transformData.js
0 → 100644
node_modules/axios/lib/defaults.js
0 → 100644
node_modules/axios/lib/helpers/README.md
0 → 100644
node_modules/axios/lib/helpers/bind.js
0 → 100644
node_modules/axios/lib/helpers/buildURL.js
0 → 100644
node_modules/axios/lib/helpers/cookies.js
0 → 100644
node_modules/axios/lib/helpers/spread.js
0 → 100644
node_modules/axios/lib/utils.js
0 → 100644
node_modules/axios/package.json
0 → 100644
{ | |||
"_from": "axios", | |||
"_id": "axios@0.19.2", | |||
"_inBundle": false, | |||
"_integrity": "sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==", | |||
"_location": "/axios", | |||
"_phantomChildren": {}, | |||
"_requested": { | |||
"type": "tag", | |||
"registry": true, | |||
"raw": "axios", | |||
"name": "axios", | |||
"escapedName": "axios", | |||
"rawSpec": "", | |||
"saveSpec": null, | |||
"fetchSpec": "latest" | |||
}, | |||
"_requiredBy": [ | |||
"#USER", | |||
"/" | |||
], | |||
"_resolved": "https://registry.npmjs.org/axios/-/axios-0.19.2.tgz", | |||
"_shasum": "3ea36c5d8818d0d5f8a8a97a6d36b86cdc00cb27", | |||
"_spec": "axios", | |||
"_where": "H:\\bpo-admin\\zhichan", | |||
"author": { | |||
"name": "Matt Zabriskie" | |||
}, | |||
"browser": { | |||
"./lib/adapters/http.js": "./lib/adapters/xhr.js" | |||
}, | |||
"bugs": { | |||
"url": "https://github.com/axios/axios/issues" | |||
}, | |||
"bundleDependencies": false, | |||
"bundlesize": [ | |||
{ | |||
"path": "./dist/axios.min.js", | |||
"threshold": "5kB" | |||
} | |||
], | |||
"dependencies": { | |||
"follow-redirects": "1.5.10" | |||
}, | |||
"deprecated": false, | |||
"description": "Promise based HTTP client for the browser and node.js", | |||
"devDependencies": { | |||
"bundlesize": "^0.17.0", | |||
"coveralls": "^3.0.0", | |||
"es6-promise": "^4.2.4", | |||
"grunt": "^1.0.2", | |||
"grunt-banner": "^0.6.0", | |||
"grunt-cli": "^1.2.0", | |||
"grunt-contrib-clean": "^1.1.0", | |||
"grunt-contrib-watch": "^1.0.0", | |||
"grunt-eslint": "^20.1.0", | |||
"grunt-karma": "^2.0.0", | |||
"grunt-mocha-test": "^0.13.3", | |||
"grunt-ts": "^6.0.0-beta.19", | |||
"grunt-webpack": "^1.0.18", | |||
"istanbul-instrumenter-loader": "^1.0.0", | |||
"jasmine-core": "^2.4.1", | |||
"karma": "^1.3.0", | |||
"karma-chrome-launcher": "^2.2.0", | |||
"karma-coverage": "^1.1.1", | |||
"karma-firefox-launcher": "^1.1.0", | |||
"karma-jasmine": "^1.1.1", | |||
"karma-jasmine-ajax": "^0.1.13", | |||
"karma-opera-launcher": "^1.0.0", | |||
"karma-safari-launcher": "^1.0.0", | |||
"karma-sauce-launcher": "^1.2.0", | |||
"karma-sinon": "^1.0.5", | |||
"karma-sourcemap-loader": "^0.3.7", | |||
"karma-webpack": "^1.7.0", | |||
"load-grunt-tasks": "^3.5.2", | |||
"minimist": "^1.2.0", | |||
"mocha": "^5.2.0", | |||
"sinon": "^4.5.0", | |||
"typescript": "^2.8.1", | |||
"url-search-params": "^0.10.0", | |||
"webpack": "^1.13.1", | |||
"webpack-dev-server": "^1.14.1" | |||
}, | |||
"homepage": "https://github.com/axios/axios", | |||
"keywords": [ | |||
"xhr", | |||
"http", | |||
"ajax", | |||
"promise", | |||
"node" | |||
], | |||
"license": "MIT", | |||
"main": "index.js", | |||
"name": "axios", | |||
"repository": { | |||
"type": "git", | |||
"url": "git+https://github.com/axios/axios.git" | |||
}, | |||
"scripts": { | |||
"build": "NODE_ENV=production grunt build", | |||
"coveralls": "cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js", | |||
"examples": "node ./examples/server.js", | |||
"fix": "eslint --fix lib/**/*.js", | |||
"postversion": "git push && git push --tags", | |||
"preversion": "npm test", | |||
"start": "node ./sandbox/server.js", | |||
"test": "grunt test && bundlesize", | |||
"version": "npm run build && grunt version && git add -A dist && git add CHANGELOG.md bower.json package.json" | |||
}, | |||
"typings": "./index.d.ts", | |||
"version": "0.19.2" | |||
} |
node_modules/debug/.coveralls.yml
0 → 100644
node_modules/debug/.eslintrc
0 → 100644
node_modules/debug/.npmignore
0 → 100644
node_modules/debug/.travis.yml
0 → 100644
node_modules/debug/CHANGELOG.md
0 → 100644
node_modules/debug/LICENSE
0 → 100644
node_modules/debug/Makefile
0 → 100644
node_modules/debug/README.md
0 → 100644
node_modules/debug/karma.conf.js
0 → 100644
node_modules/debug/node.js
0 → 100644
node_modules/debug/package.json
0 → 100644
{ | |||
"_from": "debug@=3.1.0", | |||
"_id": "debug@3.1.0", | |||
"_inBundle": false, | |||
"_integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", | |||
"_location": "/debug", | |||
"_phantomChildren": {}, | |||
"_requested": { | |||
"type": "version", | |||
"registry": true, | |||
"raw": "debug@=3.1.0", | |||
"name": "debug", | |||
"escapedName": "debug", | |||
"rawSpec": "=3.1.0", | |||
"saveSpec": null, | |||
"fetchSpec": "=3.1.0" | |||
}, | |||
"_requiredBy": [ | |||
"/follow-redirects" | |||
], | |||
"_resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", | |||
"_shasum": "5bb5a0672628b64149566ba16819e61518c67261", | |||
"_spec": "debug@=3.1.0", | |||
"_where": "H:\\bpo-admin\\zhichan\\node_modules\\follow-redirects", | |||
"author": { | |||
"name": "TJ Holowaychuk", | |||
"email": "tj@vision-media.ca" | |||
}, | |||
"browser": "./src/browser.js", | |||
"bugs": { | |||
"url": "https://github.com/visionmedia/debug/issues" | |||
}, | |||
"bundleDependencies": false, | |||
"contributors": [ | |||
{ | |||
"name": "Nathan Rajlich", | |||
"email": "nathan@tootallnate.net", | |||
"url": "http://n8.io" | |||
}, | |||
{ | |||
"name": "Andrew Rhyne", | |||
"email": "rhyneandrew@gmail.com" | |||
} | |||
], | |||
"dependencies": { | |||
"ms": "2.0.0" | |||
}, | |||
"deprecated": false, | |||
"description": "small debugging utility", | |||
"devDependencies": { | |||
"browserify": "14.4.0", | |||
"chai": "^3.5.0", | |||
"concurrently": "^3.1.0", | |||
"coveralls": "^2.11.15", | |||
"eslint": "^3.12.1", | |||
"istanbul": "^0.4.5", | |||
"karma": "^1.3.0", | |||
"karma-chai": "^0.1.0", | |||
"karma-mocha": "^1.3.0", | |||
"karma-phantomjs-launcher": "^1.0.2", | |||
"karma-sinon": "^1.0.5", | |||
"mocha": "^3.2.0", | |||
"mocha-lcov-reporter": "^1.2.0", | |||
"rimraf": "^2.5.4", | |||
"sinon": "^1.17.6", | |||
"sinon-chai": "^2.8.0" | |||
}, | |||
"homepage": "https://github.com/visionmedia/debug#readme", | |||
"keywords": [ | |||
"debug", | |||
"log", | |||
"debugger" | |||
], | |||
"license": "MIT", | |||
"main": "./src/index.js", | |||
"name": "debug", | |||
"repository": { | |||
"type": "git", | |||
"url": "git://github.com/visionmedia/debug.git" | |||
}, | |||
"version": "3.1.0" | |||
} |
node_modules/debug/src/browser.js
0 → 100644
node_modules/debug/src/debug.js
0 → 100644
node_modules/debug/src/index.js
0 → 100644
node_modules/debug/src/node.js
0 → 100644
node_modules/follow-redirects/LICENSE
0 → 100644
node_modules/follow-redirects/README.md
0 → 100644
node_modules/follow-redirects/http.js
0 → 100644
node_modules/follow-redirects/https.js
0 → 100644
node_modules/follow-redirects/index.js
0 → 100644
node_modules/follow-redirects/package.json
0 → 100644
{ | |||
"_from": "follow-redirects@1.5.10", | |||
"_id": "follow-redirects@1.5.10", | |||
"_inBundle": false, | |||
"_integrity": "sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==", | |||
"_location": "/follow-redirects", | |||
"_phantomChildren": {}, | |||
"_requested": { | |||
"type": "version", | |||
"registry": true, | |||
"raw": "follow-redirects@1.5.10", | |||
"name": "follow-redirects", | |||
"escapedName": "follow-redirects", | |||
"rawSpec": "1.5.10", | |||
"saveSpec": null, | |||
"fetchSpec": "1.5.10" | |||
}, | |||
"_requiredBy": [ | |||
"/axios" | |||
], | |||
"_resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.5.10.tgz", | |||
"_shasum": "7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a", | |||
"_spec": "follow-redirects@1.5.10", | |||
"_where": "H:\\bpo-admin\\zhichan\\node_modules\\axios", | |||
"author": { | |||
"name": "Ruben Verborgh", | |||
"email": "ruben@verborgh.org", | |||
"url": "https://ruben.verborgh.org/" | |||
}, | |||
"bugs": { | |||
"url": "https://github.com/follow-redirects/follow-redirects/issues" | |||
}, | |||
"bundleDependencies": false, | |||
"contributors": [ | |||
{ | |||
"name": "Olivier Lalonde", | |||
"email": "olalonde@gmail.com", | |||
"url": "http://www.syskall.com" | |||
}, | |||
{ | |||
"name": "James Talmage", | |||
"email": "james@talmage.io" | |||
} | |||
], | |||
"dependencies": { | |||
"debug": "=3.1.0" | |||
}, | |||
"deprecated": false, | |||
"description": "HTTP and HTTPS modules that follow redirects.", | |||
"devDependencies": { | |||
"concat-stream": "^1.6.0", | |||
"coveralls": "^3.0.2", | |||
"eslint": "^4.19.1", | |||
"express": "^4.16.2", | |||
"mocha": "^5.0.0", | |||
"nyc": "^11.8.0" | |||
}, | |||
"engines": { | |||
"node": ">=4.0" | |||
}, | |||
"files": [ | |||
"index.js", | |||
"create.js", | |||
"http.js", | |||
"https.js" | |||
], | |||
"homepage": "https://github.com/follow-redirects/follow-redirects", | |||
"keywords": [ | |||
"http", | |||
"https", | |||
"url", | |||
"redirect", | |||
"client", | |||
"location", | |||
"utility" | |||
], | |||
"license": "MIT", | |||
"main": "index.js", | |||
"name": "follow-redirects", | |||
"nyc": { | |||
"reporter": [ | |||
"lcov", | |||
"text" | |||
] | |||
}, | |||
"repository": { | |||
"type": "git", | |||
"url": "git+ssh://git@github.com/follow-redirects/follow-redirects.git" | |||
}, | |||
"scripts": { | |||
"lint": "eslint *.js test", | |||
"mocha": "nyc mocha", | |||
"test": "npm run lint && npm run mocha" | |||
}, | |||
"version": "1.5.10" | |||
} |
node_modules/ms/index.js
0 → 100644
node_modules/ms/license.md
0 → 100644
node_modules/ms/package.json
0 → 100644
{ | |||
"_from": "ms@2.0.0", | |||
"_id": "ms@2.0.0", | |||
"_inBundle": false, | |||
"_integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", | |||
"_location": "/ms", | |||
"_phantomChildren": {}, | |||
"_requested": { | |||
"type": "version", | |||
"registry": true, | |||
"raw": "ms@2.0.0", | |||
"name": "ms", | |||
"escapedName": "ms", | |||
"rawSpec": "2.0.0", | |||
"saveSpec": null, | |||
"fetchSpec": "2.0.0" | |||
}, | |||
"_requiredBy": [ | |||
"/debug" | |||
], | |||
"_resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", | |||
"_shasum": "5608aeadfc00be6c2901df5f9861788de0d597c8", | |||
"_spec": "ms@2.0.0", | |||
"_where": "H:\\bpo-admin\\zhichan\\node_modules\\debug", | |||
"bugs": { | |||
"url": "https://github.com/zeit/ms/issues" | |||
}, | |||
"bundleDependencies": false, | |||
"deprecated": false, | |||
"description": "Tiny milisecond conversion utility", | |||
"devDependencies": { | |||
"eslint": "3.19.0", | |||
"expect.js": "0.3.1", | |||
"husky": "0.13.3", | |||
"lint-staged": "3.4.1", | |||
"mocha": "3.4.1" | |||
}, | |||
"eslintConfig": { | |||
"extends": "eslint:recommended", | |||
"env": { | |||
"node": true, | |||
"es6": true | |||
} | |||
}, | |||
"files": [ | |||
"index.js" | |||
], | |||
"homepage": "https://github.com/zeit/ms#readme", | |||
"license": "MIT", | |||
"lint-staged": { | |||
"*.js": [ | |||
"npm run lint", | |||
"prettier --single-quote --write", | |||
"git add" | |||
] | |||
}, | |||
"main": "./index", | |||
"name": "ms", | |||
"repository": { | |||
"type": "git", | |||
"url": "git+https://github.com/zeit/ms.git" | |||
}, | |||
"scripts": { | |||
"lint": "eslint lib/* bin/*", | |||
"precommit": "lint-staged", | |||
"test": "mocha tests.js" | |||
}, | |||
"version": "2.0.0" | |||
} |
node_modules/ms/readme.md
0 → 100644
package-lock.json
0 → 100644
Please
register
or
sign in
to comment