Files
Cloud-book/node_modules/traverse/package.json
2025-08-27 17:10:05 +08:00

176 lines
5.3 KiB
JSON

{
"_args": [
[
{
"name": "traverse",
"raw": "traverse@~0.6.3",
"rawSpec": "~0.6.3",
"scope": null,
"spec": ">=0.6.3 <0.7.0",
"type": "range"
},
"/root/gitbook/node_modules/phantom"
]
],
"_from": "traverse@>=0.6.3 <0.7.0",
"_hasShrinkwrap": false,
"_id": "traverse@0.6.7",
"_inCache": true,
"_installable": true,
"_location": "/traverse",
"_nodeVersion": "18.9.1",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/traverse_0.6.7_1665643259026_0.7433455611395712"
},
"_npmUser": {
"email": "ljharb@gmail.com",
"name": "ljharb"
},
"_npmVersion": "8.19.1",
"_phantomChildren": {},
"_requested": {
"name": "traverse",
"raw": "traverse@~0.6.3",
"rawSpec": "~0.6.3",
"scope": null,
"spec": ">=0.6.3 <0.7.0",
"type": "range"
},
"_requiredBy": [
"/dnode-protocol",
"/phantom"
],
"_resolved": "https://registry.npmjs.org/traverse/-/traverse-0.6.7.tgz",
"_shasum": "46961cd2d57dd8706c36664acde06a248f1173fe",
"_shrinkwrap": null,
"_spec": "traverse@~0.6.3",
"_where": "/root/gitbook/node_modules/phantom",
"author": {
"email": "mail@substack.net",
"name": "James Halliday",
"url": "http://substack.net"
},
"auto-changelog": {
"backfillLimit": false,
"commitLimit": false,
"hideCredit": true,
"output": "CHANGELOG.md",
"template": "keepachangelog",
"unreleased": false
},
"bugs": {
"url": "https://github.com/ljharb/js-traverse/issues"
},
"dependencies": {},
"description": "traverse and transform objects by visiting every node on a recursive walk",
"devDependencies": {
"@ljharb/eslint-config": "^21.0.0",
"aud": "^2.0.1",
"auto-changelog": "^2.4.0",
"eslint": "=8.8.0",
"in-publish": "^2.0.1",
"npmignore": "^0.3.0",
"safe-publish-latest": "^2.0.0",
"tape": "^5.6.1"
},
"directories": {
"example": "example",
"test": "test"
},
"dist": {
"fileCount": 31,
"integrity": "sha512-/y956gpUo9ZNCb99YjxG7OaslxZWHfCHAUUfshwqOXmxUIvqLjVO581BT+gM59+QV9tFe6/CGG53tsA1Y7RSdg==",
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjR7L7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp/eg//UwgLm36X48x48UFe4v4EQr0wVw1PCZYglRwlHbMeU9H3gxPU\r\nBxFVJVDTwR1Xt1bl3ASUZhqBEnLsI/Ungh1Pn/uXtNVzJz6YZVzVGRW3TyDa\r\nYp+nqpSwxuL2pqkku4TguAp800WnJaw9NnRmn5pald3bLTobPq6kHjWwvnM6\r\nbwDocNFjUnINf4KFg9YxCNsQkyhbl9JYndUWbloxPX1YxjneOJvynTVyutGn\r\nwzzcZvgct7m81tLy8RC7EHfrjHMZXnPFK2q5Oi6ebrABWVUtUhm2MREvew9F\r\nk0Z7Uq0k2PKiEuKzyEIQYTZNYBO7+F/ok13zCzr8IC5ooXMQXOia3T3CMfAU\r\nyyKBKFO9c+NhzLj+HWOyNkzHoNsohpnMl42y8fuXMJPAOjM9vfKI9kWddk6e\r\nTjraC1b6DF3biM/Dm7RlcWNkeqG0vLJshaJXZPZSRClNuQc/DoH3FrIIsMGP\r\nwyJYjw4sJzJ9gtYZ2Ibydirq/+5bdHdOqRaj3BBR+2hzgfxBbNkfhCikq8KO\r\nF2HPgLDbnl7aWjo7iKo8fTLNNuBaSnVBLGN/1RSDoqp1W6lMhP2QxhUKwZNc\r\nu3Zz+vIPID9OvzdzxWKryWb3wixjVJVSfMRIKFw1qBf8NpGegzkwH7ZsD5XC\r\n23QRzVTOSLhkDco2Xxug3jSbTaFENk2adDI=\r\n=o8dK\r\n-----END PGP SIGNATURE-----\r\n",
"shasum": "46961cd2d57dd8706c36664acde06a248f1173fe",
"signatures": [
{
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
"sig": "MEQCIHjtCKgb7pJ5BAtdFzXJdzWaEMlq8NZLFGLKLicvh8qyAiAFTXgwuNW1g8ceYIJhZDZef2m5qpZ0SltG0ibuoapYQw=="
}
],
"tarball": "https://registry.npmjs.org/traverse/-/traverse-0.6.7.tgz",
"unpackedSize": 75941
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
},
"gitHead": "fe5c722bd4a730311d848158376122e8f6039e93",
"homepage": "https://github.com/ljharb/js-traverse",
"keywords": [
"traverse",
"walk",
"recursive",
"map",
"forEach",
"deep",
"clone"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"email": "substack@gmail.com",
"name": "substack"
},
{
"email": "ljharb@gmail.com",
"name": "ljharb"
},
{
"email": "nopersonsmodules@gmail.com",
"name": "nopersonsmodules"
}
],
"name": "traverse",
"optionalDependencies": {},
"publishConfig": {
"ignore": [
".github/workflows"
]
},
"readme": "ERROR: No README data found!",
"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": {
"browsers": {
"chrome": [
"10.0",
"20.0"
],
"firefox": [
"10.0",
"15.0"
],
"iexplore": [
"6.0",
"7.0",
"8.0",
"9.0"
],
"opera": [
"12.0"
],
"safari": [
"5.1"
]
},
"files": "test/*.js"
},
"version": "0.6.7"
}