{
  "_args": [
    [
      "imul@1.0.1",
      "D:\\Development\\Work\\CENOS\\cenos-support"
    ]
  ],
  "_from": "imul@1.0.1",
  "_id": "imul@1.0.1",
  "_inBundle": false,
  "_integrity": "sha1-nVhnFh6LPelsLDjV3HyxAvNeKsk=",
  "_location": "/imul",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "imul@1.0.1",
    "name": "imul",
    "escapedName": "imul",
    "rawSpec": "1.0.1",
    "saveSpec": null,
    "fetchSpec": "1.0.1"
  },
  "_requiredBy": [
    "/fmix",
    "/murmur-32"
  ],
  "_resolved": "https://registry.npmjs.org/imul/-/imul-1.0.1.tgz",
  "_spec": "1.0.1",
  "_where": "D:\\Development\\Work\\CENOS\\cenos-support",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/imul/issues"
  },
  "description": "ES2015 Math.imul() ponyfill",
  "devDependencies": {
    "ava": "*"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/sindresorhus/imul#readme",
  "keywords": [
    "es2015",
    "ponyfill",
    "polyfill",
    "shim",
    "number",
    "math",
    "imul",
    "multiplication"
  ],
  "license": "MIT",
  "name": "imul",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/imul.git"
  },
  "scripts": {
    "test": "ava"
  },
  "version": "1.0.1"
}
