1 | {
|
2 | "name": "path-is-absolute",
|
3 | "version": "2.0.0",
|
4 | "description": "Node.js 0.12 path.isAbsolute() ponyfill",
|
5 | "license": "MIT",
|
6 | "repository": "sindresorhus/path-is-absolute",
|
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 && node test.js"
|
17 | },
|
18 | "files": [
|
19 | "index.js"
|
20 | ],
|
21 | "keywords": [
|
22 | "path",
|
23 | "paths",
|
24 | "file",
|
25 | "dir",
|
26 | "absolute",
|
27 | "isabsolute",
|
28 | "is-absolute",
|
29 | "built-in",
|
30 | "util",
|
31 | "utils",
|
32 | "core",
|
33 | "ponyfill",
|
34 | "polyfill",
|
35 | "shim",
|
36 | "is",
|
37 | "detect",
|
38 | "check"
|
39 | ],
|
40 | "devDependencies": {
|
41 | "xo": "^0.16.0"
|
42 | }
|
43 | }
|