buymymojo.net/node_modules/quicklink/package.json
2021-07-02 19:29:34 +10:00

109 lines
3.2 KiB
JSON

{
"_args": [
[
"quicklink@2.2.0",
"F:\\Documents\\websites\\BMM"
]
],
"_from": "quicklink@2.2.0",
"_id": "quicklink@2.2.0",
"_inBundle": false,
"_integrity": "sha512-tfleXCZvxDppyZFqSDsbkS5aKemtA0ealvguxjp3tzXHMo+pzxrWtOh+6dnYK/mXzEYM1QiNhGttcS/W/T3JXA==",
"_location": "/quicklink",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "quicklink@2.2.0",
"name": "quicklink",
"escapedName": "quicklink",
"rawSpec": "2.2.0",
"saveSpec": null,
"fetchSpec": "2.2.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/quicklink/-/quicklink-2.2.0.tgz",
"_spec": "2.2.0",
"_where": "F:\\Documents\\websites\\BMM",
"author": {
"name": "addyosmani",
"email": "addyosmani@gmail.com"
},
"bugs": {
"url": "https://github.com/GoogleChromeLabs/quicklink/issues"
},
"bundlesize": [
{
"path": "./dist/*.js",
"maxSize": "2 kB"
}
],
"dependencies": {
"route-manifest": "^1.0.0",
"throttles": "^1.0.0"
},
"description": "Faster subsequent page-loads by prefetching in-viewport links during idle time",
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"bundlesize": "^0.18.0",
"chai": "^4.2.0",
"conventional-changelog-cli": "^2.0.11",
"cross-var": "^1.1.0",
"eslint": "^6.7.1",
"eslint-config-google": "^0.14.0",
"http-server": "^0.12.0",
"lodash": "^4.17.11",
"microbundle": "0.11.0",
"mocha": "^6.2.2",
"puppeteer": "^2.0.0",
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
"files": [
"dist"
],
"homepage": "https://getquick.link/",
"jsnext:main": "dist/quicklink.mjs",
"keywords": [
"prefetch",
"performance",
"fetch",
"intersectionobserver",
"background",
"speed"
],
"license": "Apache-2.0",
"main": "dist/quicklink.js",
"module": "dist/quicklink.mjs",
"name": "quicklink",
"peerDependencies": {
"react": "^16.8.0",
"react-dom": "^16.8.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GoogleChromeLabs/quicklink.git"
},
"scripts": {
"build": "microbundle src/index.mjs --no-sourcemap --external none",
"build-all": "yarn run build && yarn run build-plugin && yarn run build-react-chunks",
"build-plugin": "microbundle src/chunks.mjs --no-sourcemap --external none -o dist/react",
"build-react-chunks": "babel src/react-chunks.js --out-file dist/react/hoc.js",
"bundlesize": "bundlesize",
"changelog": "yarn conventional-changelog -i CHANGELOG.md -s -r 0",
"lint": "eslint src/*.mjs test/*.js demos/*.js",
"lint-fix": "eslint src/*.mjs test/*.js --fix demos/*.js",
"prepare": "yarn run -s build",
"release": "cross-var yarn run build-all -s && cross-var git commit -am $npm_package_version && cross-var git tag $npm_package_version && git push && git push --tags",
"start": "http-server .",
"test": "yarn run build-all && mocha test/bootstrap.js --recursive test"
},
"umd:main": "dist/quicklink.umd.js",
"unpkg": "dist/quicklink.umd.js",
"version": "2.2.0"
}