WIP - add extractor, generate snippet_data
This commit is contained in:
98
node_modules/jsx-ast-utils/package.json
generated
vendored
Normal file
98
node_modules/jsx-ast-utils/package.json
generated
vendored
Normal file
@ -0,0 +1,98 @@
|
||||
{
|
||||
"_from": "jsx-ast-utils@^2.2.1",
|
||||
"_id": "jsx-ast-utils@2.2.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-v3FxCcAf20DayI+uxnCuw795+oOIkVu6EnJ1+kSzhqqTZHNkTZ7B66ZgLp4oLJ/gbA64cI0B7WRoHZMSRdyVRQ==",
|
||||
"_location": "/jsx-ast-utils",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "jsx-ast-utils@^2.2.1",
|
||||
"name": "jsx-ast-utils",
|
||||
"escapedName": "jsx-ast-utils",
|
||||
"rawSpec": "^2.2.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^2.2.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/eslint-plugin-jsx-a11y",
|
||||
"/eslint-plugin-react"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-2.2.1.tgz",
|
||||
"_shasum": "4d4973ebf8b9d2837ee91a8208cc66f3a2776cfb",
|
||||
"_spec": "jsx-ast-utils@^2.2.1",
|
||||
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/eslint-plugin-jsx-a11y",
|
||||
"author": {
|
||||
"name": "Ethan Cohen"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/evcohen/jsx-ast-utils/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"array-includes": "^3.0.3",
|
||||
"object.assign": "^4.1.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "AST utility module for statically analyzing JSX",
|
||||
"devDependencies": {
|
||||
"@babel/parser": "^7.4.4",
|
||||
"babel-cli": "^6.26.0",
|
||||
"babel-core": "^6.26.3",
|
||||
"babel-eslint": "^10.0.2",
|
||||
"babel-jest": "^20.0.3",
|
||||
"babel-plugin-transform-replace-object-assign": "^1.0.0",
|
||||
"babel-polyfill": "^6.26.0",
|
||||
"babel-preset-env": "^1.7.0",
|
||||
"babylon": "^6.18.0",
|
||||
"coveralls": "^3.0.4",
|
||||
"eslint": "^6.0.0",
|
||||
"eslint-config-airbnb-base": "^13.1.0",
|
||||
"eslint-plugin-import": "^2.17.2",
|
||||
"flow-parser": "^0.102.0",
|
||||
"in-publish": "^2.0.0",
|
||||
"jest": "^20.0.4",
|
||||
"jest-cli": "^20.0.4",
|
||||
"rimraf": "^2.6.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4.0"
|
||||
},
|
||||
"homepage": "https://github.com/evcohen/jsx-ast-utils#readme",
|
||||
"jest": {
|
||||
"coverageReporters": [
|
||||
"lcov"
|
||||
],
|
||||
"coverageDirectory": "reports",
|
||||
"testPathIgnorePatterns": [
|
||||
"/node_modules/",
|
||||
"helper.js"
|
||||
]
|
||||
},
|
||||
"keywords": [
|
||||
"jsx",
|
||||
"ast",
|
||||
"lint",
|
||||
"eslint"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"name": "jsx-ast-utils",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/evcohen/jsx-ast-utils.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "babel src --out-dir lib",
|
||||
"coveralls": "cat ./reports/lcov.info | coveralls",
|
||||
"lint": "eslint .",
|
||||
"prebuild": "rimraf lib",
|
||||
"prepublish": "not-in-publish || (npm test && npm run build)",
|
||||
"pretest": "npm run lint",
|
||||
"test": "npm run tests-only --",
|
||||
"test:watch": "npm test -- --watch",
|
||||
"tests-only": "jest --coverage"
|
||||
},
|
||||
"version": "2.2.1"
|
||||
}
|
||||
Reference in New Issue
Block a user