wishthis/node_modules/es6-weak-map/package.json

82 lines
1.8 KiB
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-02-23 16:41:13 +00:00
"_args": [
[
"es6-weak-map@2.0.3",
"F:\\laragon\\www\\wishthis"
]
2022-01-21 08:28:41 +00:00
],
2022-02-23 16:41:13 +00:00
"_from": "es6-weak-map@2.0.3",
"_id": "es6-weak-map@2.0.3",
"_inBundle": false,
"_integrity": "sha512-p5um32HOTO1kP+w7PRnB+5lQ43Z6muuMuIMffvDN8ZB4GcnjLBV6zGStpbASIMk4DCAvEaamhe2zhyCb/QXXsA==",
"_location": "/es6-weak-map",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "es6-weak-map@2.0.3",
"name": "es6-weak-map",
"escapedName": "es6-weak-map",
"rawSpec": "2.0.3",
"saveSpec": null,
"fetchSpec": "2.0.3"
},
"_requiredBy": [
"/last-run",
"/undertaker"
],
"_resolved": "https://registry.npmjs.org/es6-weak-map/-/es6-weak-map-2.0.3.tgz",
"_spec": "2.0.3",
"_where": "F:\\laragon\\www\\wishthis",
"author": {
"name": "Mariusz Nowak",
"email": "medyk@medikoo.com",
"url": "http://www.medikoo.com/"
},
"bugs": {
"url": "https://github.com/medikoo/es6-weak-map/issues"
2022-01-21 08:28:41 +00:00
},
"dependencies": {
"d": "1",
"es5-ext": "^0.10.46",
"es6-iterator": "^2.0.3",
"es6-symbol": "^3.1.1"
},
2022-02-23 16:41:13 +00:00
"description": "ECMAScript6 WeakMap polyfill",
2022-01-21 08:28:41 +00:00
"devDependencies": {
"eslint": "^5.5",
"eslint-config-medikoo-es5": "^1.7",
"tad": "^0.2.8"
},
"eslintConfig": {
"extends": "medikoo-es5",
"root": true,
"globals": {
"WeakMap": true
}
},
2022-02-23 16:41:13 +00:00
"homepage": "https://github.com/medikoo/es6-weak-map#readme",
"keywords": [
"map",
"weakmap",
"collection",
"es6",
"harmony",
"list",
"hash",
"gc",
"ponyfill"
],
"license": "ISC",
"name": "es6-weak-map",
"repository": {
"type": "git",
"url": "git://github.com/medikoo/es6-weak-map.git"
},
2022-01-21 08:28:41 +00:00
"scripts": {
"lint": "eslint --ignore-path=.gitignore .",
"test": "node ./node_modules/tad/bin/tad"
},
2022-02-23 16:41:13 +00:00
"version": "2.0.3"
2022-01-21 08:28:41 +00:00
}