File: /var/www/tana/frontend/node_modules/performance-now/package.json
{
  "_args": [
    [
      "performance-now@0.2.0",
      "C:\\OSPanel\\domains\\tana\\frontend"
    ]
  ],
  "_development": true,
  "_from": "performance-now@0.2.0",
  "_id": "performance-now@0.2.0",
  "_inBundle": false,
  "_integrity": "sha1-M+8wxcd9TqIcWlOGnZG1bY8lVeU=",
  "_location": "/performance-now",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "performance-now@0.2.0",
    "name": "performance-now",
    "escapedName": "performance-now",
    "rawSpec": "0.2.0",
    "saveSpec": null,
    "fetchSpec": "0.2.0"
  },
  "_requiredBy": [
    "/node-gyp/request"
  ],
  "_resolved": "https://registry.npmjs.org/performance-now/-/performance-now-0.2.0.tgz",
  "_spec": "0.2.0",
  "_where": "C:\\OSPanel\\domains\\tana\\frontend",
  "author": {
    "name": "Meryn Stol",
    "email": "merynstol@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/meryn/performance-now/issues"
  },
  "dependencies": {},
  "description": "Implements performance.now (based on process.hrtime).",
  "devDependencies": {
    "coffee-script": "~1.7.1",
    "mocha": "~1.21.0"
  },
  "homepage": "https://github.com/meryn/performance-now",
  "keywords": [],
  "license": "MIT",
  "main": "lib/performance-now.js",
  "name": "performance-now",
  "optionalDependencies": {},
  "private": false,
  "repository": {
    "type": "git",
    "url": "git://github.com/meryn/performance-now.git"
  },
  "scripts": {
    "prepublish": "npm test",
    "pretest": "make build",
    "test": "make test"
  },
  "version": "0.2.0"
}