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

93 lines
1.9 KiB
JSON

{
"_args": [
[
"traverse@0.6.6",
"C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main"
]
],
"_from": "traverse@0.6.6",
"_id": "traverse@0.6.6",
"_inBundle": false,
"_integrity": "sha1-y99WD9e5r2MlAv7UD5GMFX6pcTc=",
"_location": "/traverse",
"_phantomChildren": {},
"_requested": {
"type": "version",
"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.npmjs.org/traverse/-/traverse-0.6.6.tgz",
"_spec": "0.6.6",
"_where": "C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"bugs": {
"url": "https://github.com/substack/js-traverse/issues"
},
"description": "traverse and transform objects by visiting every node on a recursive walk",
"devDependencies": {
"tape": "~1.0.4"
},
"directories": {
"example": "example",
"test": "test"
},
"homepage": "https://github.com/substack/js-traverse",
"keywords": [
"traverse",
"walk",
"recursive",
"map",
"forEach",
"deep",
"clone"
],
"license": "MIT",
"main": "index.js",
"name": "traverse",
"repository": {
"type": "git",
"url": "git://github.com/substack/js-traverse.git"
},
"scripts": {
"test": "tape test/*.js"
},
"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.6"
}