104 lines
2.5 KiB
JSON
104 lines
2.5 KiB
JSON
{
|
|
"_from": "sw-precache",
|
|
"_id": "sw-precache@5.2.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-sKctdX+5hUxkqJ/1DM88ubQ+QRvyw7CnxWdk909N2DgvxMqc1gcQFrwL7zpVc87wFmCA/OvRQd0iMC2XdFopYg==",
|
|
"_location": "/sw-precache",
|
|
"_phantomChildren": {
|
|
"lodash._reinterpolate": "3.0.0"
|
|
},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "sw-precache",
|
|
"name": "sw-precache",
|
|
"escapedName": "sw-precache",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/sw-precache/-/sw-precache-5.2.0.tgz",
|
|
"_shasum": "eb6225ce580ceaae148194578a0ad01ab7ea199c",
|
|
"_spec": "sw-precache",
|
|
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build",
|
|
"author": {
|
|
"name": "Jeff Posnick",
|
|
"email": "jeffy@google.com",
|
|
"url": "https://jeffy.info"
|
|
},
|
|
"bin": {
|
|
"sw-precache": "cli.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/googlechrome/sw-precache/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"dom-urls": "^1.1.0",
|
|
"es6-promise": "^4.0.5",
|
|
"glob": "^7.1.1",
|
|
"lodash.defaults": "^4.2.0",
|
|
"lodash.template": "^4.4.0",
|
|
"meow": "^3.7.0",
|
|
"mkdirp": "^0.5.1",
|
|
"pretty-bytes": "^4.0.2",
|
|
"sw-toolbox": "^3.4.0",
|
|
"update-notifier": "^1.0.3"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Generates a service worker to cache your local App Shell resources.",
|
|
"devDependencies": {
|
|
"del": "^2.2.2",
|
|
"eslint": "^3.15.0",
|
|
"eslint-config-google": "^0.7.1",
|
|
"express": "^4.14.1",
|
|
"gh-pages": "^0.12.0",
|
|
"grunt": "^1.0.1",
|
|
"gulp": "^3.9.1",
|
|
"gulp-doctoc": "^0.1.4",
|
|
"gulp-eslint": "^3.0.1",
|
|
"gulp-load-plugins": "^1.5.0",
|
|
"gulp-mocha": "^3.0.1",
|
|
"gulp-replace": "^0.5.4",
|
|
"gulp-util": "^3.0.8",
|
|
"jade": "^1.11.0",
|
|
"mocha": "^3.2.0",
|
|
"node-fetch": "^1.6.3",
|
|
"run-sequence": "^1.2.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.0.0"
|
|
},
|
|
"files": [
|
|
"cli.js",
|
|
"lib",
|
|
"service-worker.tmpl"
|
|
],
|
|
"homepage": "https://github.com/googlechrome/sw-precache",
|
|
"keywords": [
|
|
"caching",
|
|
"offline",
|
|
"precaching",
|
|
"service-worker",
|
|
"serviceworker",
|
|
"appshell",
|
|
"pwa"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"main": "lib/sw-precache.js",
|
|
"name": "sw-precache",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/googlechrome/sw-precache.git"
|
|
},
|
|
"scripts": {
|
|
"doctoc": "doctoc",
|
|
"test": "gulp test lint"
|
|
},
|
|
"version": "5.2.0"
|
|
}
|