123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- {
- "_args": [
- [
- "istanbul-lib-instrument@1.10.2",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "istanbul-lib-instrument@1.10.2",
- "_id": "istanbul-lib-instrument@1.10.2",
- "_inBundle": false,
- "_integrity": "sha1-H1XtEKw8R/K93dUweTUSZ1TQqco=",
- "_location": "/istanbul-lib-instrument",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "istanbul-lib-instrument@1.10.2",
- "name": "istanbul-lib-instrument",
- "escapedName": "istanbul-lib-instrument",
- "rawSpec": "1.10.2",
- "saveSpec": null,
- "fetchSpec": "1.10.2"
- },
- "_requiredBy": [
- "/babel-plugin-istanbul",
- "/istanbul-api",
- "/jest/jest-cli"
- ],
- "_resolved": "https://registry.npm.taobao.org/istanbul-lib-instrument/download/istanbul-lib-instrument-1.10.2.tgz",
- "_spec": "1.10.2",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "author": {
- "name": "Krishnan Anantheswaran",
- "email": "kananthmail-github@yahoo.com"
- },
- "bugs": {
- "url": "https://github.com/istanbuljs/istanbuljs/issues"
- },
- "dependencies": {
- "babel-generator": "^6.18.0",
- "babel-template": "^6.16.0",
- "babel-traverse": "^6.18.0",
- "babel-types": "^6.18.0",
- "babylon": "^6.18.0",
- "istanbul-lib-coverage": "^1.2.1",
- "semver": "^5.3.0"
- },
- "description": "Core istanbul API for JS code coverage",
- "devDependencies": {
- "babel-cli": "^6.3.17",
- "babel-plugin-istanbul": "^2.0.3",
- "babel-preset-env": "^1.6.1",
- "babel-register": "^6.16.3",
- "chai": "^3.0.0",
- "clone": "^2.0.0",
- "coveralls": "^2.11.4",
- "cross-env": "^2.0.1",
- "documentation": "^4.0.0-beta9",
- "js-yaml": "^3.3.1",
- "jshint": "^2.8.0",
- "mocha": "^3.1.2",
- "nopt": "^3.0.6"
- },
- "files": [
- "dist"
- ],
- "homepage": "https://github.com/istanbuljs/istanbuljs",
- "keywords": [
- "coverage",
- "istanbul",
- "js",
- "instrumentation"
- ],
- "license": "BSD-3-Clause",
- "main": "dist/index.js",
- "name": "istanbul-lib-instrument",
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git"
- },
- "scripts": {
- "prepublish": "npm run release",
- "pretest": "jshint src/ test/",
- "release": "babel src --out-dir dist && documentation build -f md -o api.md src",
- "test": "mocha --require=babel-register"
- },
- "version": "1.10.2"
- }
|