333
schangxiang@126.com
2025-09-19 18966e02fb573c7e2bb0c6426ed792b38b910940
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
  "_args": [
    [
      "type-name@2.0.2",
      "E:\\ximenzi\\wms\\old\\api"
    ]
  ],
  "_development": true,
  "_from": "type-name@2.0.2",
  "_id": "type-name@2.0.2",
  "_inBundle": false,
  "_integrity": "sha1-7+fUEj2KxSr/9/QMfk3sUmYAj7Q=",
  "_location": "/type-name",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "type-name@2.0.2",
    "name": "type-name",
    "escapedName": "type-name",
    "rawSpec": "2.0.2",
    "saveSpec": null,
    "fetchSpec": "2.0.2"
  },
  "_requiredBy": [
    "/espower",
    "/power-assert-renderer-comparison",
    "/stringifier"
  ],
  "_resolved": "https://registry.npmjs.org/type-name/-/type-name-2.0.2.tgz",
  "_spec": "2.0.2",
  "_where": "E:\\ximenzi\\wms\\old\\api",
  "author": {
    "name": "Takuto Wada",
    "email": "takuto.wada@gmail.com",
    "url": "https://github.com/twada"
  },
  "bugs": {
    "url": "https://github.com/twada/type-name/issues"
  },
  "contributors": [
    {
      "name": "azu",
      "url": "https://github.com/azu"
    },
    {
      "name": "Yosuke Furukawa",
      "url": "https://github.com/yosuke-furukawa"
    },
    {
      "name": "Athan",
      "url": "https://github.com/kgryte"
    },
    {
      "name": "Andrew Moss",
      "url": "https://github.com/inversion"
    }
  ],
  "description": "Just a reasonable typeof",
  "devDependencies": {
    "browserify": "^13.0.0",
    "derequire": "^2.0.3",
    "dereserve": "^1.0.0",
    "jshint": "~2.8.0",
    "licensify": "^3.1.0",
    "mocha": "^2.4.5",
    "woothee": "^1.3.0",
    "zuul": "^3.10.1"
  },
  "directories": {
    "test": "test/"
  },
  "files": [
    "index.js",
    "build/type-name.js"
  ],
  "homepage": "https://github.com/twada/type-name",
  "keywords": [
    "type",
    "typeof"
  ],
  "license": "MIT",
  "main": "./index.js",
  "name": "type-name",
  "repository": {
    "type": "git",
    "url": "git://github.com/twada/type-name.git"
  },
  "scripts": {
    "build": "mkdir -p build && browserify index.js --plugin licensify --standalone typeName | dereserve | derequire > ./build/type-name.js",
    "lint": "jshint index.js",
    "preversion": "npm test",
    "test": "npm run lint && mocha && npm run test-es6",
    "test-es6": "./test/travis_es6.sh",
    "test-saucelabs": "zuul -- test/*.js",
    "version": "npm run build && git add -A build"
  },
  "version": "2.0.2"
}