{
  "_from": "newline@0.0.3",
  "_id": "newline@0.0.3",
  "_inBundle": false,
  "_integrity": "sha1-D2p0STIj26BP59v7bNyAS/fkbdA=",
  "_location": "/newline",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "newline@0.0.3",
    "name": "newline",
    "escapedName": "newline",
    "rawSpec": "0.0.3",
    "saveSpec": null,
    "fetchSpec": "0.0.3"
  },
  "_requiredBy": [
    "/postgrator"
  ],
  "_resolved": "https://registry.npmjs.org/newline/-/newline-0.0.3.tgz",
  "_shasum": "0f6a74493223dba04fe7dbfb6cdc804bf7e46dd0",
  "_spec": "newline@0.0.3",
  "_where": "/mnt/documents/Workspaces/nearForm/trail/packages/trail-core/node_modules/postgrator",
  "author": {
    "name": "Daniel Chatfield"
  },
  "bugs": {
    "url": "https://github.com/danielchatfield/node-newline/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "A small module for detecting line endings in files.",
  "devDependencies": {
    "gulp": "~3.5.2",
    "gulp-jscs": "~0.3.0",
    "gulp-jshint": "~1.4.0",
    "gulp-mocha": "~0.4.1",
    "jshint-stylish": "~0.1.5",
    "mocha": "~1.17.1",
    "should": "~3.1.2"
  },
  "homepage": "https://github.com/danielchatfield/node-newline#readme",
  "jshintConfig": {
    "curly": true,
    "eqeqeq": true,
    "immed": true,
    "indent": 2,
    "latedef": true,
    "newcap": true,
    "noarg": true,
    "strict": true,
    "sub": true,
    "trailing": true,
    "undef": true,
    "unused": true,
    "boss": true,
    "eqnull": true,
    "node": true,
    "globals": {
      "describe": false,
      "it": false,
      "before": false,
      "beforeEach": false,
      "after": false,
      "afterEach": false
    }
  },
  "keywords": [
    "line-endings"
  ],
  "license": "Artistic-2.0",
  "main": "index.js",
  "name": "newline",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/danielchatfield/node-newline.git"
  },
  "scripts": {
    "test": "gulp test"
  },
  "version": "0.0.3"
}
