123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- {
- "_args": [
- [
- "istanbul-lib-hook@1.2.2",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "istanbul-lib-hook@1.2.2",
- "_id": "istanbul-lib-hook@1.2.2",
- "_inBundle": false,
- "_integrity": "sha1-vGvwfxKmQfvxyFOR0Nqo8K6mv4Y=",
- "_location": "/istanbul-lib-hook",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "istanbul-lib-hook@1.2.2",
- "name": "istanbul-lib-hook",
- "escapedName": "istanbul-lib-hook",
- "rawSpec": "1.2.2",
- "saveSpec": null,
- "fetchSpec": "1.2.2"
- },
- "_requiredBy": [
- "/istanbul-api"
- ],
- "_resolved": "https://registry.npm.taobao.org/istanbul-lib-hook/download/istanbul-lib-hook-1.2.2.tgz",
- "_spec": "1.2.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": {
- "append-transform": "^0.4.0"
- },
- "description": "Hooks for require, vm and script used in istanbul",
- "devDependencies": {
- "chai": "^3.0.0",
- "jshint": "^2.8.0",
- "mocha": "^3.2.0"
- },
- "files": [
- "lib",
- "index.js"
- ],
- "homepage": "https://github.com/istanbuljs/istanbuljs#readme",
- "keywords": [
- "istanbul",
- "hook"
- ],
- "license": "BSD-3-Clause",
- "main": "index.js",
- "name": "istanbul-lib-hook",
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git"
- },
- "scripts": {
- "pretest": "jshint index.js lib/ test/",
- "test": "mocha"
- },
- "version": "1.2.2"
- }
|