• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "_args": [
3    [
4      "detect-newline@2.1.0",
5      "/Users/rebecca/code/npm"
6    ]
7  ],
8  "_from": "detect-newline@2.1.0",
9  "_id": "detect-newline@2.1.0",
10  "_inBundle": false,
11  "_integrity": "sha1-9B8cEL5LAOh7XxPaaAdZ8sW/0+I=",
12  "_location": "/detect-newline",
13  "_phantomChildren": {},
14  "_requested": {
15    "type": "version",
16    "registry": true,
17    "raw": "detect-newline@2.1.0",
18    "name": "detect-newline",
19    "escapedName": "detect-newline",
20    "rawSpec": "2.1.0",
21    "saveSpec": null,
22    "fetchSpec": "2.1.0"
23  },
24  "_requiredBy": [
25    "/"
26  ],
27  "_resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-2.1.0.tgz",
28  "_spec": "2.1.0",
29  "_where": "/Users/rebecca/code/npm",
30  "author": {
31    "name": "Sindre Sorhus",
32    "email": "sindresorhus@gmail.com",
33    "url": "sindresorhus.com"
34  },
35  "bugs": {
36    "url": "https://github.com/sindresorhus/detect-newline/issues"
37  },
38  "description": "Detect the dominant newline character of a string",
39  "devDependencies": {
40    "ava": "*",
41    "xo": "*"
42  },
43  "engines": {
44    "node": ">=0.10.0"
45  },
46  "files": [
47    "index.js"
48  ],
49  "homepage": "https://github.com/sindresorhus/detect-newline#readme",
50  "keywords": [
51    "newline",
52    "linebreak",
53    "line-break",
54    "line",
55    "lf",
56    "crlf",
57    "eol",
58    "linefeed",
59    "character",
60    "char"
61  ],
62  "license": "MIT",
63  "name": "detect-newline",
64  "repository": {
65    "type": "git",
66    "url": "git+https://github.com/sindresorhus/detect-newline.git"
67  },
68  "scripts": {
69    "test": "xo && ava"
70  },
71  "version": "2.1.0"
72}
73