Files
30-seconds-of-code/node_modules/is-valid-path/package.json
2019-08-20 15:52:05 +02:00

87 lines
2.0 KiB
JSON

{
"_from": "is-valid-path@^0.1.1",
"_id": "is-valid-path@0.1.1",
"_inBundle": false,
"_integrity": "sha1-EQ+f90w39mPh7HkV60UfLbk6yd8=",
"_location": "/is-valid-path",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "is-valid-path@^0.1.1",
"name": "is-valid-path",
"escapedName": "is-valid-path",
"rawSpec": "^0.1.1",
"saveSpec": null,
"fetchSpec": "^0.1.1"
},
"_requiredBy": [
"/gatsby/gatsby-cli"
],
"_resolved": "https://registry.npmjs.org/is-valid-path/-/is-valid-path-0.1.1.tgz",
"_shasum": "110f9ff74c37f663e1ec7915eb451f2db93ac9df",
"_spec": "is-valid-path@^0.1.1",
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/gatsby/node_modules/gatsby-cli",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/is-valid-path/issues"
},
"bundleDependencies": false,
"dependencies": {
"is-invalid-path": "^0.1.0"
},
"deprecated": false,
"description": "Returns true if a file path does not contain any invalid characters.",
"devDependencies": {
"mocha": "*",
"should": "*"
},
"engines": {
"node": ">=0.10.0"
},
"homepage": "https://github.com/jonschlinkert/is-valid-path",
"keywords": [
"bash",
"braces",
"character",
"check",
"exec",
"expression",
"extglob",
"file",
"filepath",
"glob",
"globbing",
"globstar",
"invalid",
"match",
"matches",
"path",
"pattern",
"regex",
"regexp",
"regular",
"string",
"test",
"valid",
"validate"
],
"license": {
"type": "MIT",
"url": "https://github.com/jonschlinkert/is-valid-path/blob/master/LICENSE"
},
"main": "index.js",
"name": "is-valid-path",
"repository": {
"type": "git",
"url": "git://github.com/jonschlinkert/is-valid-path.git"
},
"scripts": {
"test": "mocha"
},
"version": "0.1.1"
}