get-moment-stamp
Version:
The getMomentStamp() function returns number of days since 01/01/1970 independent from the current time zone
71 lines (70 loc) • 1.88 kB
JSON
{
"name": "get-moment-stamp",
"version": "1.1.1",
"readme": "README.md",
"description": "The getMomentStamp() function returns number of days since 01/01/1970 independent from the current time zone",
"private": false,
"scripts": {
"build": "rollup -c",
"test": "jest --env=jsdom"
},
"author": {
"name": "Petr Tripolsky",
"email": "tripolskypetr@gmail.com",
"url": "https://github.com/tripolskypetr"
},
"license": "MIT",
"homepage": "https://github.com/react-declarative",
"keywords": [
"date-fns",
"lightweight",
"zero-dependency",
"utc",
"timestamp",
"unixtime",
"dayjs",
"date",
"time",
"immutable",
"moment"
],
"repository": {
"type": "git",
"url": "https://github.com/react-declarative/react-declarative",
"documentation": "https://github.com/react-declarative/react-declarative/tree/master/docs"
},
"bugs": {
"url": "https://github.com/react-declarative/react-declarative/issues"
},
"main": "build/index.cjs",
"module": "build/index.mjs",
"source": "src/index.ts",
"types": "./types.d.ts",
"exports": {
"require": "./build/index.cjs",
"types": "./types.d.ts",
"import": "./build/index.mjs",
"default": "./build/index.cjs"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/react-declarative/react-declarative#license"
}
],
"devDependencies": {
"@types/jest": "29.1.2",
"@rollup/plugin-typescript": "11.1.6",
"@types/node": "22.9.0",
"rollup": "3.29.4",
"rollup-plugin-dts": "6.1.1",
"rollup-plugin-peer-deps-external": "2.2.4",
"tslib": "2.7.0",
"jest": "29.1.2",
"jest-environment-jsdom": "29.5.0",
"ts-jest": "29.0.3"
},
"peerDependencies": {
"typescript": "^5.0.0"
}
}