liudong
2023-05-29 340f156319b863525e50e900c58e59b86ecb3d5e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
  "_from": "grunt-simple-mocha@~0.4.1",
  "_id": "grunt-simple-mocha@0.4.1",
  "_inBundle": false,
  "_integrity": "sha512-EibTuZVvyLd9v/9An+5sL+XLoArs1QkFSTUcOG/AbBzeCYemZppcO9YSEspWUwU/T/NNtAyzB+x7B6zAmKQqkA==",
  "_location": "/grunt-simple-mocha",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "grunt-simple-mocha@~0.4.1",
    "name": "grunt-simple-mocha",
    "escapedName": "grunt-simple-mocha",
    "rawSpec": "~0.4.1",
    "saveSpec": null,
    "fetchSpec": "~0.4.1"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/grunt-simple-mocha/-/grunt-simple-mocha-0.4.1.tgz",
  "_shasum": "579449249eaf0a81878fa72f3edab5145d45fd77",
  "_spec": "grunt-simple-mocha@~0.4.1",
  "_where": "/home/l/plc/node-red",
  "author": {
    "name": "Mukund Lakshman",
    "email": "yaymukund@gmail.com",
    "url": "http://yaymukund.com"
  },
  "bin": {
    "grunt-simple-mocha": "bin/grunt-simple-mocha"
  },
  "bugs": {
    "url": "https://github.com/yaymukund/grunt-simple-mocha/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "mocha": "*"
  },
  "deprecated": false,
  "description": "A simple wrapper for running tests with Mocha.",
  "devDependencies": {
    "grunt": "0.4.x",
    "grunt-contrib-jshint": "0.1.x",
    "mocha": "^2.3.4"
  },
  "engines": {
    "node": "*"
  },
  "homepage": "https://github.com/yaymukund/grunt-simple-mocha",
  "keywords": [
    "gruntplugin",
    "mocha",
    "test"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/yaymukund/grunt-simple-mocha/blob/master/LICENSE-MIT"
    }
  ],
  "main": "grunt.js",
  "name": "grunt-simple-mocha",
  "repository": {
    "type": "git",
    "url": "git://github.com/yaymukund/grunt-simple-mocha.git"
  },
  "scripts": {
    "test": "node_modules/mocha/bin/mocha tests/acceptance-tests.js"
  },
  "version": "0.4.1"
}