Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "es-fresh", | ||
"description": "fresh rewrite in TypeScript with ESM and CommonJS targets", | ||
"version": "0.0.2", | ||
"repository": "https://github.com/talentlessguy/es-fresh.git", | ||
"engines": { | ||
"node": ">=13" | ||
}, | ||
"files": [ | ||
"dist", | ||
"src" | ||
], | ||
"author": "talentlessguy <pilll.PL22@gmail.com>", | ||
"license": "MIT", | ||
"type": "module", | ||
"main": "dist/index.cjs", | ||
"module": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.cjs" | ||
}, | ||
"./package.json": "./package.json", | ||
"./": "./" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^14.0.22", | ||
"rollup": "^2.21.0", | ||
"rollup-plugin-typescript2": "^0.27.1", | ||
"typescript": "^3.9.6" | ||
}, | ||
"scripts": { | ||
"build": "rollup -c", | ||
"prepare": "pnpm build" | ||
} | ||
"name": "es-fresh", | ||
"description": "fresh rewrite in TypeScript with ESM and CommonJS targets", | ||
"version": "0.0.3", | ||
"repository": "https://github.com/talentlessguy/es-fresh.git", | ||
"engines": { | ||
"node": ">=13" | ||
}, | ||
"files": [ | ||
"dist", | ||
"src" | ||
], | ||
"author": "talentlessguy <pilll.PL22@gmail.com>", | ||
"license": "MIT", | ||
"type": "module", | ||
"main": "dist/index.cjs", | ||
"module": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.cjs" | ||
}, | ||
"./package.json": "./package.json", | ||
"./": "./" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^14.0.22", | ||
"rollup": "^2.21.0", | ||
"rollup-plugin-typescript2": "^0.27.1", | ||
"typescript": "^3.9.6" | ||
}, | ||
"scripts": { | ||
"build": "rollup -c", | ||
"prepare": "pnpm build" | ||
} | ||
} |
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
10659