js-pointer
Advanced tools
Comparing version 3.1.1 to 4.0.0
{ | ||
"name": "js-pointer", | ||
"version": "3.1.1", | ||
"version": "4.0.0", | ||
"description": "Tiny, spec compliant JSON Pointer RFC 6901 implementation.", | ||
@@ -8,6 +8,6 @@ "main": "lib/index.js", | ||
"lint": "eslint 'lib/**' 'test/**'", | ||
"test": "nyc --check-coverage mocha ./test", | ||
"watch": "chokidar 'lib/*.js' 'test/*.js' -c 'npm run lint && npm test'", | ||
"ci": "npm run lint && npm run test", | ||
"coveralls": "nyc report --reporter=text-lcov | coveralls" | ||
"test": "node --test test/*", | ||
"coverage": "node --test --experimental-test-coverage test/*", | ||
"watch": "node --test --watch .", | ||
"ci": "npm run lint && npm run coverage" | ||
}, | ||
@@ -25,17 +25,10 @@ "repository": { | ||
"engines": { | ||
"node": ">= 6" | ||
"node": ">= 18" | ||
}, | ||
"author": "Toboid", | ||
"license": "MIT", | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"chai": "^4.1.2", | ||
"chokidar-cli": "^2.0.0", | ||
"coveralls": "^3.0.3", | ||
"eslint": "^6.6.0", | ||
"eslint-config-toboid": "^2.0.0", | ||
"lodash": "^4.17.15", | ||
"mocha": "^6.2.2", | ||
"nyc": "^14.0.0" | ||
"eslint-config-toboid": "^2.0.0" | ||
} | ||
} |
# js-pointer | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/toboid/js-pointer.svg)](https://greenkeeper.io/) | ||
[![Build Status](https://travis-ci.org/toboid/js-pointer.svg?branch=master)](https://travis-ci.org/toboid/js-pointer) | ||
[![Coverage Status](https://coveralls.io/repos/github/toboid/js-pointer/badge.svg?branch=master)](https://coveralls.io/github/toboid/js-pointer?branch=master) | ||
[![Dependencies](https://david-dm.org/toboid/js-pointer.svg)](https://github.com/toboid/js-pointer/blob/master/package.json) | ||
[![npm version](https://badge.fury.io/js/js-pointer.svg)](https://badge.fury.io/js/js-pointer) | ||
Tiny, spec compliant implementation of the JSON Pointer spec [RFC 6901](https://tools.ietf.org/html/rfc6901) with 100% test coverage and no dependencies. | ||
@@ -10,0 +3,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2
4117
4
46