mirror of
https://codeberg.org/teddit/teddit.git
synced 2026-04-17 21:34:44 -04:00
initial commit
This commit is contained in:
68
node_modules/babel-walk/package.json
generated
vendored
Normal file
68
node_modules/babel-walk/package.json
generated
vendored
Normal file
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"_from": "babel-walk@3.0.0-canary-5",
|
||||
"_id": "babel-walk@3.0.0-canary-5",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-GAwkz0AihzY5bkwIY5QDR+LvsRQgB/B+1foMPvi0FZPMl5fjD7ICiznUiBdLYMH1QYe6vqu4gWYytZOccLouFw==",
|
||||
"_location": "/babel-walk",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "babel-walk@3.0.0-canary-5",
|
||||
"name": "babel-walk",
|
||||
"escapedName": "babel-walk",
|
||||
"rawSpec": "3.0.0-canary-5",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "3.0.0-canary-5"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/with"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/babel-walk/-/babel-walk-3.0.0-canary-5.tgz",
|
||||
"_shasum": "f66ecd7298357aee44955f235a6ef54219104b11",
|
||||
"_spec": "babel-walk@3.0.0-canary-5",
|
||||
"_where": "/home/user/site/node_modules/with",
|
||||
"author": {
|
||||
"name": "Timothy Gu",
|
||||
"email": "timothygu99@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/pugjs/babel-walk/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"@babel/types": "^7.9.6"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Lightweight Babel AST traversal",
|
||||
"devDependencies": {
|
||||
"@forbeslindesay/tsconfig": "^2.0.0",
|
||||
"@types/node": "^14.0.5",
|
||||
"prettier": "^2.0.5",
|
||||
"rimraf": "^3.0.2",
|
||||
"tslint": "^6.1.2",
|
||||
"typescript": "^3.9.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 10.0.0"
|
||||
},
|
||||
"files": [
|
||||
"lib"
|
||||
],
|
||||
"homepage": "https://github.com/pugjs/babel-walk#readme",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"name": "babel-walk",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/pugjs/babel-walk.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsc && node lib",
|
||||
"lint": "tslint './src/**/*.{ts,tsx}' -t verbose -p .",
|
||||
"postbuild": "rimraf lib/**/__tests__",
|
||||
"prettier:check": "prettier --ignore-path .gitignore --list-different './**/*.{md,json,yaml,js,jsx,ts,tsx}'",
|
||||
"prettier:write": "prettier --ignore-path .gitignore --write './**/*.{md,json,yaml,js,jsx,ts,tsx}'"
|
||||
},
|
||||
"version": "3.0.0-canary-5"
|
||||
}
|
||||
Reference in New Issue
Block a user