summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/@szmarczak/http-timer/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'bin/wiki/ImportarDesdeURL/node_modules/@szmarczak/http-timer/package.json')
-rwxr-xr-xbin/wiki/ImportarDesdeURL/node_modules/@szmarczak/http-timer/package.json75
1 files changed, 75 insertions, 0 deletions
diff --git a/bin/wiki/ImportarDesdeURL/node_modules/@szmarczak/http-timer/package.json b/bin/wiki/ImportarDesdeURL/node_modules/@szmarczak/http-timer/package.json
new file mode 100755
index 00000000..c2b6befd
--- /dev/null
+++ b/bin/wiki/ImportarDesdeURL/node_modules/@szmarczak/http-timer/package.json
@@ -0,0 +1,75 @@
+{
+ "_from": "@szmarczak/http-timer@^1.1.2",
+ "_id": "@szmarczak/http-timer@1.1.2",
+ "_inBundle": false,
+ "_integrity": "sha512-XIB2XbzHTN6ieIjfIMV9hlVcfPU26s2vafYWQcZHWXHOxiaRZYEDKEwdl129Zyg50+foYV2jCgtrqSA6qNuNSA==",
+ "_location": "/@szmarczak/http-timer",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "@szmarczak/http-timer@^1.1.2",
+ "name": "@szmarczak/http-timer",
+ "escapedName": "@szmarczak%2fhttp-timer",
+ "scope": "@szmarczak",
+ "rawSpec": "^1.1.2",
+ "saveSpec": null,
+ "fetchSpec": "^1.1.2"
+ },
+ "_requiredBy": [
+ "/got"
+ ],
+ "_resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-1.1.2.tgz",
+ "_shasum": "b1665e2c461a2cd92f4c1bbf50d5454de0d4b421",
+ "_spec": "@szmarczak/http-timer@^1.1.2",
+ "_where": "/srv/reevo-2020/bin/wiki/ImportarDesdeURL/node_modules/got",
+ "author": {
+ "name": "Szymon Marczak"
+ },
+ "bugs": {
+ "url": "https://github.com/szmarczak/http-timer/issues"
+ },
+ "bundleDependencies": false,
+ "dependencies": {
+ "defer-to-connect": "^1.0.1"
+ },
+ "deprecated": false,
+ "description": "Timings for HTTP requests",
+ "devDependencies": {
+ "ava": "^0.25.0",
+ "coveralls": "^3.0.2",
+ "nyc": "^12.0.2",
+ "p-event": "^2.1.0",
+ "xo": "^0.22.0"
+ },
+ "engines": {
+ "node": ">=6"
+ },
+ "files": [
+ "source"
+ ],
+ "homepage": "https://github.com/szmarczak/http-timer#readme",
+ "keywords": [
+ "http",
+ "https",
+ "timer",
+ "timings"
+ ],
+ "license": "MIT",
+ "main": "source",
+ "name": "@szmarczak/http-timer",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/szmarczak/http-timer.git"
+ },
+ "scripts": {
+ "coveralls": "nyc report --reporter=text-lcov | coveralls",
+ "test": "xo && nyc ava"
+ },
+ "version": "1.1.2",
+ "xo": {
+ "rules": {
+ "unicorn/filename-case": "camelCase"
+ }
+ }
+}