mirror of https://github.com/lukechilds/docs.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
61 lines
1.5 KiB
61 lines
1.5 KiB
{
|
|
"_args": [
|
|
[
|
|
"performance-now@0.2.0",
|
|
"/Users/manthony/repos/docs.blockstack"
|
|
]
|
|
],
|
|
"_from": "performance-now@0.2.0",
|
|
"_id": "performance-now@0.2.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-M+8wxcd9TqIcWlOGnZG1bY8lVeU=",
|
|
"_location": "/performance-now",
|
|
"_optional": true,
|
|
"_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": "/Users/manthony/repos/docs.blockstack",
|
|
"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"
|
|
}
|
|
|