Blame view

node_modules/performance-now/package.json 1.88 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
61
62
63
64
65
66
67
68
69
  {
    "_args": [
      [
        "performance-now@2.1.0",
        "/Library/WebServer/Documents/mywork/dyitoc"
      ]
    ],
    "_development": true,
    "_from": "performance-now@2.1.0",
    "_id": "performance-now@2.1.0",
    "_inBundle": false,
    "_integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=",
    "_location": "/performance-now",
    "_phantomChildren": {},
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "performance-now@2.1.0",
      "name": "performance-now",
      "escapedName": "performance-now",
      "rawSpec": "2.1.0",
      "saveSpec": null,
      "fetchSpec": "2.1.0"
    },
    "_requiredBy": [
      "/request"
    ],
    "_resolved": "http://registry.npm.taobao.org/performance-now/download/performance-now-2.1.0.tgz",
    "_spec": "2.1.0",
    "_where": "/Library/WebServer/Documents/mywork/dyitoc",
    "author": {
      "name": "Braveg1rl",
      "email": "braveg1rl@outlook.com"
    },
    "bugs": {
      "url": "https://github.com/braveg1rl/performance-now/issues"
    },
    "dependencies": {},
    "description": "Implements performance.now (based on process.hrtime).",
    "devDependencies": {
      "bluebird": "^3.4.7",
      "call-delayed": "^1.0.0",
      "chai": "^3.5.0",
      "chai-increasing": "^1.2.0",
      "coffee-script": "~1.12.2",
      "mocha": "~3.2.0",
      "pre-commit": "^1.2.2"
    },
    "homepage": "https://github.com/braveg1rl/performance-now",
    "keywords": [],
    "license": "MIT",
    "main": "lib/performance-now.js",
    "name": "performance-now",
    "optionalDependencies": {},
    "private": false,
    "repository": {
      "type": "git",
      "url": "git://github.com/braveg1rl/performance-now.git"
    },
    "scripts": {
      "build": "mkdir -p lib && rm -rf lib/* && node_modules/.bin/coffee --compile -m --output lib/ src/",
      "prepublish": "npm test",
      "pretest": "npm run build",
      "test": "mocha",
      "watch": "coffee --watch --compile --output lib/ src/"
    },
    "typings": "src/index.d.ts",
    "version": "2.1.0"
  }