[d565449] | 1 | {
|
---|
[79a0317] | 2 | "_from": "path-is-absolute@^1.0.0",
|
---|
| 3 | "_id": "path-is-absolute@1.0.1",
|
---|
| 4 | "_inBundle": false,
|
---|
| 5 | "_integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
|
---|
| 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": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/glob",
|
---|
[d565449] | 25 | "author": {
|
---|
| 26 | "name": "Sindre Sorhus",
|
---|
| 27 | "email": "sindresorhus@gmail.com",
|
---|
| 28 | "url": "sindresorhus.com"
|
---|
| 29 | },
|
---|
[79a0317] | 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 | },
|
---|
[d565449] | 39 | "engines": {
|
---|
| 40 | "node": ">=0.10.0"
|
---|
| 41 | },
|
---|
| 42 | "files": [
|
---|
| 43 | "index.js"
|
---|
| 44 | ],
|
---|
[79a0317] | 45 | "homepage": "https://github.com/sindresorhus/path-is-absolute#readme",
|
---|
[d565449] | 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 | ],
|
---|
[79a0317] | 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"
|
---|
[d565449] | 75 | }
|
---|