{
  "_from": "weakmap-polyfill@2.0.0",
  "_id": "weakmap-polyfill@2.0.0",
  "_inBundle": false,
  "_integrity": "sha1-jyj5NeOFOJatQHR+UljbV42dyN4=",
  "_location": "/weakmap-polyfill",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "weakmap-polyfill@2.0.0",
    "name": "weakmap-polyfill",
    "escapedName": "weakmap-polyfill",
    "rawSpec": "2.0.0",
    "saveSpec": null,
    "fetchSpec": "2.0.0"
  },
  "_requiredBy": [
    "/@vimeo/player"
  ],
  "_resolved": "https://registry.npmjs.org/weakmap-polyfill/-/weakmap-polyfill-2.0.0.tgz",
  "_shasum": "8f28f935e3853896ad40747e5258db578d9dc8de",
  "_spec": "weakmap-polyfill@2.0.0",
  "_where": "/home/alex/Projects/SDPK/Works/content/sdpk-content/node_modules/@vimeo/player",
  "author": {
    "name": "polygon planet"
  },
  "bugs": {
    "url": "https://github.com/polygonplanet/weakmap-polyfill/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "ECMAScript6 WeakMap polyfill",
  "devDependencies": {
    "es5-shim": "^4.5.8",
    "karma": "^0.13.22",
    "karma-chrome-launcher": "^0.2.3",
    "karma-detect-browsers": "^2.1.0",
    "karma-firefox-launcher": "^0.1.7",
    "karma-ie-launcher": "^0.2.0",
    "karma-mocha": "^0.2.2",
    "karma-mocha-reporter": "^2.0.2",
    "karma-safari-launcher": "^0.1.1",
    "mocha": "^2.4.5",
    "power-assert": "^1.3.1",
    "uglify-js": "^2.6.2"
  },
  "directories": {
    "test": "tests"
  },
  "homepage": "https://github.com/polygonplanet/weakmap-polyfill",
  "keywords": [
    "weakmap",
    "polyfill",
    "shim",
    "es6",
    "es2015",
    "ecmascript",
    "javascript"
  ],
  "license": "MIT",
  "main": "weakmap-polyfill.js",
  "name": "weakmap-polyfill",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/polygonplanet/weakmap-polyfill.git"
  },
  "scripts": {
    "minify": "uglifyjs weakmap-polyfill.js -o weakmap-polyfill.min.js --keep-fnames --comments -m -b ascii-only=true,beautify=false",
    "test": "mocha tests/test-node && mocha tests/test-node-polyfill && karma start karma.conf.js",
    "travis": "mocha tests/test-node && mocha tests/test-node-polyfill && karma start karma.conf.js --single-run"
  },
  "version": "2.0.0"
}
