forked from zhurui/management
126 lines
3.1 KiB
JSON
126 lines
3.1 KiB
JSON
{
|
|
"_from": "traverse@^0.6.6",
|
|
"_id": "traverse@0.6.8",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-aXJDbk6SnumuaZSANd21XAo15ucCDE38H4fkqiGsc3MhCK+wOlZvLP9cB/TvpHT0mOyWgC4Z8EwRlzqYSUzdsA==",
|
|
"_location": "/traverse",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "traverse@^0.6.6",
|
|
"name": "traverse",
|
|
"escapedName": "traverse",
|
|
"rawSpec": "^0.6.6",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.6.6"
|
|
},
|
|
"_requiredBy": [
|
|
"/svg-baker"
|
|
],
|
|
"_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",
|
|
"author": {
|
|
"name": "James Halliday",
|
|
"email": "mail@substack.net",
|
|
"url": "http://substack.net"
|
|
},
|
|
"auto-changelog": {
|
|
"output": "CHANGELOG.md",
|
|
"template": "keepachangelog",
|
|
"unreleased": false,
|
|
"commitLimit": false,
|
|
"backfillLimit": false,
|
|
"hideCredit": true
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/ljharb/js-traverse/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "traverse and transform objects by visiting every node on a recursive walk",
|
|
"devDependencies": {
|
|
"@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"
|
|
},
|
|
"directories": {
|
|
"example": "example",
|
|
"test": "test"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
},
|
|
"homepage": "https://github.com/ljharb/js-traverse",
|
|
"keywords": [
|
|
"traverse",
|
|
"walk",
|
|
"recursive",
|
|
"map",
|
|
"forEach",
|
|
"deep",
|
|
"clone"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "traverse",
|
|
"publishConfig": {
|
|
"ignore": [
|
|
".github/workflows"
|
|
]
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/ljharb/js-traverse.git"
|
|
},
|
|
"scripts": {
|
|
"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"
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
},
|
|
"version": "0.6.8"
|
|
}
|