1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- {
- "_args": [
- [
- "tapable@^1.0.0",
- "/home/seleznev/project Angular/Quality system/node_modules/html-webpack-plugin"
- ]
- ],
- "_from": "tapable@>=1.0.0 <2.0.0",
- "_id": "tapable@1.0.0",
- "_inCache": true,
- "_installable": true,
- "_location": "/tapable",
- "_nodeVersion": "8.9.4",
- "_npmOperationalInternal": {
- "host": "s3://npm-registry-packages",
- "tmp": "tmp/tapable_1.0.0_1519286232237_0.7789554413074959"
- },
- "_npmUser": {
- "email": "tobias.koppers@googlemail.com",
- "name": "sokra"
- },
- "_npmVersion": "5.6.0",
- "_phantomChildren": {},
- "_requested": {
- "name": "tapable",
- "raw": "tapable@^1.0.0",
- "rawSpec": "^1.0.0",
- "scope": null,
- "spec": ">=1.0.0 <2.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/html-webpack-plugin",
- "/webpack-cli/enhanced-resolve"
- ],
- "_resolved": "https://registry.npmjs.org/tapable/-/tapable-1.0.0.tgz",
- "_shasum": "cbb639d9002eed9c6b5975eb20598d7936f1f9f2",
- "_shrinkwrap": null,
- "_spec": "tapable@^1.0.0",
- "_where": "/home/seleznev/project Angular/Quality system/node_modules/html-webpack-plugin",
- "author": {
- "name": "Tobias Koppers @sokra"
- },
- "bugs": {
- "url": "https://github.com/webpack/tapable/issues"
- },
- "dependencies": {},
- "description": "Just a little module for plugins.",
- "devDependencies": {
- "babel-core": "^6.26.0",
- "babel-jest": "^21.0.2",
- "babel-polyfill": "^6.26.0",
- "babel-preset-env": "^1.6.0",
- "codecov": "^2.3.0",
- "jest": "^21.0.4"
- },
- "directories": {},
- "dist": {
- "fileCount": 33,
- "integrity": "sha512-dQRhbNQkRnaqauC7WqSJ21EEksgT0fYZX2lqXzGkpo8JNig9zGZTYoMGvyI2nWmXlE2VSVXVDu7wLVGu/mQEsg==",
- "shasum": "cbb639d9002eed9c6b5975eb20598d7936f1f9f2",
- "tarball": "https://registry.npmjs.org/tapable/-/tapable-1.0.0.tgz",
- "unpackedSize": 241760
- },
- "engines": {
- "node": ">=6"
- },
- "files": [
- "lib"
- ],
- "gitHead": "f2718e63bfede29cbc81cda3ee79a6933ec5af8d",
- "homepage": "https://github.com/webpack/tapable",
- "jest": {
- "transform": {
- "__tests__[\\\\/].+\\.js$": "babel-jest"
- }
- },
- "license": "MIT",
- "main": "lib/index.js",
- "maintainers": [
- {
- "name": "sokra",
- "email": "tobias.koppers@googlemail.com"
- }
- ],
- "name": "tapable",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/webpack/tapable.git"
- },
- "scripts": {
- "test": "jest",
- "travis": "jest --coverage && codecov"
- },
- "version": "1.0.0"
- }
|