Initial commit
[yaffs-website] / node_modules / path-is-absolute / package.json
1 {
2   "_args": [
3     [
4       "path-is-absolute@~1.0.0",
5       "/var/www/yaffs/node_modules/grunt"
6     ]
7   ],
8   "_from": "path-is-absolute@>=1.0.0 <1.1.0",
9   "_id": "path-is-absolute@1.0.1",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/path-is-absolute",
13   "_nodeVersion": "6.6.0",
14   "_npmOperationalInternal": {
15     "host": "packages-12-west.internal.npmjs.com",
16     "tmp": "tmp/path-is-absolute-1.0.1.tgz_1475210523565_0.9876507974695414"
17   },
18   "_npmUser": {
19     "email": "sindresorhus@gmail.com",
20     "name": "sindresorhus"
21   },
22   "_npmVersion": "3.10.3",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "path-is-absolute",
26     "raw": "path-is-absolute@~1.0.0",
27     "rawSpec": "~1.0.0",
28     "scope": null,
29     "spec": ">=1.0.0 <1.1.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/findup-sync/glob",
34     "/glob",
35     "/grunt"
36   ],
37   "_resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
38   "_shasum": "174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f",
39   "_shrinkwrap": null,
40   "_spec": "path-is-absolute@~1.0.0",
41   "_where": "/var/www/yaffs/node_modules/grunt",
42   "author": {
43     "email": "sindresorhus@gmail.com",
44     "name": "Sindre Sorhus",
45     "url": "sindresorhus.com"
46   },
47   "bugs": {
48     "url": "https://github.com/sindresorhus/path-is-absolute/issues"
49   },
50   "dependencies": {},
51   "description": "Node.js 0.12 path.isAbsolute() ponyfill",
52   "devDependencies": {
53     "xo": "^0.16.0"
54   },
55   "directories": {},
56   "dist": {
57     "shasum": "174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f",
58     "tarball": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz"
59   },
60   "engines": {
61     "node": ">=0.10.0"
62   },
63   "files": [
64     "index.js"
65   ],
66   "gitHead": "edc91d348b21dac2ab65ea2fbec2868e2eff5eb6",
67   "homepage": "https://github.com/sindresorhus/path-is-absolute#readme",
68   "keywords": [
69     "absolute",
70     "built-in",
71     "check",
72     "core",
73     "detect",
74     "dir",
75     "file",
76     "is",
77     "is-absolute",
78     "isabsolute",
79     "path",
80     "paths",
81     "polyfill",
82     "ponyfill",
83     "shim",
84     "util",
85     "utils"
86   ],
87   "license": "MIT",
88   "maintainers": [
89     {
90       "name": "sindresorhus",
91       "email": "sindresorhus@gmail.com"
92     }
93   ],
94   "name": "path-is-absolute",
95   "optionalDependencies": {},
96   "readme": "ERROR: No README data found!",
97   "repository": {
98     "type": "git",
99     "url": "git+https://github.com/sindresorhus/path-is-absolute.git"
100   },
101   "scripts": {
102     "test": "xo && node test.js"
103   },
104   "version": "1.0.1"
105 }