mirror of
https://github.com/wu736139669/Monkey-Test.git
synced 2026-08-06 06:14:53 +00:00
54 lines
1.5 KiB
JSON
54 lines
1.5 KiB
JSON
{
|
|
"_from": "flatten@0.0.1",
|
|
"_id": "flatten@0.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-VURAdm2goNYDmZ9DNFP2wvxqdcE=",
|
|
"_location": "/flatten",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "flatten@0.0.1",
|
|
"name": "flatten",
|
|
"escapedName": "flatten",
|
|
"rawSpec": "0.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/postcss-discard-unused"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/flatten/-/flatten-0.0.1.tgz",
|
|
"_shasum": "554440766da0a0d603999f433453f6c2fc6a75c1",
|
|
"_spec": "flatten@0.0.1",
|
|
"_where": "/Users/qudian/Downloads/WebDriverAgent-master/Inspector/node_modules/postcss-discard-unused",
|
|
"author": {
|
|
"name": "Joshua Holbrook",
|
|
"email": "josh.holbrook@gmail.com",
|
|
"url": "http://jesusabdullah.net"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jesusabdullah/node-flatten/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {},
|
|
"deprecated": false,
|
|
"description": "Flatten arbitrarily nested arrays into a non-nested list of non-array items",
|
|
"devDependencies": {},
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"homepage": "https://github.com/jesusabdullah/node-flatten#readme",
|
|
"main": "./index.js",
|
|
"name": "flatten",
|
|
"optionalDependencies": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/jesusabdullah/node-flatten.git"
|
|
},
|
|
"scripts": {
|
|
"test": "node ./test.js"
|
|
},
|
|
"version": "0.0.1"
|
|
}
|