Last change
on this file since bdd6491 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago |
adding photos
|
-
Property mode
set to
100644
|
File size:
1.9 KB
|
Line | |
---|
1 | {
|
---|
2 | "_args": [
|
---|
3 | [
|
---|
4 | "tapable@2.2.1",
|
---|
5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
6 | ]
|
---|
7 | ],
|
---|
8 | "_development": true,
|
---|
9 | "_from": "tapable@2.2.1",
|
---|
10 | "_id": "tapable@2.2.1",
|
---|
11 | "_inBundle": false,
|
---|
12 | "_integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==",
|
---|
13 | "_location": "/tapable",
|
---|
14 | "_phantomChildren": {},
|
---|
15 | "_requested": {
|
---|
16 | "type": "version",
|
---|
17 | "registry": true,
|
---|
18 | "raw": "tapable@2.2.1",
|
---|
19 | "name": "tapable",
|
---|
20 | "escapedName": "tapable",
|
---|
21 | "rawSpec": "2.2.1",
|
---|
22 | "saveSpec": null,
|
---|
23 | "fetchSpec": "2.2.1"
|
---|
24 | },
|
---|
25 | "_requiredBy": [
|
---|
26 | "/enhanced-resolve",
|
---|
27 | "/webpack"
|
---|
28 | ],
|
---|
29 | "_resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz",
|
---|
30 | "_spec": "2.2.1",
|
---|
31 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
32 | "author": {
|
---|
33 | "name": "Tobias Koppers @sokra"
|
---|
34 | },
|
---|
35 | "browser": {
|
---|
36 | "util": "./lib/util-browser.js"
|
---|
37 | },
|
---|
38 | "bugs": {
|
---|
39 | "url": "https://github.com/webpack/tapable/issues"
|
---|
40 | },
|
---|
41 | "description": "Just a little module for plugins.",
|
---|
42 | "devDependencies": {
|
---|
43 | "@babel/core": "^7.4.4",
|
---|
44 | "@babel/preset-env": "^7.4.4",
|
---|
45 | "babel-jest": "^24.8.0",
|
---|
46 | "codecov": "^3.5.0",
|
---|
47 | "jest": "^24.8.0",
|
---|
48 | "prettier": "^1.17.1"
|
---|
49 | },
|
---|
50 | "engines": {
|
---|
51 | "node": ">=6"
|
---|
52 | },
|
---|
53 | "files": [
|
---|
54 | "lib",
|
---|
55 | "!lib/__tests__",
|
---|
56 | "tapable.d.ts"
|
---|
57 | ],
|
---|
58 | "homepage": "https://github.com/webpack/tapable",
|
---|
59 | "jest": {
|
---|
60 | "transform": {
|
---|
61 | "__tests__[\\\\/].+\\.js$": "babel-jest"
|
---|
62 | }
|
---|
63 | },
|
---|
64 | "license": "MIT",
|
---|
65 | "main": "lib/index.js",
|
---|
66 | "name": "tapable",
|
---|
67 | "repository": {
|
---|
68 | "type": "git",
|
---|
69 | "url": "git+ssh://git@github.com/webpack/tapable.git"
|
---|
70 | },
|
---|
71 | "scripts": {
|
---|
72 | "pretty": "prettier --loglevel warn --write lib/*.js lib/__tests__/*.js",
|
---|
73 | "pretty-lint": "prettier --check lib/*.js lib/__tests__/*.js",
|
---|
74 | "test": "jest",
|
---|
75 | "travis": "yarn pretty-lint && jest --coverage && codecov"
|
---|
76 | },
|
---|
77 | "types": "./tapable.d.ts",
|
---|
78 | "version": "2.2.1"
|
---|
79 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.