work.suroh.tk/node_modules/is-relative-path/package.json

63 lines
1.6 KiB
JSON

{
"_from": "is-relative-path@^1.0.2",
"_id": "is-relative-path@1.0.2",
"_inBundle": false,
"_integrity": "sha1-CRtGoNZ8HtD+hfH4z93gBrslHUY=",
"_location": "/is-relative-path",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "is-relative-path@^1.0.2",
"name": "is-relative-path",
"escapedName": "is-relative-path",
"rawSpec": "^1.0.2",
"saveSpec": null,
"fetchSpec": "^1.0.2"
},
"_requiredBy": [
"/filing-cabinet"
],
"_resolved": "https://registry.npmjs.org/is-relative-path/-/is-relative-path-1.0.2.tgz",
"_shasum": "091b46a0d67c1ed0fe85f1f8cfdde006bb251d46",
"_spec": "is-relative-path@^1.0.2",
"_where": "/home/suroh/Repos/11ty.work/node_modules/filing-cabinet",
"author": {
"name": "Joel Kemp",
"email": "joel@mrjoelkemp.com",
"url": "http://www.mrjoelkemp.com/"
},
"bugs": {
"url": "https://github.com/mrjoelkemp/is-relative-path/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Whether or not a given path is relative",
"devDependencies": {
"jscs": "~3.0.3",
"mocha": "~2.4.5"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/mrjoelkemp/is-relative-path",
"jscsConfig": {
"preset": "airbnb"
},
"keywords": [
"relative",
"path"
],
"license": "MIT",
"main": "index.js",
"name": "is-relative-path",
"repository": {
"type": "git",
"url": "git+https://github.com/mrjoelkemp/is-relative-path.git"
},
"scripts": {
"test": "jscs test index.js && mocha"
},
"version": "1.0.2"
}