Blame view

node_modules/remove-trailing-separator/package.json 1.76 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
  {
    "_from": "remove-trailing-separator@^1.0.1",
    "_id": "remove-trailing-separator@1.1.0",
    "_inBundle": false,
    "_integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8=",
    "_location": "/remove-trailing-separator",
    "_phantomChildren": {},
    "_requested": {
      "type": "range",
      "registry": true,
      "raw": "remove-trailing-separator@^1.0.1",
      "name": "remove-trailing-separator",
      "escapedName": "remove-trailing-separator",
      "rawSpec": "^1.0.1",
      "saveSpec": null,
      "fetchSpec": "^1.0.1"
    },
    "_requiredBy": [
      "/normalize-path"
    ],
    "_resolved": "http://registry.npm.taobao.org/remove-trailing-separator/download/remove-trailing-separator-1.1.0.tgz",
    "_shasum": "c24bce2a283adad5bc3f58e0d48249b92379d8ef",
    "_spec": "remove-trailing-separator@^1.0.1",
    "_where": "/Library/WebServer/Documents/mywork/cityOperationCenter/node_modules/normalize-path",
    "author": {
      "name": "darsain"
    },
    "bugs": {
      "url": "https://github.com/darsain/remove-trailing-separator/issues"
    },
    "bundleDependencies": false,
    "deprecated": false,
    "description": "Removes separators from the end of the string.",
    "devDependencies": {
      "ava": "^0.16.0",
      "coveralls": "^2.11.14",
      "nyc": "^8.3.0",
      "xo": "^0.16.0"
    },
    "files": [
      "index.js"
    ],
    "homepage": "https://github.com/darsain/remove-trailing-separator#readme",
    "keywords": [
      "remove",
      "strip",
      "trailing",
      "separator"
    ],
    "license": "ISC",
    "main": "index.js",
    "name": "remove-trailing-separator",
    "repository": {
      "type": "git",
      "url": "git+https://github.com/darsain/remove-trailing-separator.git"
    },
    "scripts": {
      "lint": "xo",
      "pretest": "npm run lint",
      "report": "nyc report --reporter=html",
      "test": "nyc ava"
    },
    "version": "1.1.0"
  }