Comparing version 0.0.0 to 0.1.0
{ | ||
"name": "babel-is", | ||
"version": "0.0.0", | ||
"main": "dist/index.js", | ||
"version": "0.1.0", | ||
"main": "index.js", | ||
"keywords": [ "babel", "babel plugin", "type", "is", "verify" ], | ||
"description": "verify ast node in babel plugin", | ||
"scripts": { | ||
"dist": "bili --format=all --filename=index", | ||
"lint": "eslint src", | ||
"test": "jest --no-cache", | ||
"test:watch": "jest --no-cache --watchAll", | ||
"coverage": "jest --no-cache --coverage", | ||
"prepublish": "echo 😋", | ||
"precommit": "lint-staged" | ||
"test": "ava" | ||
}, | ||
"lint-staged": { | ||
"src/**/*.js": "eslint --quiet" | ||
"dependencies": { | ||
"@babel/types": "^7.14.4", | ||
"esquery": "^1.4.0", | ||
"quick-lru": "^5.1.1" | ||
}, | ||
"eslintConfig": { | ||
"extends": "mo/esnext" | ||
"devDependencies": { | ||
"@babel/core": "^7.14.3", | ||
"ava": "^3.15.0" | ||
}, | ||
"author": "fengzilong1992@gmail.com", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/fengzilong/babel-is.git" | ||
}, | ||
"author": "fengzilong", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"eslint": "^3.8.1", | ||
"babel-jest": "^20.0.3", | ||
"husky": "^0.13.3", | ||
"jest": "^20.0.4", | ||
"lint-staged": "^4.0.2", | ||
"bili": "^0.17.4", | ||
"eslint-config-mo": "latest" | ||
} | ||
"bugs": { | ||
"url": "https://github.com/fengzilong/babel-is/issues" | ||
}, | ||
"homepage": "https://github.com/fengzilong/babel-is#readme" | ||
} |
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
4584
2
5
109
0
1
1
46
0
0
3
+ Added@babel/types@^7.14.4
+ Addedesquery@^1.4.0
+ Addedquick-lru@^5.1.1
+ Added@babel/helper-string-parser@7.25.9(transitive)
+ Added@babel/helper-validator-identifier@7.25.9(transitive)
+ Added@babel/types@7.26.5(transitive)
+ Addedesquery@1.6.0(transitive)
+ Addedestraverse@5.3.0(transitive)
+ Addedquick-lru@5.1.1(transitive)