File size: 899 Bytes
b5ea024
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
  "name": "es6-weak-map",
  "version": "2.0.3",
  "description": "ECMAScript6 WeakMap polyfill",
  "author": "Mariusz Nowak <[email protected]> (http://www.medikoo.com/)",
  "keywords": [
    "map",
    "weakmap",
    "collection",
    "es6",
    "harmony",
    "list",
    "hash",
    "gc",
    "ponyfill"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/medikoo/es6-weak-map.git"
  },
  "dependencies": {
    "d": "1",
    "es5-ext": "^0.10.46",
    "es6-iterator": "^2.0.3",
    "es6-symbol": "^3.1.1"
  },
  "devDependencies": {
    "eslint": "^5.5",
    "eslint-config-medikoo-es5": "^1.7",
    "tad": "^0.2.8"
  },
  "eslintConfig": {
    "extends": "medikoo-es5",
    "root": true,
    "globals": {
      "WeakMap": true
    }
  },
  "scripts": {
    "lint": "eslint --ignore-path=.gitignore .",
    "test": "node ./node_modules/tad/bin/tad"
  },
  "license": "ISC"
}