{
  "_args": [
    [
      "two-sum@1.0.0",
      "/home/olicomnetpl/domains/olicom.net.pl/public_html/agrochest_web"
    ]
  ],
  "_from": "two-sum@1.0.0",
  "_id": "two-sum@1.0.0",
  "_inBundle": false,
  "_integrity": "sha1-MdPzIjnk9zHsqd+RVeKyl/AIq2Q=",
  "_location": "/two-sum",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "two-sum@1.0.0",
    "name": "two-sum",
    "escapedName": "two-sum",
    "rawSpec": "1.0.0",
    "saveSpec": null,
    "fetchSpec": "1.0.0"
  },
  "_requiredBy": [
    "/robust-scale"
  ],
  "_resolved": "https://registry.npmjs.org/two-sum/-/two-sum-1.0.0.tgz",
  "_spec": "1.0.0",
  "_where": "/home/olicomnetpl/domains/olicom.net.pl/public_html/agrochest_web",
  "author": {
    "name": "Mikola Lysenko"
  },
  "bugs": {
    "url": "https://github.com/mikolalysenko/two-sum/issues"
  },
  "dependencies": {},
  "description": "Computes a non-overlapping sequence representing the sum of two floating point numbers.",
  "devDependencies": {
    "tape": "~1.1.0"
  },
  "directories": {
    "test": "test"
  },
  "homepage": "https://github.com/mikolalysenko/two-sum#readme",
  "keywords": [
    "two",
    "sum",
    "floating",
    "point",
    "robust",
    "exact"
  ],
  "license": "MIT",
  "main": "two-sum.js",
  "name": "two-sum",
  "repository": {
    "type": "git",
    "url": "git://github.com/mikolalysenko/two-sum.git"
  },
  "scripts": {
    "test": "tap test/*"
  },
  "version": "1.0.0"
}
