Blame view

node_modules/shellwords/package.json 1.47 KB
aaac7fed   liuqimichale   add
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
  {
    "_args": [
      [
        "shellwords@0.1.1",
        "/Library/WebServer/Documents/mywork/dyitoc"
      ]
    ],
    "_development": true,
    "_from": "shellwords@0.1.1",
    "_id": "shellwords@0.1.1",
    "_inBundle": false,
    "_integrity": "sha1-1rkYHBpI05cyTISHHvvPxz/AZUs=",
    "_location": "/shellwords",
    "_phantomChildren": {},
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "shellwords@0.1.1",
      "name": "shellwords",
      "escapedName": "shellwords",
      "rawSpec": "0.1.1",
      "saveSpec": null,
      "fetchSpec": "0.1.1"
    },
    "_requiredBy": [
      "/node-notifier"
    ],
    "_resolved": "http://registry.npm.taobao.org/shellwords/download/shellwords-0.1.1.tgz",
    "_spec": "0.1.1",
    "_where": "/Library/WebServer/Documents/mywork/dyitoc",
    "author": {
      "name": "Jimmy Cuadra",
      "email": "jimmy@jimmycuadra.com",
      "url": "http://jimmycuadra.com/"
    },
    "bugs": {
      "url": "https://github.com/jimmycuadra/shellwords/issues"
    },
    "dependencies": {},
    "description": "Manipulate strings according to the word parsing rules of the UNIX Bourne shell.",
    "devDependencies": {
      "jasmine-node": "~1.0.26",
      "nodewatch": "~0.1.0"
    },
    "files": [
      "lib"
    ],
    "homepage": "https://github.com/jimmycuadra/shellwords",
    "license": "MIT",
    "main": "./lib/shellwords",
    "name": "shellwords",
    "repository": {
      "type": "git",
      "url": "git://github.com/jimmycuadra/shellwords.git"
    },
    "scripts": {
      "test": "cake spec"
    },
    "version": "0.1.1"
  }