first commit
This commit is contained in:
111
build/node_modules/@pwa/manifest/package.json
generated
vendored
Normal file
111
build/node_modules/@pwa/manifest/package.json
generated
vendored
Normal file
@@ -0,0 +1,111 @@
|
||||
{
|
||||
"_from": "@pwa/manifest",
|
||||
"_id": "@pwa/manifest@0.2.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-3icu7p1SCfADZ2AzRVxlCqOJ5Ytp21La7HX29EWrhywXqZzMYEdhM+/89ta0DRMGgNoWkOFJhVnBkj00C2XbMg==",
|
||||
"_location": "/@pwa/manifest",
|
||||
"_phantomChildren": {
|
||||
"chalk": "2.3.0",
|
||||
"cli-width": "2.2.0",
|
||||
"detect-indent": "5.0.0",
|
||||
"escape-string-regexp": "1.0.5",
|
||||
"external-editor": "2.1.0",
|
||||
"graceful-fs": "4.1.11",
|
||||
"imurmurhash": "0.1.4",
|
||||
"ip-regex": "1.0.3",
|
||||
"is-plain-obj": "1.1.0",
|
||||
"is-promise": "2.1.0",
|
||||
"locate-path": "2.0.0",
|
||||
"lodash": "4.17.4",
|
||||
"make-dir": "1.1.0",
|
||||
"mimic-fn": "1.1.0",
|
||||
"normalize-package-data": "2.4.0",
|
||||
"parse-json": "2.2.0",
|
||||
"pify": "2.3.0",
|
||||
"rx-lite-aggregates": "4.0.8",
|
||||
"signal-exit": "3.0.2",
|
||||
"through": "2.3.8",
|
||||
"tlds": "1.199.0"
|
||||
},
|
||||
"_requested": {
|
||||
"type": "tag",
|
||||
"registry": true,
|
||||
"raw": "@pwa/manifest",
|
||||
"name": "@pwa/manifest",
|
||||
"escapedName": "@pwa%2fmanifest",
|
||||
"scope": "@pwa",
|
||||
"rawSpec": "",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "latest"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#USER",
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@pwa/manifest/-/manifest-0.2.1.tgz",
|
||||
"_shasum": "cb8de4676485a617cb690b978966589639c0bb03",
|
||||
"_spec": "@pwa/manifest",
|
||||
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build",
|
||||
"author": {
|
||||
"name": "ragingwind",
|
||||
"email": "ragingwind@gmail.com",
|
||||
"url": "ragingwind.html"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/ragingwind/pwa-manifest/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"ansi-styles": "^3.1.0",
|
||||
"inquirer": "^3.1.1",
|
||||
"is-css-color-hex": "^0.2.0",
|
||||
"is-css-color-name": "^0.1.3",
|
||||
"is-url-superb": "^2.0.0",
|
||||
"load-json-file": "^2.0.0",
|
||||
"object-assign": "^4.1.1",
|
||||
"read-pkg-up": "^2.0.0",
|
||||
"url-regex": "^4.1.1",
|
||||
"write-json-file": "^2.2.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Create a Web Manifest for Progressive Web App with a variety of options",
|
||||
"devDependencies": {
|
||||
"ava": "^0.19.1",
|
||||
"deep-equal": "^1.0.1",
|
||||
"http-server": "^0.10.0",
|
||||
"os-tmpdir": "^1.0.2",
|
||||
"xo": "^0.18.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"assets"
|
||||
],
|
||||
"homepage": "https://github.com/ragingwind/pwa-manifest#readme",
|
||||
"keywords": [
|
||||
"pwa",
|
||||
"manifest",
|
||||
"Progressive Web App",
|
||||
"Web Manifest"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "@pwa/manifest",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/ragingwind/pwa-manifest.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava"
|
||||
},
|
||||
"version": "0.2.1",
|
||||
"xo": {
|
||||
"rules": {
|
||||
"camelcase": 0
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user