WIP - add extractor, generate snippet_data
This commit is contained in:
86
node_modules/is-valid-path/package.json
generated
vendored
Normal file
86
node_modules/is-valid-path/package.json
generated
vendored
Normal file
@ -0,0 +1,86 @@
|
||||
{
|
||||
"_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"
|
||||
}
|
||||
Reference in New Issue
Block a user