fdsfd
This commit is contained in:
parent
628618df89
commit
e031240dff
3749 changed files with 1120848 additions and 1 deletions
63
node_modules/pretty-hrtime/package.json
generated
vendored
Normal file
63
node_modules/pretty-hrtime/package.json
generated
vendored
Normal file
|
@ -0,0 +1,63 @@
|
|||
{
|
||||
"_args": [
|
||||
[
|
||||
"pretty-hrtime@1.0.3",
|
||||
"/d"
|
||||
]
|
||||
],
|
||||
"_from": "pretty-hrtime@1.0.3",
|
||||
"_id": "pretty-hrtime@1.0.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-t+PqQkNaTJsnWdmeDyAesZWALuE=",
|
||||
"_location": "/pretty-hrtime",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "pretty-hrtime@1.0.3",
|
||||
"name": "pretty-hrtime",
|
||||
"escapedName": "pretty-hrtime",
|
||||
"rawSpec": "1.0.3",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.0.3"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/postcss-cli",
|
||||
"/tailwindcss"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz",
|
||||
"_spec": "1.0.3",
|
||||
"_where": "/d",
|
||||
"author": {
|
||||
"name": "Rob Richardson",
|
||||
"url": "http://robrich.org/"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/robrich/pretty-hrtime/issues"
|
||||
},
|
||||
"description": "process.hrtime() to words",
|
||||
"devDependencies": {
|
||||
"jshint": "^2.9.4",
|
||||
"mocha": "^3.1.2",
|
||||
"should": "^11.1.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.8"
|
||||
},
|
||||
"homepage": "https://github.com/robrich/pretty-hrtime",
|
||||
"keywords": [
|
||||
"hrtime",
|
||||
"benchmark"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "./index.js",
|
||||
"name": "pretty-hrtime",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/robrich/pretty-hrtime.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha && jshint ."
|
||||
},
|
||||
"version": "1.0.3"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue