123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- {
- "_args": [
- [
- "symbol-tree@3.2.2",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "symbol-tree@3.2.2",
- "_id": "symbol-tree@3.2.2",
- "_inBundle": false,
- "_integrity": "sha1-rifbOPZgp64uHDt9G8KQgZuFGeY=",
- "_location": "/symbol-tree",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "symbol-tree@3.2.2",
- "name": "symbol-tree",
- "escapedName": "symbol-tree",
- "rawSpec": "3.2.2",
- "saveSpec": null,
- "fetchSpec": "3.2.2"
- },
- "_requiredBy": [
- "/jsdom"
- ],
- "_resolved": "https://registry.npm.taobao.org/symbol-tree/download/symbol-tree-3.2.2.tgz",
- "_spec": "3.2.2",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "author": {
- "name": "Joris van der Wel",
- "email": "joris@jorisvanderwel.com"
- },
- "bugs": {
- "url": "https://github.com/jsdom/js-symbol-tree/issues"
- },
- "description": "Turn any collection of objects into its own efficient tree or linked list using Symbol",
- "devDependencies": {
- "babel-eslint": "^7.1.1",
- "coveralls": "^2.11.15",
- "eslint": "^3.12.0",
- "eslint-plugin-import": "^2.2.0",
- "istanbul": "^0.4.5",
- "jsdoc-to-markdown": "^3.0.0",
- "tape": "^4.0.0"
- },
- "files": [
- "lib",
- "api.md"
- ],
- "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",
- "name": "symbol-tree",
- "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.2"
- }
|