WIP - add extractor, generate snippet_data
This commit is contained in:
71
node_modules/kebab-hash/package.json
generated
vendored
Normal file
71
node_modules/kebab-hash/package.json
generated
vendored
Normal file
@ -0,0 +1,71 @@
|
||||
{
|
||||
"_from": "kebab-hash@^0.1.2",
|
||||
"_id": "kebab-hash@0.1.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-BTZpq3xgISmQmAVzkISy4eUutsUA7s4IEFlCwOBJjvSFOwyR7I+fza+tBc/rzYWK/NrmFHjfU1IhO3lu29Ib/w==",
|
||||
"_location": "/kebab-hash",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "kebab-hash@^0.1.2",
|
||||
"name": "kebab-hash",
|
||||
"escapedName": "kebab-hash",
|
||||
"rawSpec": "^0.1.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^0.1.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/gatsby-plugin-netlify"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/kebab-hash/-/kebab-hash-0.1.2.tgz",
|
||||
"_shasum": "dfb7949ba34d8e70114ea7d83e266e5e2a4abaac",
|
||||
"_spec": "kebab-hash@^0.1.2",
|
||||
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/gatsby-plugin-netlify",
|
||||
"author": {
|
||||
"name": "Callum Macdonald"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/GatsbyCentral/kebab-hash/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"lodash.kebabcase": "^4.1.1"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Given an input string, convert to kebab-case and append a hash. Avoids kebab case collisions.",
|
||||
"devDependencies": {
|
||||
"babel-cli": "^6.26.0",
|
||||
"babel-plugin-add-module-exports": "^0.2.1",
|
||||
"babel-plugin-transform-flow-strip-types": "^6.22.0",
|
||||
"babel-preset-env": "^1.7.0",
|
||||
"flow-bin": "^0.72.0",
|
||||
"flow-copy-source": "^1.3.0",
|
||||
"jest": "^22.4.4"
|
||||
},
|
||||
"files": [
|
||||
"lib"
|
||||
],
|
||||
"homepage": "https://github.com/GatsbyCentral/kebab-hash#readme",
|
||||
"keywords": [
|
||||
"kebab",
|
||||
"case",
|
||||
"kebab",
|
||||
"hash"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"name": "kebab-hash",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/GatsbyCentral/kebab-hash.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "npm run prepack:babel && npm run prepack:flow",
|
||||
"prepack": "npm run build",
|
||||
"prepack:babel": "babel src/ -d lib",
|
||||
"prepack:flow": "flow-copy-source src lib",
|
||||
"test": "jest src/"
|
||||
},
|
||||
"version": "0.1.2"
|
||||
}
|
||||
Reference in New Issue
Block a user