UNPKG

simple-xpath-position

Version:

Create and evaluate simple XPath position expressions.

86 lines (85 loc) 2.17 kB
{ "name": "simple-xpath-position", "version": "2.0.2", "description": "Create and evaluate simple XPath position expressions.", "main": "index.js", "scripts": { "test": "eslint src && BABEL_ENV=test karma start --single-run", "prepublish": "babel -d lib src" }, "repository": { "type": "git", "url": "git+https://github.com/tilgovi/simple-xpath-position.git" }, "keywords": [ "xpath" ], "author": "The Annotator project contributors", "license": "MIT", "bugs": { "url": "https://github.com/tilgovi/simple-xpath-position/issues" }, "homepage": "https://github.com/tilgovi/simple-xpath-position#readme", "dependencies": { "get-document": "^1.0.0" }, "devDependencies": { "assertive-chai": "^2.0.2", "babel-cli": "^6.14.0", "babel-eslint": "^6.1.0", "babel-plugin-istanbul": "^2.0.1", "babel-plugin-transform-es3-member-expression-literals": "^6.8.0", "babel-plugin-transform-es3-property-literals": "^6.8.0", "babel-preset-es2015": "^6.14.0", "babelify": "^7.3.0", "browserify": "^13.1.0", "codecov.io": "^0.1.6", "eslint": "^3.5.0", "karma": "^1.3.0", "karma-browserify": "^5.0.5", "karma-coverage": "^1.1.1", "karma-fixture": "^0.2.6", "karma-html2js-preprocessor": "^1.0.0", "karma-mocha": "^1.1.1", "karma-phantomjs-launcher": "^1.0.2", "karma-sauce-launcher": "^1.0.0", "mocha": "^3.0.2", "phantomjs-prebuilt": "^2.1.12", "watchify": "^3.7.0", "wicked-good-xpath": "^1.3.0" }, "babel": { "env": { "test": { "plugins": [ "istanbul", "transform-es3-member-expression-literals", "transform-es3-property-literals" ] } }, "plugins": [ "transform-es3-member-expression-literals", "transform-es3-property-literals" ], "presets": [ [ "es2015", { "loose": true } ] ], "sourceMaps": "inline" }, "eslintConfig": { "env": { "browser": true }, "extends": "eslint:recommended", "parser": "babel-eslint", "rules": { "comma-dangle": 0 } } }