1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/traverse/package.json

126 lines
3.1 KiB
JSON
Raw Permalink Normal View History

2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from": "traverse@^0.6.6",
"_id": "traverse@0.6.8",
2023-12-18 13:12:25 +08:00
"_inBundle": false,
2024-01-16 21:26:16 +08:00
"_integrity": "sha512-aXJDbk6SnumuaZSANd21XAo15ucCDE38H4fkqiGsc3MhCK+wOlZvLP9cB/TvpHT0mOyWgC4Z8EwRlzqYSUzdsA==",
2023-12-18 13:12:25 +08:00
"_location": "/traverse",
"_phantomChildren": {},
"_requested": {
2024-01-16 21:26:16 +08:00
"type": "range",
2023-12-18 13:12:25 +08:00
"registry": true,
2024-01-16 21:26:16 +08:00
"raw": "traverse@^0.6.6",
2023-12-18 13:12:25 +08:00
"name": "traverse",
"escapedName": "traverse",
2024-01-16 21:26:16 +08:00
"rawSpec": "^0.6.6",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "^0.6.6"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
"/svg-baker"
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/traverse/-/traverse-0.6.8.tgz",
"_shasum": "5e5e0c41878b57e4b73ad2f3d1e36a715ea4ab15",
"_spec": "traverse@^0.6.6",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\svg-baker",
2023-12-18 13:12:25 +08:00
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
2024-01-16 21:26:16 +08:00
"auto-changelog": {
"output": "CHANGELOG.md",
"template": "keepachangelog",
"unreleased": false,
"commitLimit": false,
"backfillLimit": false,
"hideCredit": true
},
2023-12-18 13:12:25 +08:00
"bugs": {
2024-01-16 21:26:16 +08:00
"url": "https://github.com/ljharb/js-traverse/issues"
2023-12-18 13:12:25 +08:00
},
2024-01-16 21:26:16 +08:00
"bundleDependencies": false,
"deprecated": false,
2023-12-18 13:12:25 +08:00
"description": "traverse and transform objects by visiting every node on a recursive walk",
"devDependencies": {
2024-01-16 21:26:16 +08:00
"@ljharb/eslint-config": "^21.1.0",
"aud": "^2.0.4",
"auto-changelog": "^2.4.0",
"es-value-fixtures": "^1.4.2",
"eslint": "=8.8.0",
"in-publish": "^2.0.1",
"npmignore": "^0.3.1",
"safe-publish-latest": "^2.0.0",
"tape": "^5.7.2"
2023-12-18 13:12:25 +08:00
},
"directories": {
"example": "example",
"test": "test"
},
2024-01-16 21:26:16 +08:00
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
},
"homepage": "https://github.com/ljharb/js-traverse",
2023-12-18 13:12:25 +08:00
"keywords": [
"traverse",
"walk",
"recursive",
"map",
"forEach",
"deep",
"clone"
],
"license": "MIT",
"main": "index.js",
"name": "traverse",
2024-01-16 21:26:16 +08:00
"publishConfig": {
"ignore": [
".github/workflows"
]
},
2023-12-18 13:12:25 +08:00
"repository": {
"type": "git",
2024-01-16 21:26:16 +08:00
"url": "git://github.com/ljharb/js-traverse.git"
2023-12-18 13:12:25 +08:00
},
"scripts": {
2024-01-16 21:26:16 +08:00
"lint": "eslint --ext=js,mjs .",
"posttest": "aud --production",
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
"prepack": "npmignore --auto --commentLines=autogenerated",
"prepublish": "not-in-publish || npm run prepublishOnly",
"prepublishOnly": "safe-publish-latest",
"pretest": "npm run lint",
"test": "npm run tests-only",
"tests-only": "tape 'test/**/*.js'",
"version": "auto-changelog && git add CHANGELOG.md"
2023-12-18 13:12:25 +08:00
},
"testling": {
"files": "test/*.js",
"browsers": {
"iexplore": [
"6.0",
"7.0",
"8.0",
"9.0"
],
"chrome": [
"10.0",
"20.0"
],
"firefox": [
"10.0",
"15.0"
],
"safari": [
"5.1"
],
"opera": [
"12.0"
]
}
},
2024-01-16 21:26:16 +08:00
"version": "0.6.8"
2023-12-18 13:12:25 +08:00
}