{ "_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" }