WIP - add extractor, generate snippet_data

This commit is contained in:
Stefan Fejes
2019-08-20 15:52:05 +02:00
parent 88084d3d30
commit cc8f1d8a7a
37396 changed files with 4588842 additions and 133 deletions

57
node_modules/parse-numeric-range/package.json generated vendored Normal file
View File

@ -0,0 +1,57 @@
{
"_from": "parse-numeric-range@^0.0.2",
"_id": "parse-numeric-range@0.0.2",
"_inBundle": false,
"_integrity": "sha1-tPCdQTx6282Yf26SM8e0shDJOOQ=",
"_location": "/parse-numeric-range",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "parse-numeric-range@^0.0.2",
"name": "parse-numeric-range",
"escapedName": "parse-numeric-range",
"rawSpec": "^0.0.2",
"saveSpec": null,
"fetchSpec": "^0.0.2"
},
"_requiredBy": [
"/gatsby-remark-prismjs"
],
"_resolved": "https://registry.npmjs.org/parse-numeric-range/-/parse-numeric-range-0.0.2.tgz",
"_shasum": "b4f09d413c7adbcd987f6e9233c7b4b210c938e4",
"_spec": "parse-numeric-range@^0.0.2",
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/gatsby-remark-prismjs",
"author": {
"name": "Euank"
},
"bugs": {
"url": "https://github.com/euank/node-parse-numeric-range/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Takes a string, such as \"1,2,3-10,5-8\" and turns it into an array of numbers",
"devDependencies": {
"chai": "*",
"mocha": "*"
},
"homepage": "https://github.com/euank/node-parse-numeric-range",
"keywords": [
"parse",
"numbers",
"ranges",
"utility",
"arrays"
],
"license": "ISC",
"main": "index.js",
"name": "parse-numeric-range",
"repository": {
"type": "git",
"url": "git+https://github.com/euank/node-parse-numeric-range.git"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha"
},
"version": "0.0.2"
}