summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/longest-streak/package.json
blob: 3db11ba85102303499ce5ec0fc469cec1041bddf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
  "_args": [
    [
      {
        "raw": "longest-streak@^1.0.0",
        "scope": null,
        "escapedName": "longest-streak",
        "name": "longest-streak",
        "rawSpec": "^1.0.0",
        "spec": ">=1.0.0 <2.0.0",
        "type": "range"
      },
      "j:\\temp\\_git\\node-fork\\tools\\eslint\\node_modules\\remark-stringify"
    ]
  ],
  "_from": "longest-streak@>=1.0.0 <2.0.0",
  "_id": "longest-streak@1.0.0",
  "_inCache": true,
  "_location": "/longest-streak",
  "_nodeVersion": "2.3.3",
  "_npmUser": {
    "name": "wooorm",
    "email": "tituswormer@gmail.com"
  },
  "_npmVersion": "2.11.3",
  "_phantomChildren": {},
  "_requested": {
    "raw": "longest-streak@^1.0.0",
    "scope": null,
    "escapedName": "longest-streak",
    "name": "longest-streak",
    "rawSpec": "^1.0.0",
    "spec": ">=1.0.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/remark-stringify"
  ],
  "_resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-1.0.0.tgz",
  "_shasum": "d06597c4d4c31b52ccb1f5d8f8fe7148eafd6965",
  "_shrinkwrap": null,
  "_spec": "longest-streak@^1.0.0",
  "_where": "j:\\temp\\_git\\node-fork\\tools\\eslint\\node_modules\\remark-stringify",
  "author": {
    "name": "Titus Wormer",
    "email": "tituswormer@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/wooorm/longest-streak/issues"
  },
  "dependencies": {},
  "description": "Count the longest repeating streak of a character",
  "devDependencies": {
    "browserify": "^10.0.0",
    "eslint": "^0.24.0",
    "esmangle": "^1.0.0",
    "istanbul": "^0.3.0",
    "jscs": "^1.0.0",
    "jscs-jsdoc": "^1.0.0",
    "mdast": "^0.26.0",
    "mdast-github": "^0.3.1",
    "mdast-lint": "^0.4.1",
    "mdast-yaml-config": "^0.2.0",
    "mocha": "^2.0.0"
  },
  "directories": {},
  "dist": {
    "shasum": "d06597c4d4c31b52ccb1f5d8f8fe7148eafd6965",
    "tarball": "https://registry.npmjs.org/longest-streak/-/longest-streak-1.0.0.tgz"
  },
  "files": [
    "index.js",
    "LICENSE"
  ],
  "gitHead": "77606ef995c1825d353f1a12ef7ded403df67c52",
  "homepage": "https://github.com/wooorm/longest-streak#readme",
  "keywords": [
    "count",
    "length",
    "longest",
    "repeating",
    "streak",
    "character"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "wooorm",
      "email": "tituswormer@gmail.com"
    }
  ],
  "name": "longest-streak",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wooorm/longest-streak.git"
  },
  "scripts": {
    "build": "npm run build-md && npm run build-bundle",
    "build-bundle": "browserify index.js --bare -s longestStreak > longest-streak.js",
    "build-md": "mdast . LICENSE --output --quiet",
    "lint": "npm run lint-api && npm run lint-style",
    "lint-api": "eslint .",
    "lint-style": "jscs --reporter inline .",
    "make": "npm run lint && npm run test-coverage",
    "postbuild-bundle": "esmangle longest-streak.js > longest-streak.min.js",
    "test": "npm run test-api",
    "test-api": "mocha --check-leaks test.js",
    "test-coverage": "istanbul cover _mocha -- --check-leaks test.js",
    "test-coveralls": "istanbul cover _mocha --report lcovonly -- --check-leaks test.js",
    "test-travis": "npm run test-coveralls"
  },
  "version": "1.0.0"
}