Initial commit

This commit is contained in:
pasketti
2026-04-05 16:14:49 -04:00
commit ebee3a5534
14059 changed files with 2588797 additions and 0 deletions

55
node_modules/espurify/package.json generated vendored Normal file
View File

@@ -0,0 +1,55 @@
{
"name": "espurify",
"description": "Clone new AST without extra properties",
"version": "1.8.1",
"author": {
"name": "Takuto Wada",
"email": "takuto.wada@gmail.com",
"url": "https://github.com/twada"
},
"dependencies": {
"core-js": "^2.0.0"
},
"devDependencies": {
"acorn": "^5.0.0",
"babel-types": "^6.3.20",
"babylon": "^6.3.20",
"browserify": "^13.0.0",
"derequire": "^2.0.2",
"dereserve": "^1.0.0",
"esprima": "^4.0.0",
"estraverse": "^4.1.0",
"licensify": "^3.1.0",
"mocha": "^5.0.0",
"semistandard": "^12.0.0",
"snazzy": "^7.0.0"
},
"files": [
"CHANGELOG.md",
"MIT-LICENSE.txt",
"README.md",
"index.js",
"lib",
"build/espurify.js",
"package.json"
],
"homepage": "https://github.com/estools/espurify",
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/estools/espurify.git"
},
"semistandard": {
"ignore": [
"/build/",
"/bench/",
"**/*.jsx"
],
"globals": [
"describe",
"beforeEach",
"it"
]
}
}