| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 |
- {
- "_args": [
- [
- "ts-md5@1.3.1",
- "/Users/zhanwencai/code/game/congkong/webServer"
- ]
- ],
- "_from": "ts-md5@1.3.1",
- "_id": "ts-md5@1.3.1",
- "_inBundle": false,
- "_integrity": "sha512-DiwiXfwvcTeZ5wCE0z+2A9EseZsztaiZtGrtSaY5JOD7ekPnR/GoIVD5gXZAlK9Na9Kvpo9Waz5rW64WKAWApg==",
- "_location": "/ts-md5",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "ts-md5@1.3.1",
- "name": "ts-md5",
- "escapedName": "ts-md5",
- "rawSpec": "1.3.1",
- "saveSpec": null,
- "fetchSpec": "1.3.1"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmmirror.com/ts-md5/-/ts-md5-1.3.1.tgz",
- "_spec": "1.3.1",
- "_where": "/Users/zhanwencai/code/game/congkong/webServer",
- "bugs": {
- "url": "https://github.com/cotag/ts-md5/issues"
- },
- "description": "TypeScript MD5 implementation",
- "devDependencies": {
- "@types/jest": "^26.0.9",
- "jest": "^26.2.2",
- "jest-config": "^26.2.2",
- "semantic-release": "^19.0.3",
- "ts-jest": "^26.1.4",
- "tslib": "^2.0.1",
- "tslint": "^6.1.3",
- "typedoc": "^0.22.11",
- "typescript": "^4.5.5"
- },
- "engines": {
- "node": ">=12"
- },
- "files": [
- "dist",
- "src"
- ],
- "homepage": "https://github.com/cotag/ts-md5",
- "jest": {
- "transform": {
- ".(ts|tsx)": "ts-jest"
- },
- "testEnvironment": "jsdom",
- "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
- "moduleFileExtensions": [
- "ts",
- "tsx",
- "js"
- ],
- "coveragePathIgnorePatterns": [
- "/node_modules/",
- "/test/"
- ],
- "collectCoverageFrom": [
- "src/**/*.{js,ts}"
- ]
- },
- "keywords": [
- "placeos",
- "cotag",
- "md5",
- "typescript"
- ],
- "license": "MIT",
- "main": "dist/cjs/index.js",
- "maintainers": [
- {
- "name": "Stephen von Takach",
- "email": "steve@cotag.me"
- },
- {
- "name": "Alex Sorafumo",
- "email": "alex@place.tech"
- }
- ],
- "module": "dist/esm/index.js",
- "name": "ts-md5",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/cotag/ts-md5.git"
- },
- "scripts": {
- "build": "node ./clean.js && tsc -p tsconfig.json && tsc -p tsconfig-cjs.json && npm run build-worker",
- "build-worker": "node ./build-worker.js",
- "docs": "typedoc --excludePrivate --out docs src",
- "lint": "tslint --project tsconfig.json",
- "prepare": "npm run build",
- "semantic-release": "semantic-release",
- "test": "jest --coverage",
- "test:ci": "jest --runInBand",
- "test:coverage": "jest --coverage",
- "test:watch": "jest --coverage --watch"
- },
- "typings": "dist/esm/index.d.ts",
- "version": "1.3.1"
- }
|