@bitty/format-date
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "@bitty/format-date", | ||
"version": "1.1.2", | ||
"sideEffects": false, | ||
"description": "A small library (around 400 B when gziped & minified) to format JavaScript `Date` object using same tokens as moment.", | ||
"cdn": "dist/format-date.umd.js", | ||
"main": "dist/format-date.js", | ||
"types": "types/format-date.d.ts", | ||
"unpkg": "dist/format-date.umd.js", | ||
"module": "dist/format-date.esm.js", | ||
"jsdelivr": "dist/format-date.umd.js", | ||
"umd:main": "dist/format-date.umd.js", | ||
"files": [ | ||
"types/", | ||
"dist/" | ||
], | ||
"scripts": { | ||
"lint": "prettier --check \"./src/**/*.ts\"", | ||
"lint:fix": "prettier --write \"./src/**/*.ts\"", | ||
"build": "pnpm run build:transpile && pnpm run build:bundle", | ||
"build:transpile": "tsc --project ./tsconfig.build.json", | ||
"build:bundle": "rollup --config ./rollup.config.js", | ||
"test": "pnpm run lint && pnpm run test:transpile && ava", | ||
"test:transpile": "tsc --project ./tsconfig.test.json", | ||
"prepublishOnly": "pnpm run test && pnpm run build" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/VitorLuizC/format-date.git" | ||
}, | ||
"author": { | ||
"url": "https://vitorluizc.github.io/", | ||
"name": "Vitor Luiz Cavalcanti", | ||
"email": "vitorluizc@outlook.com" | ||
}, | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/VitorLuizC/format-date/issues" | ||
}, | ||
"homepage": "https://github.com/VitorLuizC/format-date", | ||
"devDependencies": { | ||
"ava": "^3.11.1", | ||
"prettier": "^2.0.5", | ||
"rollup": "^2.23.1", | ||
"rollup-plugin-terser": "^7.0.0", | ||
"typescript": "^3.9.7" | ||
} | ||
"name": "@bitty/format-date", | ||
"version": "1.1.3", | ||
"sideEffects": false, | ||
"description": "A small library (around 400 B when gziped & minified) to format JavaScript `Date` object using same tokens as moment.", | ||
"cdn": "dist/format-date.umd.js", | ||
"main": "dist/format-date.js", | ||
"types": "types/format-date.d.ts", | ||
"unpkg": "dist/format-date.umd.js", | ||
"module": "dist/format-date.esm.js", | ||
"jsdelivr": "dist/format-date.umd.js", | ||
"umd:main": "dist/format-date.umd.js", | ||
"files": [ | ||
"types/", | ||
"dist/" | ||
], | ||
"scripts": { | ||
"lint": "prettier --check \"./src/**/*.ts\"", | ||
"lint:fix": "prettier --write \"./src/**/*.ts\"", | ||
"build": "pnpm run build:transpile && pnpm run build:bundle", | ||
"build:transpile": "tsc --project ./tsconfig.build.json", | ||
"build:bundle": "rollup --config ./rollup.config.js", | ||
"test": "pnpm run lint && pnpm run test:transpile && ava", | ||
"test:transpile": "tsc --project ./tsconfig.test.json", | ||
"prepublishOnly": "pnpm run test && pnpm run build" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/VitorLuizC/format-date.git" | ||
}, | ||
"author": { | ||
"url": "https://vitorluizc.github.io/", | ||
"name": "Vitor Luiz Cavalcanti", | ||
"email": "vitorluizc@outlook.com" | ||
}, | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/VitorLuizC/format-date/issues" | ||
}, | ||
"homepage": "https://github.com/VitorLuizC/format-date", | ||
"devDependencies": { | ||
"ava": "^3.12.1", | ||
"prettier": "^2.1.1", | ||
"rollup": "^2.26.10", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"typescript": "^4.0.2" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34038