UNPKG

tree-parser

Version:
52 lines (51 loc) 1.46 kB
{ "name": "tree-parser", "version": "1.2.4", "description": "A small directory tree parser", "main": "build/index.js", "scripts": { "compile": "babel src --out-dir build", "lint": "eslint src/**/*.js", "prepublish": "npm run lint && npm run test && npm run compile", "test": "babel-tape-runner tests/**/*.js | node_modules/.bin/tap-spec" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/davegomez/tree-parser.git" }, "keywords": [ "json", "file", "tree", "path", "directory", "list" ], "author": { "name": "David Gómez", "email": "dg.dave@gmail.com", "url": "https://github.com/davegomez" }, "license": "MIT", "bugs": { "url": "https://github.com/davegomez/tree-parser/issues" }, "homepage": "https://github.com/davegomez/tree-parser#readme", "devDependencies": { "babel-core": "^6.3.21", "babel-eslint": "^5.0.0-beta6", "babel-plugin-add-module-exports": "^0.1.2", "babel-plugin-syntax-export-extensions": "^6.3.13", "babel-plugin-syntax-flow": "^6.3.13", "babel-plugin-transform-export-extensions": "^6.3.13", "babel-plugin-transform-flow-strip-types": "^6.3.15", "babel-preset-es2015": "^6.3.13", "babel-preset-stage-1": "^6.3.13", "babel-runtime": "^6.3.19", "babel-tape-runner": "^2.0.0", "eslint": "^1.10.3", "mock-fs": "^3.5.0", "tap-spec": "^4.1.1", "tape": "^4.2.2" } }