pagexray

v4.4.4
Xray your HAR file and know all about the page
performance web har webperf perfmatters

lint

eslint .

lint:fix

eslint . --fix

eslint-check

eslint --print-config .eslintrc.js | eslint-config-prettier-check

test

mocha

jsdoc

jsdoc lib/* -d dist/doc

travis

npm run eslint-check && npm run lint && npm run test && npm run dist

browserify

mkdirp dist && browserify lib/index.js -o dist/pagexray.js --standalone PageXray -t [ babelify --presets [ @babel/preset-env ] ] -p [ browserify-banner --template 'PageXray v<%= pkg.version %> - Xray your HAR file and know all about the page - https://github.com/sitespeedio/pagexray' ]

uglify

uglifyjs dist/pagexray.js --compress --mangle --comments '/pagexray/' > dist/pagexray.min.js

dist

npm run browserify && npm run uglify
npm i pagexray

Metadata

  • MIT
  • >=8.9.0
  • Peter Hedenskog
  • released 8/31/2023

Downloads