12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- {
- "_args": [
- [
- "performance-now@0.2.0",
- "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
- ]
- ],
- "_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": [
- "/request"
- ],
- "_resolved": "https://registry.npmjs.org/performance-now/-/performance-now-0.2.0.tgz",
- "_spec": "0.2.0",
- "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
- "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"
- }
|