WIP - add extractor, generate snippet_data
This commit is contained in:
57
node_modules/true-case-path/package.json
generated
vendored
Normal file
57
node_modules/true-case-path/package.json
generated
vendored
Normal file
@ -0,0 +1,57 @@
|
||||
{
|
||||
"_from": "true-case-path@^2.2.1",
|
||||
"_id": "true-case-path@2.2.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-0z3j8R7MCjy10kc/g+qg7Ln3alJTodw9aDuVWZa3uiWqfuBMKeAeP2ocWcxoyM3D73yz3Jt/Pu4qPr4wHSdB/Q==",
|
||||
"_location": "/true-case-path",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "true-case-path@^2.2.1",
|
||||
"name": "true-case-path",
|
||||
"escapedName": "true-case-path",
|
||||
"rawSpec": "^2.2.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^2.2.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/gatsby"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/true-case-path/-/true-case-path-2.2.1.tgz",
|
||||
"_shasum": "c5bf04a5bbec3fd118be4084461b3a27c4d796bf",
|
||||
"_spec": "true-case-path@^2.2.1",
|
||||
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/gatsby",
|
||||
"author": {
|
||||
"name": "barsh"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/Profiscience/true-case-path/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Casey Webb",
|
||||
"email": "notcaseywebb@gmail.com",
|
||||
"url": "https://caseyWebb.xyz"
|
||||
}
|
||||
],
|
||||
"deprecated": false,
|
||||
"description": "Given a possibly case-variant version of an existing filesystem path, returns the case-exact, normalized version as stored in the filesystem.",
|
||||
"devDependencies": {
|
||||
"standard-version": "^6.0.1"
|
||||
},
|
||||
"homepage": "https://github.com/Profiscience/true-case-path#readme",
|
||||
"license": "Apache-2.0",
|
||||
"main": "index.js",
|
||||
"name": "true-case-path",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/Profiscience/true-case-path.git"
|
||||
},
|
||||
"scripts": {
|
||||
"release": "standard-version --sign",
|
||||
"test": "node test"
|
||||
},
|
||||
"version": "2.2.1"
|
||||
}
|
||||
Reference in New Issue
Block a user