Blame view

node_modules/reduce-function-call/package.json 1.99 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
72
73
74
  {
    "_from": "reduce-function-call@^1.0.1",
    "_id": "reduce-function-call@1.0.2",
    "_inBundle": false,
    "_integrity": "sha1-WiAL+S4ON3UXUv5FsKszD9S2vpk=",
    "_location": "/reduce-function-call",
    "_phantomChildren": {},
    "_requested": {
      "type": "range",
      "registry": true,
      "raw": "reduce-function-call@^1.0.1",
      "name": "reduce-function-call",
      "escapedName": "reduce-function-call",
      "rawSpec": "^1.0.1",
      "saveSpec": null,
      "fetchSpec": "^1.0.1"
    },
    "_requiredBy": [
      "/reduce-css-calc"
    ],
    "_resolved": "http://registry.npm.taobao.org/reduce-function-call/download/reduce-function-call-1.0.2.tgz",
    "_shasum": "5a200bf92e0e37751752fe45b0ab330fd4b6be99",
    "_spec": "reduce-function-call@^1.0.1",
    "_where": "/Library/WebServer/Documents/mywork/cityOperationCenter/node_modules/reduce-css-calc",
    "author": {
      "name": "MoOx"
    },
    "bugs": {
      "url": "https://github.com/MoOx/reduce-function-call/issues"
    },
    "bundleDependencies": false,
    "dependencies": {
      "balanced-match": "^0.4.2"
    },
    "deprecated": false,
    "description": "Reduce function calls in a string, using a callback",
    "devDependencies": {
      "jscs": "^2.0.0",
      "jshint": "^2.8.0",
      "jshint-stylish": "^2.0.1",
      "npmpub": "^3.1.0",
      "tap-colorize": "^1.2.0",
      "tape": "^4.0.3"
    },
    "files": [
      "CHANGELOG.md",
      "LICENSE",
      "README.md",
      "index.js"
    ],
    "homepage": "https://github.com/MoOx/reduce-function-call#readme",
    "keywords": [
      "string",
      "reduce",
      "replacement",
      "function",
      "call",
      "eval",
      "interpret"
    ],
    "license": "MIT",
    "name": "reduce-function-call",
    "repository": {
      "type": "git",
      "url": "git+https://github.com/MoOx/reduce-function-call.git"
    },
    "scripts": {
      "jscs": "jscs *.js **/*.js",
      "jshint": "jshint . --exclude node_modules --reporter node_modules/jshint-stylish/index.js",
      "release": "npmpub",
      "test": "npm run jscs && npm run jshint && tape test | tap-colorize"
    },
    "version": "1.0.2"
  }