123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- {
- "_args": [
- [
- "@webcomponents/webcomponentsjs@2.2.1",
- "/home/sainw/workspace-lit/fpos"
- ]
- ],
- "_from": "@webcomponents/webcomponentsjs@2.2.1",
- "_id": "@webcomponents/webcomponentsjs@2.2.1",
- "_inBundle": false,
- "_integrity": "sha512-lZZ+Lkke6JhsJcQQqSVk1Pny6/8y4qhJ98LO7a/MwBSRO8WqHqK1X2vscfeL8vOnYGFnmBUyVG95lwYv/AXyLQ==",
- "_location": "/@webcomponents/webcomponentsjs",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "@webcomponents/webcomponentsjs@2.2.1",
- "name": "@webcomponents/webcomponentsjs",
- "escapedName": "@webcomponents%2fwebcomponentsjs",
- "scope": "@webcomponents",
- "rawSpec": "2.2.1",
- "saveSpec": null,
- "fetchSpec": "2.2.1"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/@webcomponents/webcomponentsjs/-/webcomponentsjs-2.2.1.tgz",
- "_spec": "2.2.1",
- "_where": "/home/sainw/workspace-lit/fpos",
- "author": {
- "name": "The Polymer Authors"
- },
- "bugs": {
- "url": "https://github.com/webcomponents/webcomponentsjs/issues"
- },
- "description": "Web Components Polyfills",
- "devDependencies": {
- "@gulp-sourcemaps/sources-content": "^1.0.0",
- "@webcomponents/custom-elements": "^1.2.1",
- "@webcomponents/shadycss": "^1.6.0",
- "@webcomponents/shadydom": "^1.3.1",
- "@webcomponents/template": "^1.4.0",
- "@webcomponents/url": "^0.7.2",
- "@webcomponents/webcomponents-platform": "^1.0.0",
- "babel-core": "^6.26.3",
- "babel-preset-minify": "^0.4.3",
- "del": "^3.0.0",
- "eslint": "^5.9.0",
- "eslint-plugin-html": "^4.0.6",
- "get-own-property-symbols": "^0.9.2",
- "google-closure-compiler": "^20180805.0.0",
- "gulp": "^3.8.8",
- "gulp-babel": "^7.0.1",
- "gulp-rename": "^1.4.0",
- "gulp-rollup": "^2.16.2",
- "gulp-sourcemaps": "^2.6.4",
- "promise-polyfill": "^8.0.0",
- "rollup": "^0.60.7",
- "rollup-plugin-babel": "^3.0.7",
- "rollup-plugin-commonjs": "^9.2.0",
- "rollup-plugin-license": "^0.6.0",
- "run-sequence": "^2.2.1",
- "wct-browser-legacy": "^1.0.2",
- "web-component-tester": "^6.9.0"
- },
- "directories": {
- "test": "tests"
- },
- "files": [
- "bundles/**/*",
- "entrypoints/**/*",
- "custom-elements-es5-adapter.js",
- "webcomponents-bundle.js",
- "webcomponents-bundle.js.map",
- "webcomponents-loader.js"
- ],
- "homepage": "https://webcomponents.org/polyfills",
- "keywords": [
- "webcomponents",
- "web-components",
- "polyfill",
- "shim"
- ],
- "license": "BSD-3-Clause",
- "main": "webcomponents-bundle.js",
- "name": "@webcomponents/webcomponentsjs",
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/webcomponents/webcomponentsjs.git"
- },
- "scripts": {
- "build": "gulp",
- "clean": "gulp clean",
- "prepack": "npm run build",
- "regen-package-lock": "rm -rf node_modules package-lock.json; npm install",
- "test": "wct"
- },
- "version": "2.2.1"
- }
|