mirror of
https://github.com/JonasunderscoreJones/api.jonasjones.dev.git
synced 2025-10-23 12:09:19 +02:00
Initial commit (by create-cloudflare CLI)
This commit is contained in:
commit
58a42872a0
1745 changed files with 741893 additions and 0 deletions
30
node_modules/estree-walker/package.json
generated
vendored
Normal file
30
node_modules/estree-walker/package.json
generated
vendored
Normal file
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"name": "estree-walker",
|
||||
"description": "Traverse an ESTree-compliant AST",
|
||||
"version": "0.6.1",
|
||||
"author": "Rich Harris",
|
||||
"license": "MIT",
|
||||
"typings": "index.d.ts",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Rich-Harris/estree-walker"
|
||||
},
|
||||
"main": "dist/estree-walker.umd.js",
|
||||
"module": "src/estree-walker.js",
|
||||
"scripts": {
|
||||
"prepublishOnly": "npm test",
|
||||
"build": "rollup -c",
|
||||
"test": "mocha test/test.js",
|
||||
"pretest": "npm run build"
|
||||
},
|
||||
"devDependencies": {
|
||||
"mocha": "^5.2.0",
|
||||
"rollup": "^0.67.3"
|
||||
},
|
||||
"files": [
|
||||
"src",
|
||||
"dist",
|
||||
"index.d.ts",
|
||||
"README.md"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue