mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-12 13:41:40 +00:00
update
This commit is contained in:
94
node_modules/time-require/package.json
generated
vendored
Normal file
94
node_modules/time-require/package.json
generated
vendored
Normal file
@ -0,0 +1,94 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"time-require@0.1.2",
|
||||
"/Users/tatiana/selfdefined"
|
||||
]
|
||||
],
|
||||
"_from": "time-require@0.1.2",
|
||||
"_id": "time-require@0.1.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-+eEss3D8JgXhFARYK6VO9corLZg=",
|
||||
"_location": "/time-require",
|
||||
"_phantomChildren": {
|
||||
"has-color": "0.1.7"
|
||||
},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "time-require@0.1.2",
|
||||
"name": "time-require",
|
||||
"escapedName": "time-require",
|
||||
"rawSpec": "0.1.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.1.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@11ty/eleventy"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/time-require/-/time-require-0.1.2.tgz",
|
||||
"_spec": "0.1.2",
|
||||
"_where": "/Users/tatiana/selfdefined",
|
||||
"author": {
|
||||
"name": "Jaguard OSS",
|
||||
"email": "oss@jaguard.com",
|
||||
"url": "http://oss.jaguard.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/jaguard/time-require/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"chalk": "^0.4.0",
|
||||
"date-time": "^0.1.1",
|
||||
"pretty-ms": "^0.2.1",
|
||||
"text-table": "^0.2.0"
|
||||
},
|
||||
"description": "Displays the execution time for Node.js modules loading; inspired by @sindresorhus 'time-grunt'",
|
||||
"devDependencies": {
|
||||
"gulp": "~3.6.0",
|
||||
"gulp-cached": "~0.0.3",
|
||||
"gulp-clean": "~0.2.4",
|
||||
"gulp-docco": "~0.0.4",
|
||||
"gulp-if": "~1.0.0",
|
||||
"gulp-jasmine": "~0.2.0",
|
||||
"gulp-jscs": "~0.4.0",
|
||||
"gulp-jsdoc": "~0.1.4",
|
||||
"gulp-jshint": "~1.5.2",
|
||||
"gulp-jsonlint": "~0.0.3",
|
||||
"gulp-load-plugins": "~0.5.0",
|
||||
"gulp-markdown": "~0.1.2",
|
||||
"gulp-markdown-pdf": "~0.2.0",
|
||||
"gulp-match": "~0.0.2",
|
||||
"gulp-notify": "~1.2.5",
|
||||
"gulp-util": "~2.2.14",
|
||||
"jshint-stylish": "~0.1.5",
|
||||
"run-sequence": "~0.3.6"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.10.0"
|
||||
},
|
||||
"homepage": "https://github.com/jaguard/time-require",
|
||||
"keywords": [
|
||||
"require",
|
||||
"measure",
|
||||
"time",
|
||||
"profile"
|
||||
],
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "https://github.com/jaguard/time-require/raw/master/LICENSE"
|
||||
}
|
||||
],
|
||||
"main": "src/timeRequire.js",
|
||||
"name": "time-require",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/jaguard/time-require.git"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "gulp watch",
|
||||
"test": "gulp test"
|
||||
},
|
||||
"version": "0.1.2"
|
||||
}
|
Reference in New Issue
Block a user