'f'
mh-two-thousand-and-two
2024-04-12 26f2711ef9461961fb953e2b497bd314ef95e345
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
  "_args": [
    [
      "postcss-helpers@0.3.3",
      "C:\\Users\\hp\\Desktop\\gitzhongyi"
    ]
  ],
  "_development": true,
  "_from": "postcss-helpers@0.3.3",
  "_id": "postcss-helpers@0.3.3",
  "_inBundle": false,
  "_integrity": "sha512-VumiUcrpbxGlTBNQj6fUOkb/HNRUk/xYz8bNlhgVOdvk3yWEy4B+0nlDUZZM9mTVZ5bJoxUy7WT6z/4E7oMTgw==",
  "_location": "/postcss-helpers",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "postcss-helpers@0.3.3",
    "name": "postcss-helpers",
    "escapedName": "postcss-helpers",
    "rawSpec": "0.3.3",
    "saveSpec": null,
    "fetchSpec": "0.3.3"
  },
  "_requiredBy": [
    "/postcss-urlrewrite"
  ],
  "_resolved": "https://registry.npmmirror.com/postcss-helpers/-/postcss-helpers-0.3.3.tgz",
  "_spec": "0.3.3",
  "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
  "authors": [
    "Alexey Ivanov <iadramelk@gmail.com>"
  ],
  "bugs": {
    "url": "https://github.com/iAdramelk/postcss-helpers/issues"
  },
  "dependencies": {
    "urijs": "^1.18.12"
  },
  "description": "Some general purpose helpers for PostCSS, created to make working with url() and @import values more easy.",
  "devDependencies": {
    "mocha": "^3.5.0"
  },
  "engines": {
    "node": ">=0.12.9"
  },
  "homepage": "https://github.com/iAdramelk/postcss-helpers#readme",
  "keywords": [
    "postcss"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "postcss-helpers",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/iAdramelk/postcss-helpers.git"
  },
  "scripts": {
    "test": "mocha --reporter list"
  },
  "version": "0.3.3"
}