{"name":"json-ptr","version":"1.3.2","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.0","@types/chai":"^4.2.11","@types/debug":"^4.1.5","@types/mocha":"^8.0.0","@types/node":"~14.0.23","@typescript-eslint/eslint-plugin":"~3.6.1","@typescript-eslint/parser":"~3.6.1","bent":"^7.3.7","chai":"^4.2.0","chokidar-cli":"^2.1.0","eslint":"^7.5.0","eslint-config-prettier":"~6.11.0","eslint-plugin-mocha":"^7.0.1","mocha":"^8.0.1","mocha-junit-reporter":"^2.0.0","nyc":"^15.1.0","prettier":"~2.0.5","rimraf":"~3.0.2","ts-loader":"^8.0.1","ts-node":"^8.10.2","typedoc":"^0.17.8","typescript":"~3.9.7","webpack":"^4.43.0","webpack-cli":"^3.3.12"},"nyc":{"include":["src/**/*.ts"],"extension":[".ts",".tsx"],"require":["ts-node/register"],"reporter":["text-summary","html"],"sourceMap":true,"instrument":true},"dependencies":{"tslib":"^2.0.0"},"gitHead":"10cfb6b4cf33991cd0650211131154cae97f94ff","bugs":{"url":"https://github.com/flitbit/json-ptr/issues"},"homepage":"https://github.com/flitbit/json-ptr#readme","_id":"json-ptr@1.3.2","_nodeVersion":"12.18.2","_npmVersion":"6.14.5","dist":{"shasum":"17f45b322a843b1f2fbcc9b45132bd9b3ba8cd38","size":46877,"noattachment":false,"key":"/json-ptr/-/json-ptr-1.3.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/json-ptr/download/json-ptr-1.3.2.tgz"},"maintainers":[{"name":"cerebralkungfu","email":""}],"_npmUser":{"name":"cerebralkungfu","email":"phillip@flitbit.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/json-ptr_1.3.2_1595248129243_0.25783289395949627"},"_hasShrinkwrap":false,"publish_time":1595248129435,"_cnpm_publish_time":1595248129435,"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"}}