{
  "_args": [
    [
      {
        "raw": "proper-lockfile@^1.1.2",
        "scope": null,
        "escapedName": "proper-lockfile",
        "name": "proper-lockfile",
        "rawSpec": "^1.1.2",
        "spec": ">=1.1.2 <2.0.0",
        "type": "range"
      },
      "/home/lively4/lively4/lively4-dummy/node_modules/jspm"
    ]
  ],
  "_from": "proper-lockfile@>=1.1.2 <2.0.0",
  "_id": "proper-lockfile@1.2.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/proper-lockfile",
  "_nodeVersion": "4.4.7",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/proper-lockfile-1.2.0.tgz_1473639030414_0.5891413108911365"
  },
  "_npmUser": {
    "name": "satazor",
    "email": "andremiguelcruz@msn.com"
  },
  "_npmVersion": "2.15.8",
  "_phantomChildren": {},
  "_requested": {
    "raw": "proper-lockfile@^1.1.2",
    "scope": null,
    "escapedName": "proper-lockfile",
    "name": "proper-lockfile",
    "rawSpec": "^1.1.2",
    "spec": ">=1.1.2 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/jspm"
  ],
  "_resolved": "https://registry.npmjs.org/proper-lockfile/-/proper-lockfile-1.2.0.tgz",
  "_shasum": "ceff5dd89d3e5f10fb75e1e8e76bc75801a59c34",
  "_shrinkwrap": null,
  "_spec": "proper-lockfile@^1.1.2",
  "_where": "/home/lively4/lively4/lively4-dummy/node_modules/jspm",
  "author": {
    "name": "IndigoUnited",
    "email": "hello@indigounited.com",
    "url": "http://indigounited.com"
  },
  "bugs": {
    "url": "https://github.com/IndigoUnited/node-proper-lockfile/issues/"
  },
  "dependencies": {
    "err-code": "^1.0.0",
    "extend": "^3.0.0",
    "graceful-fs": "^4.1.2",
    "retry": "^0.10.0"
  },
  "description": "A inter-process and inter-machine lockfile utility that works on a local or network file system.",
  "devDependencies": {
    "@satazor/eslint-config": "^3.1.1",
    "async": "^2.0.0",
    "buffered-spawn": "^2.0.4",
    "coveralls": "^2.11.6",
    "eslint": "^3.5.0",
    "eslint-plugin-react": "^6.2.0",
    "expect.js": "^0.3.1",
    "istanbul": "^0.4.1",
    "mocha": "^3.0.2",
    "rimraf": "^2.5.0",
    "stable": "^0.1.5"
  },
  "directories": {},
  "dist": {
    "shasum": "ceff5dd89d3e5f10fb75e1e8e76bc75801a59c34",
    "tarball": "https://registry.npmjs.org/proper-lockfile/-/proper-lockfile-1.2.0.tgz"
  },
  "gitHead": "1a77721e231d92f6960f6d5065af634c4ea6cbae",
  "homepage": "https://github.com/IndigoUnited/node-proper-lockfile#readme",
  "keywords": [
    "lock",
    "locking",
    "file",
    "lockfile",
    "fs",
    "rename",
    "cross",
    "machine"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "satazor",
      "email": "andremiguelcruz@msn.com"
    }
  ],
  "name": "proper-lockfile",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/IndigoUnited/node-proper-lockfile.git"
  },
  "scripts": {
    "lint": "eslint '{*.js,lib/**/*.js,test/**/*.js}' --ignore-pattern=test/coverage",
    "test": "mocha --bail",
    "test-cov": "istanbul cover --dir test/coverage _mocha -- --bail && echo open test/coverage/lcov-report/index.html",
    "test-travis": "istanbul cover _mocha --report lcovonly -- --bail && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
  },
  "version": "1.2.0"
}
