1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- {
- "_from": "grunt-mocha-test",
- "_id": "grunt-mocha-test@0.13.3",
- "_inBundle": false,
- "_integrity": "sha1-kChHK2Fb2m3eqnswpaFk6YBd4AU=",
- "_location": "/grunt-mocha-test",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "grunt-mocha-test",
- "name": "grunt-mocha-test",
- "escapedName": "grunt-mocha-test",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#DEV:/",
- "#USER"
- ],
- "_resolved": "http://registry.npm.taobao.org/grunt-mocha-test/download/grunt-mocha-test-0.13.3.tgz",
- "_shasum": "9028472b615bda6ddeaa7b30a5a164e9805de005",
- "_spec": "grunt-mocha-test",
- "_where": "E:\\dev\\007\\node_module\\node10",
- "author": {
- "name": "Peter Halliday",
- "email": "pghalliday@gmail.com",
- "url": "http://pghalliday.github.io/"
- },
- "bugs": {
- "url": "https://github.com/pghalliday/grunt-mocha-test/issues"
- },
- "bundleDependencies": false,
- "config": {
- "travis-cov": {
- "threshold": 100
- }
- },
- "dependencies": {
- "hooker": "^0.2.3",
- "mkdirp": "^0.5.0"
- },
- "deprecated": false,
- "description": "A grunt task for running server side mocha tests",
- "devDependencies": {
- "chai": "^3.5.0",
- "coffee-script": "^1.10.0",
- "grunt": "^1.0.1",
- "grunt-cli": "^1.2.0",
- "grunt-continue": "^0.1.0",
- "grunt-contrib-clean": "^1.0.0",
- "grunt-contrib-copy": "^1.0.0",
- "grunt-contrib-jshint": "^1.0.0",
- "grunt-coveralls": "^1.0.1",
- "grunt-env": "^0.4.4",
- "grunt-istanbul": "^0.7.1",
- "grunt-istanbul-coverage": "^0.1.4",
- "mocha": "^3.0.2",
- "rimraf": "^2.5.0"
- },
- "engines": {
- "node": ">= 0.10.4"
- },
- "files": [
- "tasks",
- "LICENSE-MIT"
- ],
- "homepage": "https://github.com/pghalliday/grunt-mocha-test",
- "keywords": [
- "gruntplugin",
- "mocha",
- "test"
- ],
- "license": "MIT",
- "name": "grunt-mocha-test",
- "peerDependencies": {
- "mocha": ">=1.20.0"
- },
- "repository": {
- "type": "git",
- "url": "git://github.com/pghalliday/grunt-mocha-test.git"
- },
- "scripts": {
- "ci": "grunt ci",
- "test": "grunt"
- },
- "version": "0.13.3"
- }
|