You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

113 lines
4.1 KiB

{
"_args": [
[
{
"name": "symbol-tree",
"raw": "symbol-tree@>= 3.1.0 < 4.0.0",
"rawSpec": ">= 3.1.0 < 4.0.0",
"scope": null,
"spec": ">=3.1.0 <4.0.0",
"type": "range"
},
"D:\\job\\book\\summer cultivate\\机器学习\\node_modules\\jsdom"
]
],
"_from": "symbol-tree@>=3.1.0 <4.0.0",
"_hasShrinkwrap": false,
"_id": "symbol-tree@3.2.4",
"_inCache": true,
"_installable": true,
"_location": "/symbol-tree",
"_nodeVersion": "10.8.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/symbol-tree_3.2.4_1560363021174_0.577137467745565"
},
"_npmUser": {
"email": "joris@jorisvanderwel.com",
"name": "joris-van-der-wel"
},
"_npmVersion": "6.9.0",
"_phantomChildren": {},
"_requested": {
"name": "symbol-tree",
"raw": "symbol-tree@>= 3.1.0 < 4.0.0",
"rawSpec": ">= 3.1.0 < 4.0.0",
"scope": null,
"spec": ">=3.1.0 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz",
"_shasum": "430637d248ba77e078883951fb9aa0eed7c63fa2",
"_shrinkwrap": null,
"_spec": "symbol-tree@>= 3.1.0 < 4.0.0",
"_where": "D:\\job\\book\\summer cultivate\\机器学习\\node_modules\\jsdom",
"author": {
"email": "joris@jorisvanderwel.com",
"name": "Joris van der Wel"
},
"bugs": {
"url": "https://github.com/jsdom/js-symbol-tree/issues"
},
"dependencies": {},
"description": "Turn any collection of objects into its own efficient tree or linked list using Symbol",
"devDependencies": {
"babel-eslint": "^10.0.1",
"coveralls": "^3.0.0",
"eslint": "^5.16.0",
"eslint-plugin-import": "^2.2.0",
"istanbul": "^0.4.5",
"jsdoc-to-markdown": "^5.0.0",
"tape": "^4.0.0"
},
"directories": {},
"dist": {
"fileCount": 7,
"integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==",
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdAUANCRA9TVsSAnZWagAAk84QAKFByTiC48Bfia1c3+bI\n+l6Bsi3Nc/RKxI9AwhJSrV57589VsqTgW7Scw9Kyhbh3Bpmln1R+1NSdp/Yp\nesSENi5Iy4OilFndzTUw0hLUQCyNy5WFEkYuCnpPJG5hlxpNzGg0zv+qNFG4\nS/thNAhO3hWGqL9+elFjz9u/YfIrQRCNYqdMqCYiaRE9Q1FHGifHGZ/Yerqo\nsDTys8ZfPAJfO+MwYOcaZMAiG/hDM8BO2DzgU7I+nCT8qfcxJe64VkBYTCwC\nIlCYPOvdS5sENxMtZ2TKdFxPQBNvh9B/55xKIGuv+Rj1vhJguCAjlYZx0yYM\nB7Q4yM4O+O9lJbPc52/afJttWp7ID94VBxCnhuZJaF/iUFkzLRLnoNhisnST\n4fOlOCU9/QYloaJxhqo7Z7dS47YNG3orC30BNhbmu+0il73nAeL5bn+558yW\nCBiweg6CJyssgv8pibgFbWIUNLM2/y1IYyyzDiBHsSjQUbxfJt2Ai9I7QvGN\nPjlkLCnvSLhhV5kHVvuL4U/oOUw7ShSOLfMJFWo3TXIRwpNlaJaPj93nXWmu\n0GYQ56M8mlu9GC/VHLceZ9FpRSXOCr5Tn7lJ7P8AXrpRPiD7UIC8QVTVMMSf\n8yemDBGXjBZg5JX0L/yr1+cxwuS3GrUWdEm8f2c3KnAttYi7oZfVrAJViQIH\n9LdS\r\n=ppAT\r\n-----END PGP SIGNATURE-----\r\n",
"shasum": "430637d248ba77e078883951fb9aa0eed7c63fa2",
"tarball": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz",
"unpackedSize": 57073
},
"gitHead": "693669568538887e75181628c392668f8ff4a6d6",
"homepage": "https://github.com/jsdom/js-symbol-tree#symbol-tree",
"keywords": [
"list",
"queue",
"stack",
"linked-list",
"tree",
"es6",
"dom",
"symbol"
],
"license": "MIT",
"main": "lib/SymbolTree.js",
"maintainers": [
{
"email": "joris@jorisvanderwel.com",
"name": "joris-van-der-wel"
}
],
"name": "symbol-tree",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/jsdom/js-symbol-tree.git"
},
"scripts": {
"ci": "istanbul cover test/SymbolTree.js --report lcovonly && cat ./coverage/lcov.info | coveralls",
"documentation": "jsdoc2md --files lib/SymbolTree.js >> README.md",
"lint": "eslint lib test",
"postci": "npm run posttest",
"posttest": "npm run lint",
"predocumentation": "cp readme-header.md README.md",
"test": "istanbul cover test/SymbolTree.js"
},
"version": "3.2.4"
}