{"name":"json-ptr","version":"2.0.0","author":{"name":"Phillip Clark","email":"phillip@flitbit.com"},"description":"A complete implementation of JSON Pointer (RFC 6901) for nodejs and modern browsers.","keywords":["6901","json","pointers","fragmentid"],"main":"dist/index.js","types":"dist/index.d.ts","license":"MIT","repository":{"type":"git","url":"git+https://github.com/flitbit/json-ptr.git"},"scripts":{"clean":"rimraf coverage dist dist.browser tmp docs","prebuild":"npm run lint","build:browser":"webpack","build:browser-tests":"webpack --config webpack.tests.config.js","buildall":"tsc --importHelpers -p tsconfig.release.json && npm run build:browser && npm run build:browser-tests && npm run docs","build":"npm run buildall","build:watch":"tsc -w --importHelpers -p tsconfig.release.json","lint":"eslint . --ext .ts,.tsx","pretest":"npm run lint","test":"nyc mocha __tests__/**/*.spec.ts","test:watch":"chokidar \"*.js\" \"*.json\" \"src/**/*.ts\" \"__tests__/**/*.ts\" --command \"npm run test\" --initial","cilint":"eslint . --ext .ts,.tsx --format junit --output-file ./reports/eslint/eslint.xml","precibuild":"npm run cilint","cibuild":"npm run buildall","preci":"npm run cibuild","ci":"nyc mocha __tests__/**/*.spec.ts --timeout=10000 --exit --reporter mocha-junit-reporter --reporter-options mochaFile=reports/mocha/test-results.xml","docs":"typedoc --theme minimal && cp _config.yml docs/"},"devDependencies":{"@types/assert-plus":"^1.0.4","@types/bent":"^7.3.1","@types/chai":"^4.2.14","@types/debug":"^4.1.5","@types/mocha":"^8.0.3","@types/node":"~14.14.1","@typescript-eslint/eslint-plugin":"~4.5.0","@typescript-eslint/parser":"~4.5.0","bent":"^7.3.12","chai":"^4.2.0","chokidar-cli":"^2.1.0","eslint":"^7.11.0","eslint-config-prettier":"~6.14.0","eslint-plugin-mocha":"^8.0.0","mocha":"^8.2.0","mocha-junit-reporter":"^2.0.0","nyc":"^15.1.0","prettier":"~2.1.2","rimraf":"~3.0.2","ts-loader":"^8.0.6","ts-node":"^9.0.0","typedoc":"^0.19.2","typescript":"~4.0.3","webpack":"^4.44.2","webpack-cli":"^4.1.0"},"nyc":{"include":["src/**/*.ts"],"extension":[".ts",".tsx"],"require":["ts-node/register"],"reporter":["text-summary","html"],"sourceMap":true,"instrument":true},"dependencies":{"tslib":"^2.0.3"},"gitHead":"bd9903122e10f8ea822d6ff924e3bb5d07274714","bugs":{"url":"https://github.com/flitbit/json-ptr/issues"},"homepage":"https://github.com/flitbit/json-ptr#readme","_id":"json-ptr@2.0.0","_nodeVersion":"12.19.0","_npmVersion":"6.14.8","dist":{"shasum":"aadc43994cb5bf4e1443e3a298920ab86eaeaa5d","size":47520,"noattachment":false,"key":"/json-ptr/-/json-ptr-2.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/json-ptr/download/json-ptr-2.0.0.tgz"},"maintainers":[{"name":"cerebralkungfu","email":""}],"_npmUser":{"name":"cerebralkungfu","email":"phillip@flitbit.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/json-ptr_2.0.0_1603307905834_0.14763967320952798"},"_hasShrinkwrap":false,"publish_time":1603307905968,"_cnpm_publish_time":1603307905968,"dist-tags":{"issue-28-and-30":"2.0.1-issue-28-and-30.f825bd7","issue-36":"2.1.1-issue-36.f2a3959","latest":"3.0.1","master":"3.0.2-master.2e0b67f","older-nodes":"3.0.1-older-nodes.e0918b8","packaging-rollup":"2.2.1-packaging-rollup.7af30ca","relative":"2.1.2-relative.f48c5e7","ts":"1.2.1-ts.cf62f17"}}