| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158 |
- {
- "_from": "esniff@^2.0.1",
- "_id": "esniff@2.0.1",
- "_inBundle": false,
- "_integrity": "sha512-kTUIGKQ/mDPFoJ0oVfcmyJn4iBDRptjNVIzwIFR7tqWXdVI9xfA2RMwY/gbSpJG3lkdWNEjLap/NqVHZiJsdfg==",
- "_location": "/esniff",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "esniff@^2.0.1",
- "name": "esniff",
- "escapedName": "esniff",
- "rawSpec": "^2.0.1",
- "saveSpec": null,
- "fetchSpec": "^2.0.1"
- },
- "_requiredBy": [
- "/es5-ext"
- ],
- "_resolved": "https://registry.npmmirror.com/esniff/-/esniff-2.0.1.tgz",
- "_shasum": "a4d4b43a5c71c7ec51c51098c1d8a29081f9b308",
- "_spec": "esniff@^2.0.1",
- "_where": "E:\\qinduan\\mallbackinfrontend\\node_modules\\es5-ext",
- "author": {
- "name": "Mariusz Nowak",
- "email": "medyk@medikoo.com",
- "url": "http://www.medikoo.com/"
- },
- "bugs": {
- "url": "https://github.com/medikoo/esniff/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "d": "^1.0.1",
- "es5-ext": "^0.10.62",
- "event-emitter": "^0.3.5",
- "type": "^2.7.2"
- },
- "deprecated": false,
- "description": "Low footprint ECMAScript source code parser",
- "devDependencies": {
- "eslint": "^8.56.0",
- "eslint-config-medikoo": "^4.2.0",
- "esprima": "^4.0.1",
- "github-release-from-cc-changelog": "^2.3.0",
- "nyc": "^15.1.0",
- "prettier-elastic": "^2.7.1",
- "tad": "^3.1.1"
- },
- "engines": {
- "node": ">=0.10"
- },
- "eslintConfig": {
- "extends": "medikoo/es5",
- "root": true,
- "overrides": [
- {
- "files": [
- "index.js"
- ],
- "rules": {
- "max-depth": "off"
- }
- },
- {
- "files": [
- "index.js",
- "utils/is-variable-name.js"
- ],
- "rules": {
- "max-lines": "off"
- }
- },
- {
- "files": [
- "utils/is-variable-name.js"
- ],
- "rules": {
- "no-misleading-character-class": "off"
- }
- },
- {
- "files": [
- "test/**"
- ],
- "env": {
- "node": true
- }
- }
- ]
- },
- "eslintIgnore": [
- "/coverage",
- "/test/__playground"
- ],
- "homepage": "https://github.com/medikoo/esniff#readme",
- "keywords": [
- "sniff",
- "analyze",
- "ast",
- "parse",
- "syntax",
- "sniffer",
- "detective",
- "detect",
- "find",
- "search",
- "source",
- "code"
- ],
- "license": "ISC",
- "name": "esniff",
- "nyc": {
- "all": true,
- "exclude": [
- ".github",
- "coverage/**",
- "test/**",
- "*.config.js"
- ],
- "reporter": [
- "lcov",
- "html",
- "text-summary"
- ]
- },
- "prettier": {
- "printWidth": 100,
- "tabWidth": 4,
- "overrides": [
- {
- "files": [
- "*.md",
- "*.yml"
- ],
- "options": {
- "tabWidth": 2
- }
- }
- ]
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/medikoo/esniff.git"
- },
- "scripts": {
- "coverage": "nyc npm test",
- "lint": "eslint .",
- "lint:updated": "pipe-git-updated --base=main --ext=js -- eslint --ignore-pattern '!*'",
- "prettier-check": "prettier -c \"**/*.{css,html,js,json,md,yaml,yml}\"",
- "prettier-check:updated": "pipe-git-updated --base=main --ext=css --ext=html --ext=js --ext=json --ext=md --ext=yaml --ext=yml -- prettier -c",
- "prettify": "prettier --write \"**/*.{css,html,js,json,md,yaml,yml}\"",
- "prettify:updated": "pipe-git-updated ---base=main -ext=css --ext=html --ext=js --ext=json --ext=md --ext=yaml --ext=yml -- prettier --write",
- "test": "node ./node_modules/tad/bin/tad"
- },
- "version": "2.0.1"
- }
|