保誠-保戶業務員媒合平台
HelenHuang
2022-06-09 9bdb95c9e34cef640534e5e5a1e2225a80442000
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
63
64
65
66
67
68
69
70
71
72
73
74
{
  "_from": "extract-from-css@^0.4.4",
  "_id": "extract-from-css@0.4.4",
  "_inBundle": false,
  "_integrity": "sha1-HqffLnx8brmSL6COitrqSG9vj5I=",
  "_location": "/extract-from-css",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "extract-from-css@^0.4.4",
    "name": "extract-from-css",
    "escapedName": "extract-from-css",
    "rawSpec": "^0.4.4",
    "saveSpec": null,
    "fetchSpec": "^0.4.4"
  },
  "_requiredBy": [
    "/vue-jest"
  ],
  "_resolved": "https://registry.npmjs.org/extract-from-css/-/extract-from-css-0.4.4.tgz",
  "_shasum": "1ea7df2e7c7c6eb9922fa08e8adaea486f6f8f92",
  "_spec": "extract-from-css@^0.4.4",
  "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\vue-jest",
  "author": {
    "name": "Rubén Norte",
    "email": "rubennorte@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/rubennorte/extract-from-css/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "css": "^2.1.0"
  },
  "deprecated": false,
  "description": "Extract information from CSS code",
  "devDependencies": {
    "benchmark": "^1.0.0",
    "coveralls": "^2.11.2",
    "istanbul": "^0.3.5",
    "jasmine": "^2.2.1",
    "jscs": "^1.11.3",
    "jshint": "^2.5.10",
    "mversion": "^1.9.0"
  },
  "engines": {
    "node": ">=0.10.0",
    "npm": ">=2.0.0"
  },
  "files": [
    "lib",
    "CHANGELOG.md"
  ],
  "homepage": "https://github.com/rubennorte/extract-from-css#readme",
  "license": "MIT",
  "main": "lib/index.js",
  "name": "extract-from-css",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rubennorte/extract-from-css.git"
  },
  "scripts": {
    "benchmark": "node tests/benchmark/benchmark.js",
    "build": "npm test",
    "coverage": "JASMINE_CONFIG_PATH=tests/jasmine.json istanbul cover jasmine",
    "lint": "jscs . && jscs ./tests && jshint .",
    "pretest": "npm run lint",
    "release": "npm run build && mversion -m \"New version: %s\" ",
    "test": "JASMINE_CONFIG_PATH=tests/jasmine.json jasmine",
    "travis": "npm run coverage && cat ./tests/output/coverage/lcov.info | coveralls && rm -rf ./tests/output/coverage"
  },
  "version": "0.4.4"
}