Merge branch 'master' of http://139.224.139.2:9091/Sweet/sfp-program into master
Showing
node_modules/.bin/nanoid
deleted
100644 → 0
node_modules/.bin/nanoid.cmd
deleted
100644 → 0
node_modules/.bin/nanoid.ps1
deleted
100644 → 0
node_modules/asynckit/LICENSE
deleted
100644 → 0
node_modules/asynckit/README.md
deleted
100644 → 0
node_modules/asynckit/bench.js
deleted
100644 → 0
node_modules/asynckit/index.js
deleted
100644 → 0
node_modules/asynckit/lib/abort.js
deleted
100644 → 0
node_modules/asynckit/lib/async.js
deleted
100644 → 0
node_modules/asynckit/lib/defer.js
deleted
100644 → 0
node_modules/asynckit/lib/iterate.js
deleted
100644 → 0
node_modules/asynckit/lib/state.js
deleted
100644 → 0
node_modules/asynckit/package.json
deleted
100644 → 0
| { | |||
| "_from": "asynckit@^0.4.0", | |||
| "_id": "asynckit@0.4.0", | |||
| "_inBundle": false, | |||
| "_integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", | |||
| "_location": "/asynckit", | |||
| "_phantomChildren": {}, | |||
| "_requested": { | |||
| "type": "range", | |||
| "registry": true, | |||
| "raw": "asynckit@^0.4.0", | |||
| "name": "asynckit", | |||
| "escapedName": "asynckit", | |||
| "rawSpec": "^0.4.0", | |||
| "saveSpec": null, | |||
| "fetchSpec": "^0.4.0" | |||
| }, | |||
| "_requiredBy": [ | |||
| "/form-data" | |||
| ], | |||
| "_resolved": "https://registry.npmmirror.com/asynckit/-/asynckit-0.4.0.tgz", | |||
| "_shasum": "c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79", | |||
| "_spec": "asynckit@^0.4.0", | |||
| "_where": "E:\\work\\sfp-program\\node_modules\\form-data", | |||
| "author": { | |||
| "name": "Alex Indigo", | |||
| "email": "iam@alexindigo.com" | |||
| }, | |||
| "bugs": { | |||
| "url": "https://github.com/alexindigo/asynckit/issues" | |||
| }, | |||
| "bundleDependencies": false, | |||
| "dependencies": {}, | |||
| "deprecated": false, | |||
| "description": "Minimal async jobs utility library, with streams support", | |||
| "devDependencies": { | |||
| "browserify": "^13.0.0", | |||
| "browserify-istanbul": "^2.0.0", | |||
| "coveralls": "^2.11.9", | |||
| "eslint": "^2.9.0", | |||
| "istanbul": "^0.4.3", | |||
| "obake": "^0.1.2", | |||
| "phantomjs-prebuilt": "^2.1.7", | |||
| "pre-commit": "^1.1.3", | |||
| "reamde": "^1.1.0", | |||
| "rimraf": "^2.5.2", | |||
| "size-table": "^0.2.0", | |||
| "tap-spec": "^4.1.1", | |||
| "tape": "^4.5.1" | |||
| }, | |||
| "homepage": "https://github.com/alexindigo/asynckit#readme", | |||
| "keywords": [ | |||
| "async", | |||
| "jobs", | |||
| "parallel", | |||
| "serial", | |||
| "iterator", | |||
| "array", | |||
| "object", | |||
| "stream", | |||
| "destroy", | |||
| "terminate", | |||
| "abort" | |||
| ], | |||
| "license": "MIT", | |||
| "main": "index.js", | |||
| "name": "asynckit", | |||
| "pre-commit": [ | |||
| "clean", | |||
| "lint", | |||
| "test", | |||
| "browser", | |||
| "report", | |||
| "size" | |||
| ], | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "git+https://github.com/alexindigo/asynckit.git" | |||
| }, | |||
| "scripts": { | |||
| "browser": "browserify -t browserify-istanbul test/lib/browserify_adjustment.js test/test-*.js | obake --coverage | tap-spec", | |||
| "clean": "rimraf coverage", | |||
| "debug": "tape test/test-*.js", | |||
| "lint": "eslint *.js lib/*.js test/*.js", | |||
| "report": "istanbul report", | |||
| "size": "browserify index.js | size-table asynckit", | |||
| "test": "istanbul cover --reporter=json tape -- 'test/test-*.js' | tap-spec", | |||
| "win-test": "tape test/test-*.js" | |||
| }, | |||
| "version": "0.4.0" | |||
| } |
node_modules/asynckit/parallel.js
deleted
100644 → 0
node_modules/asynckit/serial.js
deleted
100644 → 0
node_modules/asynckit/stream.js
deleted
100644 → 0
node_modules/axios/CHANGELOG.md
deleted
100644 → 0
node_modules/axios/LICENSE
deleted
100644 → 0
node_modules/axios/README.md
deleted
100644 → 0
node_modules/axios/SECURITY.md
deleted
100644 → 0
node_modules/axios/UPGRADE_GUIDE.md
deleted
100644 → 0
node_modules/axios/dist/axios.js
deleted
100644 → 0
node_modules/axios/dist/axios.map
deleted
100644 → 0
node_modules/axios/dist/axios.min.js
deleted
100644 → 0
node_modules/axios/index.d.ts
deleted
100644 → 0
node_modules/axios/index.js
deleted
100644 → 0
node_modules/axios/lib/axios.js
deleted
100644 → 0
node_modules/axios/lib/core/Axios.js
deleted
100644 → 0
node_modules/axios/lib/env/README.md
deleted
100644 → 0
node_modules/axios/lib/env/data.js
deleted
100644 → 0
node_modules/axios/lib/utils.js
deleted
100644 → 0
node_modules/axios/package.json
deleted
100644 → 0
| { | |||
| "_from": "axios", | |||
| "_id": "axios@0.27.2", | |||
| "_inBundle": false, | |||
| "_integrity": "sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==", | |||
| "_location": "/axios", | |||
| "_phantomChildren": {}, | |||
| "_requested": { | |||
| "type": "tag", | |||
| "registry": true, | |||
| "raw": "axios", | |||
| "name": "axios", | |||
| "escapedName": "axios", | |||
| "rawSpec": "", | |||
| "saveSpec": null, | |||
| "fetchSpec": "latest" | |||
| }, | |||
| "_requiredBy": [ | |||
| "#USER", | |||
| "/" | |||
| ], | |||
| "_resolved": "https://registry.npmmirror.com/axios/-/axios-0.27.2.tgz", | |||
| "_shasum": "207658cc8621606e586c85db4b41a750e756d972", | |||
| "_spec": "axios", | |||
| "_where": "E:\\work\\sfp-program", | |||
| "author": { | |||
| "name": "Matt Zabriskie" | |||
| }, | |||
| "browser": { | |||
| "./lib/adapters/http.js": "./lib/adapters/xhr.js", | |||
| "./lib/defaults/env/FormData.js": "./lib/helpers/null.js" | |||
| }, | |||
| "bugs": { | |||
| "url": "https://github.com/axios/axios/issues" | |||
| }, | |||
| "bundleDependencies": false, | |||
| "bundlesize": [ | |||
| { | |||
| "path": "./dist/axios.min.js", | |||
| "threshold": "5kB" | |||
| } | |||
| ], | |||
| "dependencies": { | |||
| "follow-redirects": "^1.14.9", | |||
| "form-data": "^4.0.0" | |||
| }, | |||
| "deprecated": false, | |||
| "description": "Promise based HTTP client for the browser and node.js", | |||
| "devDependencies": { | |||
| "abortcontroller-polyfill": "^1.7.3", | |||
| "coveralls": "^3.1.1", | |||
| "dtslint": "^4.2.1", | |||
| "es6-promise": "^4.2.8", | |||
| "formidable": "^2.0.1", | |||
| "grunt": "^1.4.1", | |||
| "grunt-banner": "^0.6.0", | |||
| "grunt-cli": "^1.4.3", | |||
| "grunt-contrib-clean": "^2.0.0", | |||
| "grunt-contrib-watch": "^1.1.0", | |||
| "grunt-eslint": "^24.0.0", | |||
| "grunt-karma": "^4.0.2", | |||
| "grunt-mocha-test": "^0.13.3", | |||
| "grunt-webpack": "^5.0.0", | |||
| "istanbul-instrumenter-loader": "^3.0.1", | |||
| "jasmine-core": "^2.4.1", | |||
| "karma": "^6.3.17", | |||
| "karma-chrome-launcher": "^3.1.1", | |||
| "karma-firefox-launcher": "^2.1.2", | |||
| "karma-jasmine": "^1.1.1", | |||
| "karma-jasmine-ajax": "^0.1.13", | |||
| "karma-safari-launcher": "^1.0.0", | |||
| "karma-sauce-launcher": "^4.3.6", | |||
| "karma-sinon": "^1.0.5", | |||
| "karma-sourcemap-loader": "^0.3.8", | |||
| "karma-webpack": "^4.0.2", | |||
| "load-grunt-tasks": "^5.1.0", | |||
| "minimist": "^1.2.6", | |||
| "mocha": "^8.2.1", | |||
| "sinon": "^4.5.0", | |||
| "terser-webpack-plugin": "^4.2.3", | |||
| "typescript": "^4.6.3", | |||
| "url-search-params": "^0.10.0", | |||
| "webpack": "^4.44.2", | |||
| "webpack-dev-server": "^3.11.0" | |||
| }, | |||
| "homepage": "https://axios-http.com", | |||
| "jsdelivr": "dist/axios.min.js", | |||
| "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", | |||
| "preversion": "grunt version && npm test", | |||
| "start": "node ./sandbox/server.js", | |||
| "test": "grunt test && dtslint" | |||
| }, | |||
| "types": "index.d.ts", | |||
| "typings": "./index.d.ts", | |||
| "unpkg": "dist/axios.min.js", | |||
| "version": "0.27.2" | |||
| } |
node_modules/axios/tsconfig.json
deleted
100644 → 0
node_modules/axios/tslint.json
deleted
100644 → 0
node_modules/combined-stream/License
deleted
100644 → 0
| { | |||
| "_from": "combined-stream@^1.0.8", | |||
| "_id": "combined-stream@1.0.8", | |||
| "_inBundle": false, | |||
| "_integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", | |||
| "_location": "/combined-stream", | |||
| "_phantomChildren": {}, | |||
| "_requested": { | |||
| "type": "range", | |||
| "registry": true, | |||
| "raw": "combined-stream@^1.0.8", | |||
| "name": "combined-stream", | |||
| "escapedName": "combined-stream", | |||
| "rawSpec": "^1.0.8", | |||
| "saveSpec": null, | |||
| "fetchSpec": "^1.0.8" | |||
| }, | |||
| "_requiredBy": [ | |||
| "/form-data" | |||
| ], | |||
| "_resolved": "https://registry.npmmirror.com/combined-stream/-/combined-stream-1.0.8.tgz", | |||
| "_shasum": "c3d45a8b34fd730631a110a8a2520682b31d5a7f", | |||
| "_spec": "combined-stream@^1.0.8", | |||
| "_where": "E:\\work\\sfp-program\\node_modules\\form-data", | |||
| "author": { | |||
| "name": "Felix Geisendörfer", | |||
| "email": "felix@debuggable.com", | |||
| "url": "http://debuggable.com/" | |||
| }, | |||
| "bugs": { | |||
| "url": "https://github.com/felixge/node-combined-stream/issues" | |||
| }, | |||
| "bundleDependencies": false, | |||
| "dependencies": { | |||
| "delayed-stream": "~1.0.0" | |||
| }, | |||
| "deprecated": false, | |||
| "description": "A stream that emits multiple other streams one after another.", | |||
| "devDependencies": { | |||
| "far": "~0.0.7" | |||
| }, | |||
| "engines": { | |||
| "node": ">= 0.8" | |||
| }, | |||
| "homepage": "https://github.com/felixge/node-combined-stream", | |||
| "license": "MIT", | |||
| "main": "./lib/combined_stream", | |||
| "name": "combined-stream", | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "git://github.com/felixge/node-combined-stream.git" | |||
| }, | |||
| "scripts": { | |||
| "test": "node test/run.js" | |||
| }, | |||
| "version": "1.0.8" | |||
| } |
node_modules/delayed-stream/License
deleted
100644 → 0
node_modules/delayed-stream/Makefile
deleted
100644 → 0
| { | |||
| "_from": "delayed-stream@~1.0.0", | |||
| "_id": "delayed-stream@1.0.0", | |||
| "_inBundle": false, | |||
| "_integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", | |||
| "_location": "/delayed-stream", | |||
| "_phantomChildren": {}, | |||
| "_requested": { | |||
| "type": "range", | |||
| "registry": true, | |||
| "raw": "delayed-stream@~1.0.0", | |||
| "name": "delayed-stream", | |||
| "escapedName": "delayed-stream", | |||
| "rawSpec": "~1.0.0", | |||
| "saveSpec": null, | |||
| "fetchSpec": "~1.0.0" | |||
| }, | |||
| "_requiredBy": [ | |||
| "/combined-stream" | |||
| ], | |||
| "_resolved": "https://registry.npmmirror.com/delayed-stream/-/delayed-stream-1.0.0.tgz", | |||
| "_shasum": "df3ae199acadfb7d440aaae0b29e2272b24ec619", | |||
| "_spec": "delayed-stream@~1.0.0", | |||
| "_where": "E:\\work\\sfp-program\\node_modules\\combined-stream", | |||
| "author": { | |||
| "name": "Felix Geisendörfer", | |||
| "email": "felix@debuggable.com", | |||
| "url": "http://debuggable.com/" | |||
| }, | |||
| "bugs": { | |||
| "url": "https://github.com/felixge/node-delayed-stream/issues" | |||
| }, | |||
| "bundleDependencies": false, | |||
| "contributors": [ | |||
| { | |||
| "name": "Mike Atkins", | |||
| "email": "apeherder@gmail.com" | |||
| } | |||
| ], | |||
| "dependencies": {}, | |||
| "deprecated": false, | |||
| "description": "Buffers events from a stream until you are ready to handle them.", | |||
| "devDependencies": { | |||
| "fake": "0.2.0", | |||
| "far": "0.0.1" | |||
| }, | |||
| "engines": { | |||
| "node": ">=0.4.0" | |||
| }, | |||
| "homepage": "https://github.com/felixge/node-delayed-stream", | |||
| "license": "MIT", | |||
| "main": "./lib/delayed_stream", | |||
| "name": "delayed-stream", | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "git://github.com/felixge/node-delayed-stream.git" | |||
| }, | |||
| "scripts": { | |||
| "test": "make test" | |||
| }, | |||
| "version": "1.0.0" | |||
| } |
| { | |||
| "_from": "follow-redirects@^1.14.9", | |||
| "_id": "follow-redirects@1.15.1", | |||
| "_inBundle": false, | |||
| "_integrity": "sha512-yLAMQs+k0b2m7cVxpS1VKJVvoz7SS9Td1zss3XRwXj+ZDH00RJgnuLx7E44wx02kQLrdM3aOOy+FpzS7+8OizA==", | |||
| "_location": "/follow-redirects", | |||
| "_phantomChildren": {}, | |||
| "_requested": { | |||
| "type": "range", | |||
| "registry": true, | |||
| "raw": "follow-redirects@^1.14.9", | |||
| "name": "follow-redirects", | |||
| "escapedName": "follow-redirects", | |||
| "rawSpec": "^1.14.9", | |||
| "saveSpec": null, | |||
| "fetchSpec": "^1.14.9" | |||
| }, | |||
| "_requiredBy": [ | |||
| "/axios" | |||
| ], | |||
| "_resolved": "https://registry.npmmirror.com/follow-redirects/-/follow-redirects-1.15.1.tgz", | |||
| "_shasum": "0ca6a452306c9b276e4d3127483e29575e207ad5", | |||
| "_spec": "follow-redirects@^1.14.9", | |||
| "_where": "E:\\work\\sfp-program\\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" | |||
| } | |||
| ], | |||
| "deprecated": false, | |||
| "description": "HTTP and HTTPS modules that follow redirects.", | |||
| "devDependencies": { | |||
| "concat-stream": "^2.0.0", | |||
| "eslint": "^5.16.0", | |||
| "express": "^4.16.4", | |||
| "lolex": "^3.1.0", | |||
| "mocha": "^6.0.2", | |||
| "nyc": "^14.1.1" | |||
| }, | |||
| "engines": { | |||
| "node": ">=4.0" | |||
| }, | |||
| "files": [ | |||
| "*.js" | |||
| ], | |||
| "funding": [ | |||
| { | |||
| "type": "individual", | |||
| "url": "https://github.com/sponsors/RubenVerborgh" | |||
| } | |||
| ], | |||
| "homepage": "https://github.com/follow-redirects/follow-redirects", | |||
| "keywords": [ | |||
| "http", | |||
| "https", | |||
| "url", | |||
| "redirect", | |||
| "client", | |||
| "location", | |||
| "utility" | |||
| ], | |||
| "license": "MIT", | |||
| "main": "index.js", | |||
| "name": "follow-redirects", | |||
| "peerDependenciesMeta": { | |||
| "debug": { | |||
| "optional": true | |||
| } | |||
| }, | |||
| "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.15.1" | |||
| } |
node_modules/form-data/License
deleted
100644 → 0
node_modules/form-data/README.md.bak
deleted
100644 → 0
node_modules/form-data/Readme.md
deleted
100644 → 0
node_modules/form-data/index.d.ts
deleted
100644 → 0
node_modules/form-data/package.json
deleted
100644 → 0
| { | |||
| "_from": "form-data@^4.0.0", | |||
| "_id": "form-data@4.0.0", | |||
| "_inBundle": false, | |||
| "_integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", | |||
| "_location": "/form-data", | |||
| "_phantomChildren": {}, | |||
| "_requested": { | |||
| "type": "range", | |||
| "registry": true, | |||
| "raw": "form-data@^4.0.0", | |||
| "name": "form-data", | |||
| "escapedName": "form-data", | |||
| "rawSpec": "^4.0.0", | |||
| "saveSpec": null, | |||
| "fetchSpec": "^4.0.0" | |||
| }, | |||
| "_requiredBy": [ | |||
| "/axios" | |||
| ], | |||
| "_resolved": "https://registry.npmmirror.com/form-data/-/form-data-4.0.0.tgz", | |||
| "_shasum": "93919daeaf361ee529584b9b31664dc12c9fa452", | |||
| "_spec": "form-data@^4.0.0", | |||
| "_where": "E:\\work\\sfp-program\\node_modules\\axios", | |||
| "author": { | |||
| "name": "Felix Geisendörfer", | |||
| "email": "felix@debuggable.com", | |||
| "url": "http://debuggable.com/" | |||
| }, | |||
| "browser": "./lib/browser", | |||
| "bugs": { | |||
| "url": "https://github.com/form-data/form-data/issues" | |||
| }, | |||
| "bundleDependencies": false, | |||
| "dependencies": { | |||
| "asynckit": "^0.4.0", | |||
| "combined-stream": "^1.0.8", | |||
| "mime-types": "^2.1.12" | |||
| }, | |||
| "deprecated": false, | |||
| "description": "A library to create readable \"multipart/form-data\" streams. Can be used to submit forms and file uploads to other web applications.", | |||
| "devDependencies": { | |||
| "@types/node": "^12.0.10", | |||
| "browserify": "^13.1.1", | |||
| "browserify-istanbul": "^2.0.0", | |||
| "coveralls": "^3.0.4", | |||
| "cross-spawn": "^6.0.5", | |||
| "eslint": "^6.0.1", | |||
| "fake": "^0.2.2", | |||
| "far": "^0.0.7", | |||
| "formidable": "^1.0.17", | |||
| "in-publish": "^2.0.0", | |||
| "is-node-modern": "^1.0.0", | |||
| "istanbul": "^0.4.5", | |||
| "obake": "^0.1.2", | |||
| "pkgfiles": "^2.3.0", | |||
| "pre-commit": "^1.1.3", | |||
| "puppeteer": "^1.19.0", | |||
| "request": "^2.88.0", | |||
| "rimraf": "^2.7.1", | |||
| "tape": "^4.6.2", | |||
| "typescript": "^3.5.2" | |||
| }, | |||
| "engines": { | |||
| "node": ">= 6" | |||
| }, | |||
| "homepage": "https://github.com/form-data/form-data#readme", | |||
| "license": "MIT", | |||
| "main": "./lib/form_data", | |||
| "name": "form-data", | |||
| "pre-commit": [ | |||
| "lint", | |||
| "ci-test", | |||
| "check" | |||
| ], | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "git://github.com/form-data/form-data.git" | |||
| }, | |||
| "scripts": { | |||
| "browser": "browserify -t browserify-istanbul test/run-browser.js | obake --coverage", | |||
| "check": "istanbul check-coverage coverage/coverage*.json", | |||
| "ci-lint": "is-node-modern 8 && npm run lint || is-node-not-modern 8", | |||
| "ci-test": "npm run test && npm run browser && npm run report", | |||
| "debug": "verbose=1 ./test/run.js", | |||
| "files": "pkgfiles --sort=name", | |||
| "get-version": "node -e \"console.log(require('./package.json').version)\"", | |||
| "lint": "eslint lib/*.js test/*.js test/integration/*.js", | |||
| "postpublish": "npm run restore-readme", | |||
| "posttest": "istanbul report lcov text", | |||
| "predebug": "rimraf coverage test/tmp", | |||
| "prepublish": "in-publish && npm run update-readme || not-in-publish", | |||
| "pretest": "rimraf coverage test/tmp", | |||
| "report": "istanbul report lcov text", | |||
| "restore-readme": "mv README.md.bak README.md", | |||
| "test": "istanbul cover test/run.js", | |||
| "update-readme": "sed -i.bak 's/\\/master\\.svg/\\/v'$(npm --silent run get-version)'.svg/g' README.md" | |||
| }, | |||
| "typings": "./index.d.ts", | |||
| "version": "4.0.0" | |||
| } |
node_modules/mime-db/HISTORY.md
deleted
100644 → 0
node_modules/mime-db/LICENSE
deleted
100644 → 0
node_modules/mime-db/README.md
deleted
100644 → 0
node_modules/mime-db/db.json
deleted
100644 → 0
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
node_modules/mime-db/index.js
deleted
100644 → 0
node_modules/mime-db/package.json
deleted
100644 → 0
| { | |||
| "_from": "mime-db@1.52.0", | |||
| "_id": "mime-db@1.52.0", | |||
| "_inBundle": false, | |||
| "_integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", | |||
| "_location": "/mime-db", | |||
| "_phantomChildren": {}, | |||
| "_requested": { | |||
| "type": "version", | |||
| "registry": true, | |||
| "raw": "mime-db@1.52.0", | |||
| "name": "mime-db", | |||
| "escapedName": "mime-db", | |||
| "rawSpec": "1.52.0", | |||
| "saveSpec": null, | |||
| "fetchSpec": "1.52.0" | |||
| }, | |||
| "_requiredBy": [ | |||
| "/mime-types" | |||
| ], | |||
| "_resolved": "https://registry.npmmirror.com/mime-db/-/mime-db-1.52.0.tgz", | |||
| "_shasum": "bbabcdc02859f4987301c856e3387ce5ec43bf70", | |||
| "_spec": "mime-db@1.52.0", | |||
| "_where": "E:\\work\\sfp-program\\node_modules\\mime-types", | |||
| "bugs": { | |||
| "url": "https://github.com/jshttp/mime-db/issues" | |||
| }, | |||
| "bundleDependencies": false, | |||
| "contributors": [ | |||
| { | |||
| "name": "Douglas Christopher Wilson", | |||
| "email": "doug@somethingdoug.com" | |||
| }, | |||
| { | |||
| "name": "Jonathan Ong", | |||
| "email": "me@jongleberry.com", | |||
| "url": "http://jongleberry.com" | |||
| }, | |||
| { | |||
| "name": "Robert Kieffer", | |||
| "email": "robert@broofa.com", | |||
| "url": "http://github.com/broofa" | |||
| } | |||
| ], | |||
| "deprecated": false, | |||
| "description": "Media Type Database", | |||
| "devDependencies": { | |||
| "bluebird": "3.7.2", | |||
| "co": "4.6.0", | |||
| "cogent": "1.0.1", | |||
| "csv-parse": "4.16.3", | |||
| "eslint": "7.32.0", | |||
| "eslint-config-standard": "15.0.1", | |||
| "eslint-plugin-import": "2.25.4", | |||
| "eslint-plugin-markdown": "2.2.1", | |||
| "eslint-plugin-node": "11.1.0", | |||
| "eslint-plugin-promise": "5.1.1", | |||
| "eslint-plugin-standard": "4.1.0", | |||
| "gnode": "0.1.2", | |||
| "media-typer": "1.1.0", | |||
| "mocha": "9.2.1", | |||
| "nyc": "15.1.0", | |||
| "raw-body": "2.5.0", | |||
| "stream-to-array": "2.3.0" | |||
| }, | |||
| "engines": { | |||
| "node": ">= 0.6" | |||
| }, | |||
| "files": [ | |||
| "HISTORY.md", | |||
| "LICENSE", | |||
| "README.md", | |||
| "db.json", | |||
| "index.js" | |||
| ], | |||
| "homepage": "https://github.com/jshttp/mime-db#readme", | |||
| "keywords": [ | |||
| "mime", | |||
| "db", | |||
| "type", | |||
| "types", | |||
| "database", | |||
| "charset", | |||
| "charsets" | |||
| ], | |||
| "license": "MIT", | |||
| "name": "mime-db", | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "git+https://github.com/jshttp/mime-db.git" | |||
| }, | |||
| "scripts": { | |||
| "build": "node scripts/build", | |||
| "fetch": "node scripts/fetch-apache && gnode scripts/fetch-iana && node scripts/fetch-nginx", | |||
| "lint": "eslint .", | |||
| "test": "mocha --reporter spec --bail --check-leaks test/", | |||
| "test-ci": "nyc --reporter=lcov --reporter=text npm test", | |||
| "test-cov": "nyc --reporter=html --reporter=text npm test", | |||
| "update": "npm run fetch && npm run build", | |||
| "version": "node scripts/version-history.js && git add HISTORY.md" | |||
| }, | |||
| "version": "1.52.0" | |||
| } |
node_modules/mime-types/HISTORY.md
deleted
100644 → 0
node_modules/mime-types/LICENSE
deleted
100644 → 0
node_modules/mime-types/README.md
deleted
100644 → 0
node_modules/mime-types/index.js
deleted
100644 → 0
node_modules/mime-types/package.json
deleted
100644 → 0
| { | |||
| "_from": "mime-types@^2.1.12", | |||
| "_id": "mime-types@2.1.35", | |||
| "_inBundle": false, | |||
| "_integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", | |||
| "_location": "/mime-types", | |||
| "_phantomChildren": {}, | |||
| "_requested": { | |||
| "type": "range", | |||
| "registry": true, | |||
| "raw": "mime-types@^2.1.12", | |||
| "name": "mime-types", | |||
| "escapedName": "mime-types", | |||
| "rawSpec": "^2.1.12", | |||
| "saveSpec": null, | |||
| "fetchSpec": "^2.1.12" | |||
| }, | |||
| "_requiredBy": [ | |||
| "/form-data" | |||
| ], | |||
| "_resolved": "https://registry.npmmirror.com/mime-types/-/mime-types-2.1.35.tgz", | |||
| "_shasum": "381a871b62a734450660ae3deee44813f70d959a", | |||
| "_spec": "mime-types@^2.1.12", | |||
| "_where": "E:\\work\\sfp-program\\node_modules\\form-data", | |||
| "bugs": { | |||
| "url": "https://github.com/jshttp/mime-types/issues" | |||
| }, | |||
| "bundleDependencies": false, | |||
| "contributors": [ | |||
| { | |||
| "name": "Douglas Christopher Wilson", | |||
| "email": "doug@somethingdoug.com" | |||
| }, | |||
| { | |||
| "name": "Jeremiah Senkpiel", | |||
| "email": "fishrock123@rocketmail.com", | |||
| "url": "https://searchbeam.jit.su" | |||
| }, | |||
| { | |||
| "name": "Jonathan Ong", | |||
| "email": "me@jongleberry.com", | |||
| "url": "http://jongleberry.com" | |||
| } | |||
| ], | |||
| "dependencies": { | |||
| "mime-db": "1.52.0" | |||
| }, | |||
| "deprecated": false, | |||
| "description": "The ultimate javascript content-type utility.", | |||
| "devDependencies": { | |||
| "eslint": "7.32.0", | |||
| "eslint-config-standard": "14.1.1", | |||
| "eslint-plugin-import": "2.25.4", | |||
| "eslint-plugin-markdown": "2.2.1", | |||
| "eslint-plugin-node": "11.1.0", | |||
| "eslint-plugin-promise": "5.2.0", | |||
| "eslint-plugin-standard": "4.1.0", | |||
| "mocha": "9.2.2", | |||
| "nyc": "15.1.0" | |||
| }, | |||
| "engines": { | |||
| "node": ">= 0.6" | |||
| }, | |||
| "files": [ | |||
| "HISTORY.md", | |||
| "LICENSE", | |||
| "index.js" | |||
| ], | |||
| "homepage": "https://github.com/jshttp/mime-types#readme", | |||
| "keywords": [ | |||
| "mime", | |||
| "types" | |||
| ], | |||
| "license": "MIT", | |||
| "name": "mime-types", | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "git+https://github.com/jshttp/mime-types.git" | |||
| }, | |||
| "scripts": { | |||
| "lint": "eslint .", | |||
| "test": "mocha --reporter spec test/test.js", | |||
| "test-ci": "nyc --reporter=lcov --reporter=text npm test", | |||
| "test-cov": "nyc --reporter=html --reporter=text npm test" | |||
| }, | |||
| "version": "2.1.35" | |||
| } |
node_modules/nanoid/LICENSE
deleted
100644 → 0
node_modules/nanoid/README.md
deleted
100644 → 0
node_modules/nanoid/async/index.d.ts
deleted
100644 → 0
node_modules/nanoid/async/index.js
deleted
100644 → 0
node_modules/nanoid/bin/nanoid.js
deleted
100644 → 0
node_modules/nanoid/index.browser.js
deleted
100644 → 0
node_modules/nanoid/index.d.ts
deleted
100644 → 0
node_modules/nanoid/index.js
deleted
100644 → 0
node_modules/nanoid/nanoid.js
deleted
100644 → 0
node_modules/nanoid/package.json
deleted
100644 → 0
| { | |||
| "_from": "nanoid", | |||
| "_id": "nanoid@4.0.0", | |||
| "_inBundle": false, | |||
| "_integrity": "sha512-IgBP8piMxe/gf73RTQx7hmnhwz0aaEXYakvqZyE302IXW3HyVNhdNGC+O2MwMAVhLEnvXlvKtGbtJf6wvHihCg==", | |||
| "_location": "/nanoid", | |||
| "_phantomChildren": {}, | |||
| "_requested": { | |||
| "type": "tag", | |||
| "registry": true, | |||
| "raw": "nanoid", | |||
| "name": "nanoid", | |||
| "escapedName": "nanoid", | |||
| "rawSpec": "", | |||
| "saveSpec": null, | |||
| "fetchSpec": "latest" | |||
| }, | |||
| "_requiredBy": [ | |||
| "#USER", | |||
| "/" | |||
| ], | |||
| "_resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-4.0.0.tgz", | |||
| "_shasum": "6e144dee117609232c3f415c34b0e550e64999a5", | |||
| "_spec": "nanoid", | |||
| "_where": "E:\\work\\sfp-program", | |||
| "author": { | |||
| "name": "Andrey Sitnik", | |||
| "email": "andrey@sitnik.ru" | |||
| }, | |||
| "bin": { | |||
| "nanoid": "bin/nanoid.js" | |||
| }, | |||
| "browser": { | |||
| "./index.js": "./index.browser.js", | |||
| "./async/index.js": "./async/index.browser.js", | |||
| "./async/index.cjs": "./async/index.browser.cjs" | |||
| }, | |||
| "bugs": { | |||
| "url": "https://github.com/ai/nanoid/issues" | |||
| }, | |||
| "bundleDependencies": false, | |||
| "deprecated": false, | |||
| "description": "A tiny (116 bytes), secure URL-friendly unique string ID generator", | |||
| "engines": { | |||
| "node": "^14 || ^16 || >=18" | |||
| }, | |||
| "exports": { | |||
| ".": { | |||
| "browser": "./index.browser.js", | |||
| "default": "./index.js" | |||
| }, | |||
| "./async": { | |||
| "browser": "./async/index.browser.js", | |||
| "default": "./async/index.js" | |||
| }, | |||
| "./non-secure": "./non-secure/index.js", | |||
| "./package.json": "./package.json" | |||
| }, | |||
| "homepage": "https://github.com/ai/nanoid#readme", | |||
| "keywords": [ | |||
| "uuid", | |||
| "random", | |||
| "id", | |||
| "url" | |||
| ], | |||
| "license": "MIT", | |||
| "name": "nanoid", | |||
| "react-native": { | |||
| "./async/index.js": "./async/index.native.js" | |||
| }, | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "git+https://github.com/ai/nanoid.git" | |||
| }, | |||
| "sideEffects": false, | |||
| "type": "module", | |||
| "types": "./index.d.ts", | |||
| "version": "4.0.0" | |||
| } |
uni_modules/uni-data-picker/changelog.md
0 → 100644
uni_modules/uni-data-picker/package.json
0 → 100644
uni_modules/uni-data-picker/readme.md
0 → 100644
uni_modules/uni-load-more/changelog.md
0 → 100644
uni_modules/uni-load-more/package.json
0 → 100644
uni_modules/uni-load-more/readme.md
0 → 100644
Please
register
or
sign in
to comment