source: trip-planner-front/node_modules/postcss-initial/package.json@ 84d0fbb

Last change on this file since 84d0fbb was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 2.0 KB
Line 
1{
2 "_args": [
3 [
4 "postcss-initial@3.0.4",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "postcss-initial@3.0.4",
10 "_id": "postcss-initial@3.0.4",
11 "_inBundle": false,
12 "_integrity": "sha512-3RLn6DIpMsK1l5UUy9jxQvoDeUN4gP939tDcKUHD/kM8SGSKbFAnvkpFpj3Bhtz3HGk1jWY5ZNWX6mPta5M9fg==",
13 "_location": "/postcss-initial",
14 "_phantomChildren": {
15 "picocolors": "0.2.1"
16 },
17 "_requested": {
18 "type": "version",
19 "registry": true,
20 "raw": "postcss-initial@3.0.4",
21 "name": "postcss-initial",
22 "escapedName": "postcss-initial",
23 "rawSpec": "3.0.4",
24 "saveSpec": null,
25 "fetchSpec": "3.0.4"
26 },
27 "_requiredBy": [
28 "/postcss-preset-env"
29 ],
30 "_resolved": "https://registry.npmjs.org/postcss-initial/-/postcss-initial-3.0.4.tgz",
31 "_spec": "3.0.4",
32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
33 "author": {
34 "name": "Maksim Koretskiy",
35 "email": "mr.green.tv@gmail.com"
36 },
37 "bugs": {
38 "url": "https://github.com/maximkoretskiy/postcss-initial/issues"
39 },
40 "dependencies": {
41 "postcss": "^7.0.2"
42 },
43 "description": "PostCSS plugin to fallback initial keyword.",
44 "devDependencies": {
45 "chai": "3.5.0",
46 "eslint": "^4.18.2",
47 "husky": "^3.0.9",
48 "mocha": "^3.3.0",
49 "standard-version": "^8.0.1"
50 },
51 "homepage": "https://github.com/maximkoretskiy/postcss-initial#readme",
52 "husky": {
53 "hooks": {
54 "pre-commit": "npm test",
55 "pre-push": "npm test"
56 }
57 },
58 "keywords": [
59 "postcss",
60 "css",
61 "postcss-plugin",
62 "reset"
63 ],
64 "license": "MIT",
65 "name": "postcss-initial",
66 "repository": {
67 "type": "git",
68 "url": "git+https://github.com/maximkoretskiy/postcss-initial.git"
69 },
70 "scripts": {
71 "lint": "eslint *.js ./lib/ ./test/",
72 "release": "standard-version",
73 "tdd": "mocha -w --watch-extensions js,json,css",
74 "test": "npm run lint && mocha"
75 },
76 "standard-version": {
77 "scripts": {
78 "prerelease": "npm test"
79 }
80 },
81 "version": "3.0.4"
82}
Note: See TracBrowser for help on using the repository browser.