Blame view

node_modules/del/package.json 2.02 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
  {
    "_args": [
      [
        "del@2.2.2",
        "D:\\WS\\WebstormProjects\\222\\lawyer"
      ]
    ],
    "_development": true,
    "_from": "del@2.2.2",
    "_id": "del@2.2.2",
    "_inBundle": false,
    "_integrity": "sha1-wSyYHQZ4RshLyvhiz/kw2Qf/0ag=",
    "_location": "/del",
    "_phantomChildren": {
      "array-union": "1.0.2",
      "arrify": "1.0.1",
      "glob": "7.1.3",
      "object-assign": "4.1.1",
      "pinkie-promise": "2.0.1"
    },
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "del@2.2.2",
      "name": "del",
      "escapedName": "del",
      "rawSpec": "2.2.2",
      "saveSpec": null,
      "fetchSpec": "2.2.2"
    },
    "_requiredBy": [
      "/flat-cache"
    ],
    "_resolved": "https://registry.npmjs.org/del/-/del-2.2.2.tgz",
    "_spec": "2.2.2",
    "_where": "D:\\WS\\WebstormProjects\\222\\lawyer",
    "author": {
      "name": "Sindre Sorhus",
      "email": "sindresorhus@gmail.com",
      "url": "sindresorhus.com"
    },
    "bugs": {
      "url": "https://github.com/sindresorhus/del/issues"
    },
    "dependencies": {
      "globby": "^5.0.0",
      "is-path-cwd": "^1.0.0",
      "is-path-in-cwd": "^1.0.0",
      "object-assign": "^4.0.1",
      "pify": "^2.0.0",
      "pinkie-promise": "^2.0.0",
      "rimraf": "^2.2.8"
    },
    "description": "Delete files and folders",
    "devDependencies": {
      "ava": "*",
      "fs-extra": "^0.30.0",
      "path-exists": "^2.0.0",
      "tempfile": "^1.1.1",
      "xo": "*"
    },
    "engines": {
      "node": ">=0.10.0"
    },
    "files": [
      "index.js"
    ],
    "homepage": "https://github.com/sindresorhus/del#readme",
    "keywords": [
      "delete",
      "del",
      "remove",
      "destroy",
      "trash",
      "unlink",
      "clean",
      "cleaning",
      "cleanup",
      "rm",
      "rmrf",
      "rimraf",
      "rmdir",
      "glob",
      "gulpfriendly",
      "file",
      "files",
      "folder",
      "dir",
      "directory",
      "fs",
      "filesystem"
    ],
    "license": "MIT",
    "name": "del",
    "repository": {
      "type": "git",
      "url": "git+https://github.com/sindresorhus/del.git"
    },
    "scripts": {
      "test": "xo && ava"
    },
    "version": "2.2.2"
  }