Files
asciidisco.com/build/node_modules/is-path-global/package.json
2023-08-01 13:49:46 +02:00

71 lines
1.7 KiB
JSON

{
"_from": "is-path-global@^1.0.0",
"_id": "is-path-global@1.0.2",
"_inBundle": false,
"_integrity": "sha1-mzZiH0+D/BzYhtBx24QyZVVYfIM=",
"_location": "/is-path-global",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "is-path-global@^1.0.0",
"name": "is-path-global",
"escapedName": "is-path-global",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/pngout-bin/bin-wrapper"
],
"_resolved": "https://registry.npmjs.org/is-path-global/-/is-path-global-1.0.2.tgz",
"_shasum": "9b36621f4f83fc1cd886d071db84326555587c83",
"_spec": "is-path-global@^1.0.0",
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build/node_modules/pngout-bin/node_modules/bin-wrapper",
"author": {
"name": "Kevin Mårtensson",
"email": "kevinmartensson@gmail.com",
"url": "https://github.com/kevva"
},
"bugs": {
"url": "https://github.com/kevva/is-path-global/issues"
},
"bundleDependencies": false,
"dependencies": {
"is-path-inside": "^1.0.0"
},
"deprecated": false,
"description": "Check if a path is in PATH",
"devDependencies": {
"ava": "^0.0.4"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/kevva/is-path-global#readme",
"keywords": [
"check",
"file",
"filepath",
"folder",
"global",
"in",
"inside",
"path",
"pwd"
],
"license": "MIT",
"name": "is-path-global",
"repository": {
"type": "git",
"url": "git+https://github.com/kevva/is-path-global.git"
},
"scripts": {
"test": "node test.js"
},
"version": "1.0.2"
}