Blame view

node_modules/css/package.json 1.63 KB
2a09d1a4   liuqimichale   添加宜春 天水 宣化
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
  {
    "_from": "css@~2.2.0",
    "_id": "css@2.2.4",
    "_inBundle": false,
    "_integrity": "sha1-xkZ1XHOXHyu6amAeLPL9cbEpiSk=",
    "_location": "/css",
    "_phantomChildren": {},
    "_requested": {
      "type": "range",
      "registry": true,
      "raw": "css@~2.2.0",
      "name": "css",
      "escapedName": "css",
      "rawSpec": "~2.2.0",
      "saveSpec": null,
      "fetchSpec": "~2.2.0"
    },
    "_requiredBy": [
      "/px2rem"
    ],
    "_resolved": "http://registry.npm.taobao.org/css/download/css-2.2.4.tgz",
    "_shasum": "c646755c73971f2bba6a601e2cf2fd71b1298929",
    "_spec": "css@~2.2.0",
    "_where": "/Library/WebServer/Documents/mywork/cityOperationCenter/node_modules/px2rem",
    "author": {
      "name": "TJ Holowaychuk",
      "email": "tj@vision-media.ca"
    },
    "bugs": {
      "url": "https://github.com/reworkcss/css/issues"
    },
    "bundleDependencies": false,
    "dependencies": {
      "inherits": "^2.0.3",
      "source-map": "^0.6.1",
      "source-map-resolve": "^0.5.2",
      "urix": "^0.1.0"
    },
    "deprecated": false,
    "description": "CSS parser / stringifier",
    "devDependencies": {
      "bytes": "^1.0.0",
      "matcha": "^0.5.0",
      "mocha": "^1.21.3",
      "should": "^4.0.4"
    },
    "files": [
      "index.js",
      "lib",
      "Readme.md"
    ],
    "homepage": "https://github.com/reworkcss/css#readme",
    "keywords": [
      "css",
      "parser",
      "stringifier",
      "stylesheet"
    ],
    "license": "MIT",
    "main": "index",
    "name": "css",
    "repository": {
      "type": "git",
      "url": "git+https://github.com/reworkcss/css.git"
    },
    "scripts": {
      "benchmark": "matcha",
      "test": "mocha --require should --reporter spec --bail test/*.js"
    },
    "version": "2.2.4"
  }