minimal-polyfills
Version:
An ultra light-weight, nonexhaustive, polyfills library
86 lines (85 loc) • 2.28 kB
JSON
{
"name": "minimal-polyfills",
"version": "2.2.3",
"description": "An ultra light-weight, nonexhaustive, polyfills library",
"repository": {
"type": "git",
"url": "git+https://github.com/garronej/minimal_polyfills.git"
},
"main": "index.js",
"types": "index.d.ts",
"exports": {
".": "./index.js",
"./*": "./*.js"
},
"author": "Joseph Garrone",
"license": "MIT",
"keywords": [
"polyfills",
"light-weight",
"nonexhaustive",
"Map",
"Set",
"WeakMap",
"typescript",
"Array.prototype.find",
"Array.prototype.from",
"Array.prototype.isView",
"String.prototype.startsWith"
],
"dependencies": {},
"devDependencies": {
"typescript": "^3.9.7",
"denoify": "^0.6.3"
},
"files": [
"src/Array.from.ts",
"src/Array.prototype.find.ts",
"src/ArrayBuffer.isView.ts",
"src/index.ts",
"src/Map.ts",
"src/Object.assign.ts",
"src/Object.fromEntries.ts",
"src/Object.is.ts",
"src/Set.ts",
"src/String.prototype.startsWith.ts",
"src/WeakMap.ts",
"src/WeakSet.ts",
"Array.from.d.ts",
"Array.from.js",
"Array.from.js.map",
"Array.prototype.find.d.ts",
"Array.prototype.find.js",
"Array.prototype.find.js.map",
"ArrayBuffer.isView.d.ts",
"ArrayBuffer.isView.js",
"ArrayBuffer.isView.js.map",
"index.d.ts",
"index.js",
"index.js.map",
"Map.d.ts",
"Map.js",
"Map.js.map",
"Object.assign.d.ts",
"Object.assign.js",
"Object.assign.js.map",
"Object.fromEntries.d.ts",
"Object.fromEntries.js",
"Object.fromEntries.js.map",
"Object.is.d.ts",
"Object.is.js",
"Object.is.js.map",
"Set.d.ts",
"Set.js",
"Set.js.map",
"String.prototype.startsWith.d.ts",
"String.prototype.startsWith.js",
"String.prototype.startsWith.js.map",
"WeakMap.d.ts",
"WeakMap.js",
"WeakMap.js.map",
"WeakSet.d.ts",
"WeakSet.js",
"WeakSet.js.map"
]
}