binance_bot/node_modules/fecha/package.json
2025-01-07 19:06:55 +01:00

83 lines
2.2 KiB
JSON

{
"_from": "fecha@^4.2.0",
"_id": "fecha@4.2.3",
"_inBundle": false,
"_integrity": "sha512-OP2IUU6HeYKJi3i0z4A19kHMQoLVs4Hc+DPqqxI2h/DPZHTm/vjsfC6P0b4jCMy14XizLBqvndQ+UilD7707Jw==",
"_location": "/fecha",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "fecha@^4.2.0",
"name": "fecha",
"escapedName": "fecha",
"rawSpec": "^4.2.0",
"saveSpec": null,
"fetchSpec": "^4.2.0"
},
"_requiredBy": [
"/logform"
],
"_resolved": "https://registry.npmjs.org/fecha/-/fecha-4.2.3.tgz",
"_shasum": "4d9ccdbc61e8629b259fdca67e65891448d569fd",
"_spec": "fecha@^4.2.0",
"_where": "C:\\Users\\Wlad\\Desktop\\binance_bot\\node_modules\\logform",
"author": {
"name": "Taylor Hakes"
},
"bugs": {
"url": "https://github.com/taylorhakes/fecha/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Date formatting and parsing",
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.1",
"@typescript-eslint/eslint-plugin": "^2.14.0",
"@typescript-eslint/parser": "^2.14.0",
"eslint": "^7.23.0",
"eslint-config-prettier": "^8.1.0",
"nyc": "^15.0.0",
"painless": "^0.9.7",
"prettier": "1.19.1",
"rollup": "^0.59.0",
"rollup-plugin-sourcemaps": "^0.5.0",
"rollup-plugin-typescript": "^1.0.1",
"rollup-plugin-uglify": "^3.0.0",
"source-map-support": "^0.5.16",
"ts-node": "^8.5.4",
"tslib": "^1.10.0",
"typescript": "^3.7.4"
},
"files": [
"lib",
"dist",
"src"
],
"homepage": "https://github.com/taylorhakes/fecha",
"keywords": [
"date",
"parse",
"moment",
"format",
"fecha",
"formatting"
],
"license": "MIT",
"main": "lib/fecha.umd.js",
"module": "lib/fecha.js",
"name": "fecha",
"repository": {
"type": "git",
"url": "git+https://taylorhakes@github.com/taylorhakes/fecha.git"
},
"scripts": {
"build": "NODE_ENV=production rollup -c --sourcemap && tsc",
"format": "prettier --write *.js src/*.ts",
"test": "prettier --check *.js src/*.ts && eslint --ext .ts src && npm run build && nyc --cache --reporter=text ts-node test.js",
"test-only": "ts-node test.js"
},
"types": "lib/fecha.d.ts",
"version": "4.2.3"
}