91 lines
3.2 KiB
JSON
91 lines
3.2 KiB
JSON
{
|
|
"_from": "fast-json-patch@^3.0.0-1",
|
|
"_id": "fast-json-patch@3.1.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-vf6IHUX2SBcA+5/+4883dsIjpBTqmfBjmYiWK1savxQmFk4JfBMLa7ynTYOs1Rolp/T1betJxHiGD3g1Mn8lUQ==",
|
|
"_location": "/fast-json-patch",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "fast-json-patch@^3.0.0-1",
|
|
"name": "fast-json-patch",
|
|
"escapedName": "fast-json-patch",
|
|
"rawSpec": "^3.0.0-1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^3.0.0-1"
|
|
},
|
|
"_requiredBy": [
|
|
"/@pm2/agent"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/fast-json-patch/-/fast-json-patch-3.1.1.tgz",
|
|
"_shasum": "85064ea1b1ebf97a3f7ad01e23f9337e72c66947",
|
|
"_spec": "fast-json-patch@^3.0.0-1",
|
|
"_where": "/var/www/api.medcify.app/node_modules/@pm2/agent",
|
|
"author": {
|
|
"name": "Joachim Wester",
|
|
"email": "joachimwester@me.com",
|
|
"url": "http://www.starcounter.com/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Starcounter-Jack/JSON-Patch/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Fast implementation of JSON-Patch (RFC-6902) with duplex (observe changes) capabilities",
|
|
"devDependencies": {
|
|
"benchmark": "^2.1.4",
|
|
"bluebird": "^3.5.5",
|
|
"bluebird-retry": "^0.11.0",
|
|
"chalk": "^2.4.2",
|
|
"event-target-shim": "^5.0.1",
|
|
"fast-deep-equal": "^2.0.1",
|
|
"http-server": "^0.12.3",
|
|
"jasmine": "^3.4.0",
|
|
"request": "^2.88.0",
|
|
"sauce-connect-launcher": "^1.2.7",
|
|
"saucelabs": "^2.1.9",
|
|
"selenium-webdriver": "^4.0.0-alpha.4",
|
|
"typescript": "~3.5.2",
|
|
"webpack": "^4.35.0",
|
|
"webpack-cli": "^3.3.5"
|
|
},
|
|
"homepage": "https://github.com/Starcounter-Jack/JSON-Patch",
|
|
"keywords": [
|
|
"json",
|
|
"patch",
|
|
"http",
|
|
"rest"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"module": "index.mjs",
|
|
"name": "fast-json-patch",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/Starcounter-Jack/JSON-Patch.git"
|
|
},
|
|
"scripts": {
|
|
"bench": "npm run bench-core && npm run bench-duplex",
|
|
"bench-core": "node test/spec/coreBenchmark.js",
|
|
"bench-duplex": "node test/spec/coreBenchmark.js && node test/spec/duplexBenchmark.js",
|
|
"build": "npm run tsc && webpack",
|
|
"serve": "http-server -p 5000 --silent",
|
|
"test": "npm run tsc && npm run test-core && npm run test-duplex && npm run test-commonjs && npm run test-webpack-import && npm run test-typings",
|
|
"test-commonjs": "jasmine test/spec/commonjs/requireSpec.js",
|
|
"test-core": "node --experimental-modules jasmine-run.mjs 'test/spec/{jsonPatchTestsSpec,coreSpec,validateSpec}.mjs'",
|
|
"test-duplex": "node --experimental-modules jasmine-run.mjs test/**/*[sS]pec.mjs",
|
|
"test-sauce": "npm run build && node test/Sauce/Runner.js",
|
|
"test-typings": "tsc test/spec/typings/typingsSpec.ts",
|
|
"test-webpack-import": "webpack --env.NODE_ENV=test && jasmine test/spec/webpack/importSpec.build.js",
|
|
"tsc": "npm run tsc-common && npm run tsc-module",
|
|
"tsc-common": "tsc",
|
|
"tsc-module": "tsc --module esnext --moduleResolution node --outDir \"module/\" && npm run tsc-to-mjs",
|
|
"tsc-to-mjs": "bash tsc-to-mjs.sh",
|
|
"tsc-watch": "tsc -w",
|
|
"version": "npm run tsc && webpack && git add -A"
|
|
},
|
|
"typings": "index.d.ts",
|
|
"version": "3.1.1"
|
|
}
|