aswi2020vldc-gitlab/templetes/node_modules/os-tmpdir/package.json @ 45073efd
1 | 3a515b92 | cagy | {
|
---|---|---|---|
2 | "name": "os-tmpdir", |
||
3 | "version": "1.0.2", |
||
4 | "description": "Node.js os.tmpdir() ponyfill", |
||
5 | "license": "MIT", |
||
6 | "repository": "sindresorhus/os-tmpdir", |
||
7 | "author": { |
||
8 | "name": "Sindre Sorhus", |
||
9 | "email": "sindresorhus@gmail.com", |
||
10 | "url": "sindresorhus.com" |
||
11 | }, |
||
12 | "engines": { |
||
13 | "node": ">=0.10.0" |
||
14 | }, |
||
15 | "scripts": { |
||
16 | "test": "xo && ava" |
||
17 | }, |
||
18 | "files": [ |
||
19 | "index.js" |
||
20 | ], |
||
21 | "keywords": [ |
||
22 | "built-in", |
||
23 | "core", |
||
24 | "ponyfill", |
||
25 | "polyfill", |
||
26 | "shim", |
||
27 | "os", |
||
28 | "tmpdir", |
||
29 | "tempdir", |
||
30 | "tmp", |
||
31 | "temp", |
||
32 | "dir", |
||
33 | "directory", |
||
34 | "env", |
||
35 | "environment" |
||
36 | ], |
||
37 | "devDependencies": { |
||
38 | "ava": "*", |
||
39 | "xo": "^0.16.0" |
||
40 | } |
||
41 | }
|