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

90 lines
2.0 KiB
JSON

{
"_from": "is-invalid-path@^0.1.0",
"_id": "is-invalid-path@0.1.0",
"_inBundle": false,
"_integrity": "sha1-MHqFWzzxqTi0TqcNLGEQYFNxTzQ=",
"_location": "/is-invalid-path",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "is-invalid-path@^0.1.0",
"name": "is-invalid-path",
"escapedName": "is-invalid-path",
"rawSpec": "^0.1.0",
"saveSpec": null,
"fetchSpec": "^0.1.0"
},
"_requiredBy": [
"/is-valid-path"
],
"_resolved": "https://registry.npmjs.org/is-invalid-path/-/is-invalid-path-0.1.0.tgz",
"_shasum": "307a855b3cf1a938b44ea70d2c61106053714f34",
"_spec": "is-invalid-path@^0.1.0",
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/is-valid-path",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/is-invalid-path/issues"
},
"bundleDependencies": false,
"dependencies": {
"is-glob": "^2.0.0"
},
"deprecated": false,
"description": "Returns true if a file path has invalid characters.",
"devDependencies": {
"mocha": "*",
"should": "*"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/is-invalid-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-invalid-path/blob/master/LICENSE"
},
"main": "index.js",
"name": "is-invalid-path",
"repository": {
"type": "git",
"url": "git://github.com/jonschlinkert/is-invalid-path.git"
},
"scripts": {
"test": "mocha"
},
"version": "0.1.0"
}