1 | {
|
---|
2 | "_args": [
|
---|
3 | [
|
---|
4 | "performance-now@2.1.0",
|
---|
5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
6 | ]
|
---|
7 | ],
|
---|
8 | "_development": true,
|
---|
9 | "_from": "performance-now@2.1.0",
|
---|
10 | "_id": "performance-now@2.1.0",
|
---|
11 | "_inBundle": false,
|
---|
12 | "_integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=",
|
---|
13 | "_location": "/performance-now",
|
---|
14 | "_phantomChildren": {},
|
---|
15 | "_requested": {
|
---|
16 | "type": "version",
|
---|
17 | "registry": true,
|
---|
18 | "raw": "performance-now@2.1.0",
|
---|
19 | "name": "performance-now",
|
---|
20 | "escapedName": "performance-now",
|
---|
21 | "rawSpec": "2.1.0",
|
---|
22 | "saveSpec": null,
|
---|
23 | "fetchSpec": "2.1.0"
|
---|
24 | },
|
---|
25 | "_requiredBy": [
|
---|
26 | "/request"
|
---|
27 | ],
|
---|
28 | "_resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz",
|
---|
29 | "_spec": "2.1.0",
|
---|
30 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
31 | "author": {
|
---|
32 | "name": "Braveg1rl",
|
---|
33 | "email": "braveg1rl@outlook.com"
|
---|
34 | },
|
---|
35 | "bugs": {
|
---|
36 | "url": "https://github.com/braveg1rl/performance-now/issues"
|
---|
37 | },
|
---|
38 | "dependencies": {},
|
---|
39 | "description": "Implements performance.now (based on process.hrtime).",
|
---|
40 | "devDependencies": {
|
---|
41 | "bluebird": "^3.4.7",
|
---|
42 | "call-delayed": "^1.0.0",
|
---|
43 | "chai": "^3.5.0",
|
---|
44 | "chai-increasing": "^1.2.0",
|
---|
45 | "coffee-script": "~1.12.2",
|
---|
46 | "mocha": "~3.2.0",
|
---|
47 | "pre-commit": "^1.2.2"
|
---|
48 | },
|
---|
49 | "homepage": "https://github.com/braveg1rl/performance-now",
|
---|
50 | "keywords": [],
|
---|
51 | "license": "MIT",
|
---|
52 | "main": "lib/performance-now.js",
|
---|
53 | "name": "performance-now",
|
---|
54 | "optionalDependencies": {},
|
---|
55 | "private": false,
|
---|
56 | "repository": {
|
---|
57 | "type": "git",
|
---|
58 | "url": "git://github.com/braveg1rl/performance-now.git"
|
---|
59 | },
|
---|
60 | "scripts": {
|
---|
61 | "build": "mkdir -p lib && rm -rf lib/* && node_modules/.bin/coffee --compile -m --output lib/ src/",
|
---|
62 | "prepublish": "npm test",
|
---|
63 | "pretest": "npm run build",
|
---|
64 | "test": "mocha",
|
---|
65 | "watch": "coffee --watch --compile --output lib/ src/"
|
---|
66 | },
|
---|
67 | "typings": "src/index.d.ts",
|
---|
68 | "version": "2.1.0"
|
---|
69 | }
|
---|