12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- {
- "_args": [
- [
- "istanbul-lib-report@1.1.5",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "istanbul-lib-report@1.1.5",
- "_id": "istanbul-lib-report@1.1.5",
- "_inBundle": false,
- "_integrity": "sha1-8qZX/GKC+WFwqvKB6zCkWPf0Fww=",
- "_location": "/istanbul-lib-report",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "istanbul-lib-report@1.1.5",
- "name": "istanbul-lib-report",
- "escapedName": "istanbul-lib-report",
- "rawSpec": "1.1.5",
- "saveSpec": null,
- "fetchSpec": "1.1.5"
- },
- "_requiredBy": [
- "/istanbul-api"
- ],
- "_resolved": "https://registry.npm.taobao.org/istanbul-lib-report/download/istanbul-lib-report-1.1.5.tgz",
- "_spec": "1.1.5",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "author": {
- "name": "Krishnan Anantheswaran",
- "email": "kananthmail-github@yahoo.com"
- },
- "bugs": {
- "url": "https://github.com/istanbuljs/istanbuljs/issues"
- },
- "dependencies": {
- "istanbul-lib-coverage": "^1.2.1",
- "mkdirp": "^0.5.1",
- "path-parse": "^1.0.5",
- "supports-color": "^3.1.2"
- },
- "description": "Base reporting library for istanbul",
- "devDependencies": {
- "chai": "^3.0.0",
- "istanbul": "^0.4.0",
- "jshint": "^2.8.0",
- "mocha": "^3.2.0",
- "rimraf": "^2.6.1"
- },
- "files": [
- "lib",
- "index.js"
- ],
- "homepage": "https://github.com/istanbuljs/istanbuljs",
- "keywords": [
- "istanbul",
- "report",
- "api",
- "lib"
- ],
- "license": "BSD-3-Clause",
- "main": "index.js",
- "name": "istanbul-lib-report",
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git"
- },
- "scripts": {
- "pretest": "jshint index.js lib/ test/",
- "test": "mocha"
- },
- "version": "1.1.5"
- }
|