{ "_args": [ [ { "raw": "ccount@^1.0.0", "scope": null, "escapedName": "ccount", "name": "ccount", "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": "ccount@>=1.0.0 <2.0.0", "_id": "ccount@1.0.1", "_inCache": true, "_location": "/ccount", "_nodeVersion": "5.0.0", "_npmOperationalInternal": { "host": "packages-16-east.internal.npmjs.com", "tmp": "tmp/ccount-1.0.1.tgz_1469303388454_0.4032677055802196" }, "_npmUser": { "name": "wooorm", "email": "tituswormer@gmail.com" }, "_npmVersion": "3.3.6", "_phantomChildren": {}, "_requested": { "raw": "ccount@^1.0.0", "scope": null, "escapedName": "ccount", "name": "ccount", "rawSpec": "^1.0.0", "spec": ">=1.0.0 <2.0.0", "type": "range" }, "_requiredBy": [ "/remark-stringify" ], "_resolved": "https://registry.npmjs.org/ccount/-/ccount-1.0.1.tgz", "_shasum": "665687945168c218ec77ff61a4155ae00227a96c", "_shrinkwrap": null, "_spec": "ccount@^1.0.0", "_where": "j:\\temp\\_git\\node-fork\\tools\\eslint\\node_modules\\remark-stringify", "author": { "name": "Titus Wormer", "email": "tituswormer@gmail.com", "url": "http://wooorm.com" }, "bugs": { "url": "https://github.com/wooorm/ccount/issues" }, "contributors": [ { "name": "Titus Wormer", "email": "tituswormer@gmail.com", "url": "http://wooorm.com" } ], "dependencies": {}, "description": "Count characters", "devDependencies": { "browserify": "^13.0.1", "esmangle": "^1.0.1", "nyc": "^7.0.0", "remark-cli": "^1.0.0", "remark-comment-config": "^4.0.0", "remark-github": "^5.0.0", "remark-lint": "^4.0.0", "remark-validate-links": "^4.0.0", "tape": "^4.0.0", "xo": "^0.16.0" }, "directories": {}, "dist": { "shasum": "665687945168c218ec77ff61a4155ae00227a96c", "tarball": "https://registry.npmjs.org/ccount/-/ccount-1.0.1.tgz" }, "files": [ "index.js" ], "gitHead": "5a787f3e93dd18d121b9bd4be6d1da96c8c17187", "homepage": "https://github.com/wooorm/ccount#readme", "keywords": [ "character", "count", "char" ], "license": "MIT", "maintainers": [ { "name": "wooorm", "email": "tituswormer@gmail.com" } ], "name": "ccount", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "remarkConfig": { "output": true, "plugins": [ "comment-config", "github", "lint", "validate-links" ], "settings": { "bullet": "*" } }, "repository": { "type": "git", "url": "git+https://github.com/wooorm/ccount.git" }, "scripts": { "build": "npm run build-md && npm run build-bundle && npm run build-mangle", "build-bundle": "browserify index.js --bare -s ccount > ccount.js", "build-mangle": "esmangle ccount.js > ccount.min.js", "build-md": "remark . --quiet --frail", "lint": "xo", "test": "npm run build && npm run lint && npm run test-coverage", "test-api": "node test", "test-coverage": "nyc --reporter lcov tape test.js" }, "version": "1.0.1", "xo": { "space": true, "ignores": [ "ccount.js", "ccount.min.js" ] } }