1 | {
|
---|
2 | "_args": [
|
---|
3 | [
|
---|
4 | "postcss-selector-not@4.0.1",
|
---|
5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
6 | ]
|
---|
7 | ],
|
---|
8 | "_development": true,
|
---|
9 | "_from": "postcss-selector-not@4.0.1",
|
---|
10 | "_id": "postcss-selector-not@4.0.1",
|
---|
11 | "_inBundle": false,
|
---|
12 | "_integrity": "sha512-YolvBgInEK5/79C+bdFMyzqTg6pkYqDbzZIST/PDMqa/o3qtXenD05apBG2jLgT0/BQ77d4U2UK12jWpilqMAQ==",
|
---|
13 | "_location": "/postcss-selector-not",
|
---|
14 | "_phantomChildren": {
|
---|
15 | "picocolors": "0.2.1"
|
---|
16 | },
|
---|
17 | "_requested": {
|
---|
18 | "type": "version",
|
---|
19 | "registry": true,
|
---|
20 | "raw": "postcss-selector-not@4.0.1",
|
---|
21 | "name": "postcss-selector-not",
|
---|
22 | "escapedName": "postcss-selector-not",
|
---|
23 | "rawSpec": "4.0.1",
|
---|
24 | "saveSpec": null,
|
---|
25 | "fetchSpec": "4.0.1"
|
---|
26 | },
|
---|
27 | "_requiredBy": [
|
---|
28 | "/postcss-preset-env"
|
---|
29 | ],
|
---|
30 | "_resolved": "https://registry.npmjs.org/postcss-selector-not/-/postcss-selector-not-4.0.1.tgz",
|
---|
31 | "_spec": "4.0.1",
|
---|
32 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
33 | "author": {
|
---|
34 | "name": "Maxime Thirouin"
|
---|
35 | },
|
---|
36 | "bugs": {
|
---|
37 | "url": "https://github.com/postcss/postcss-selector-not/issues"
|
---|
38 | },
|
---|
39 | "dependencies": {
|
---|
40 | "balanced-match": "^1.0.0",
|
---|
41 | "postcss": "^7.0.2"
|
---|
42 | },
|
---|
43 | "description": "PostCSS plugin to transform :not() W3C CSS level 4 pseudo class to :not() CSS level 3 selectors",
|
---|
44 | "devDependencies": {
|
---|
45 | "babel-cli": "^6.26.0",
|
---|
46 | "babel-plugin-add-module-exports": "^1.0.0",
|
---|
47 | "babel-preset-env": "^1.7.0",
|
---|
48 | "babel-register": "^6.26.0",
|
---|
49 | "eslint": "^5.6.0",
|
---|
50 | "tape": "^4.9.1"
|
---|
51 | },
|
---|
52 | "files": [
|
---|
53 | "dist"
|
---|
54 | ],
|
---|
55 | "homepage": "https://github.com/postcss/postcss-selector-not#readme",
|
---|
56 | "keywords": [
|
---|
57 | "postcss",
|
---|
58 | "postcss-plugin",
|
---|
59 | "selectors",
|
---|
60 | "selector",
|
---|
61 | "Not"
|
---|
62 | ],
|
---|
63 | "license": "MIT",
|
---|
64 | "main": "dist/index.js",
|
---|
65 | "name": "postcss-selector-not",
|
---|
66 | "repository": {
|
---|
67 | "type": "git",
|
---|
68 | "url": "git+https://github.com/postcss/postcss-selector-not.git"
|
---|
69 | },
|
---|
70 | "scripts": {
|
---|
71 | "babelify": "babel src --out-dir dist",
|
---|
72 | "lint": "eslint ./src/*.js ./test/*.js",
|
---|
73 | "prepublish": "npm run babelify",
|
---|
74 | "tape": "tape -r babel-register test/*.js",
|
---|
75 | "test": "npm run lint && npm run babelify && npm run tape"
|
---|
76 | },
|
---|
77 | "version": "4.0.1"
|
---|
78 | }
|
---|