• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "_from": "path-is-absolute@^1.0.0",
3  "_id": "path-is-absolute@1.0.1",
4  "_inBundle": false,
5  "_integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=",
6  "_location": "/path-is-absolute",
7  "_phantomChildren": {},
8  "_requested": {
9    "type": "range",
10    "registry": true,
11    "raw": "path-is-absolute@^1.0.0",
12    "name": "path-is-absolute",
13    "escapedName": "path-is-absolute",
14    "rawSpec": "^1.0.0",
15    "saveSpec": null,
16    "fetchSpec": "^1.0.0"
17  },
18  "_requiredBy": [
19    "/glob"
20  ],
21  "_resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
22  "_shasum": "174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f",
23  "_spec": "path-is-absolute@^1.0.0",
24  "_where": "/Users/rebecca/code/npm/node_modules/glob",
25  "author": {
26    "name": "Sindre Sorhus",
27    "email": "sindresorhus@gmail.com",
28    "url": "sindresorhus.com"
29  },
30  "bugs": {
31    "url": "https://github.com/sindresorhus/path-is-absolute/issues"
32  },
33  "bundleDependencies": false,
34  "deprecated": false,
35  "description": "Node.js 0.12 path.isAbsolute() ponyfill",
36  "devDependencies": {
37    "xo": "^0.16.0"
38  },
39  "engines": {
40    "node": ">=0.10.0"
41  },
42  "files": [
43    "index.js"
44  ],
45  "homepage": "https://github.com/sindresorhus/path-is-absolute#readme",
46  "keywords": [
47    "path",
48    "paths",
49    "file",
50    "dir",
51    "absolute",
52    "isabsolute",
53    "is-absolute",
54    "built-in",
55    "util",
56    "utils",
57    "core",
58    "ponyfill",
59    "polyfill",
60    "shim",
61    "is",
62    "detect",
63    "check"
64  ],
65  "license": "MIT",
66  "name": "path-is-absolute",
67  "repository": {
68    "type": "git",
69    "url": "git+https://github.com/sindresorhus/path-is-absolute.git"
70  },
71  "scripts": {
72    "test": "xo && node test.js"
73  },
74  "version": "1.0.1"
75}
76