diff options
| author | ivar <i@oiee.no> | 2025-10-19 23:41:23 +0200 |
|---|---|---|
| committer | ivar <i@oiee.no> | 2025-10-19 23:41:23 +0200 |
| commit | 3f4c0720e1e3421431e7baa20882a4a4512a7fab (patch) | |
| tree | 734ca81d7d0841d8863e3f523ebba14c282dc681 /src/wwwroot/libraries/jquery-pjax/package.json | |
| download | fagprove-3f4c0720e1e3421431e7baa20882a4a4512a7fab.tar.xz fagprove-3f4c0720e1e3421431e7baa20882a4a4512a7fab.zip | |
Diffstat (limited to 'src/wwwroot/libraries/jquery-pjax/package.json')
| -rw-r--r-- | src/wwwroot/libraries/jquery-pjax/package.json | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/src/wwwroot/libraries/jquery-pjax/package.json b/src/wwwroot/libraries/jquery-pjax/package.json new file mode 100644 index 0000000..ad9dc26 --- /dev/null +++ b/src/wwwroot/libraries/jquery-pjax/package.json @@ -0,0 +1,51 @@ +{ + "_from": "jquery-pjax", + "_id": "jquery-pjax@2.0.1", + "_inBundle": false, + "_integrity": "sha1-azoboW5kTmJL3P5y62s9lqhG9fI=", + "_location": "/jquery-pjax", + "_phantomChildren": {}, + "_requested": { + "type": "tag", + "registry": true, + "raw": "jquery-pjax", + "name": "jquery-pjax", + "escapedName": "jquery-pjax", + "rawSpec": "", + "saveSpec": null, + "fetchSpec": "latest" + }, + "_requiredBy": [ + "#USER", + "/" + ], + "_resolved": "https://registry.npmjs.org/jquery-pjax/-/jquery-pjax-2.0.1.tgz", + "_shasum": "6b3a1ba16e644e624bdcfe72eb6b3d96a846f5f2", + "_spec": "jquery-pjax", + "_where": "/Users/ivarlovlie/Development/repos/git/pit/Argus/source/Argus.Server/wwwroot/lib", + "bugs": { + "url": "https://github.com/defunkt/jquery-pjax/issues" + }, + "bundleDependencies": false, + "deprecated": false, + "description": "jQuery plugin for ajax + pushState navigation", + "devDependencies": { + "eslint": "^3.19.0" + }, + "files": [ + "LICENSE", + "jquery.pjax.js" + ], + "homepage": "https://github.com/defunkt/jquery-pjax#readme", + "license": "MIT", + "main": "jquery.pjax.js", + "name": "jquery-pjax", + "repository": { + "type": "git", + "url": "git+https://github.com/defunkt/jquery-pjax.git" + }, + "scripts": { + "test": "./script/test" + }, + "version": "2.0.1" +} |
