Blame view

node_modules/tmp/package.json 1.57 KB
ce4c83ff   wxy   初始提交
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
73
74
  {
    "_args": [
      [
        "tmp@0.0.33",
        "D:\\WS\\WebstormProjects\\222\\lawyer"
      ]
    ],
    "_development": true,
    "_from": "tmp@0.0.33",
    "_id": "tmp@0.0.33",
    "_inBundle": false,
    "_integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==",
    "_location": "/tmp",
    "_phantomChildren": {},
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "tmp@0.0.33",
      "name": "tmp",
      "escapedName": "tmp",
      "rawSpec": "0.0.33",
      "saveSpec": null,
      "fetchSpec": "0.0.33"
    },
    "_requiredBy": [
      "/external-editor"
    ],
    "_resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz",
    "_spec": "0.0.33",
    "_where": "D:\\WS\\WebstormProjects\\222\\lawyer",
    "author": {
      "name": "KARASZI István",
      "email": "github@spam.raszi.hu",
      "url": "http://raszi.hu/"
    },
    "bugs": {
      "url": "http://github.com/raszi/node-tmp/issues"
    },
    "dependencies": {
      "os-tmpdir": "~1.0.2"
    },
    "description": "Temporary file and directory creator",
    "devDependencies": {
      "vows": "~0.7.0"
    },
    "engines": {
      "node": ">=0.6.0"
    },
    "files": [
      "lib/"
    ],
    "homepage": "http://github.com/raszi/node-tmp",
    "keywords": [
      "temporary",
      "tmp",
      "temp",
      "tempdir",
      "tempfile",
      "tmpdir",
      "tmpfile"
    ],
    "license": "MIT",
    "main": "lib/tmp.js",
    "name": "tmp",
    "repository": {
      "type": "git",
      "url": "git+https://github.com/raszi/node-tmp.git"
    },
    "scripts": {
      "doc": "jsdoc -c .jsdoc.json",
      "test": "vows test/*-test.js"
    },
    "version": "0.0.33"
  }