mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-12 02:42:48 +00:00
updated bunch of file paths and changed the way posts are loaded
This commit is contained in:
109
node_modules/uglify-js/package.json
generated
vendored
Normal file
109
node_modules/uglify-js/package.json
generated
vendored
Normal file
@@ -0,0 +1,109 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"uglify-js@^2.4.19",
|
||||
"/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/jade"
|
||||
]
|
||||
],
|
||||
"_from": "uglify-js@>=2.4.19 <3.0.0",
|
||||
"_id": "uglify-js@2.6.1",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/uglify-js",
|
||||
"_nodeVersion": "4.1.1",
|
||||
"_npmUser": {
|
||||
"email": "mihai.bazon@gmail.com",
|
||||
"name": "mishoo"
|
||||
},
|
||||
"_npmVersion": "2.14.4",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "uglify-js",
|
||||
"raw": "uglify-js@^2.4.19",
|
||||
"rawSpec": "^2.4.19",
|
||||
"scope": null,
|
||||
"spec": ">=2.4.19 <3.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/jade"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.6.1.tgz",
|
||||
"_shasum": "edbbe1888ba3525ded3a7bf836b30b3405d3161b",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "uglify-js@^2.4.19",
|
||||
"_where": "/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/jade",
|
||||
"author": {
|
||||
"email": "mihai.bazon@gmail.com",
|
||||
"name": "Mihai Bazon",
|
||||
"url": "http://lisperator.net/"
|
||||
},
|
||||
"bin": {
|
||||
"uglifyjs": "bin/uglifyjs"
|
||||
},
|
||||
"browserify": {
|
||||
"transform": [
|
||||
"uglify-to-browserify"
|
||||
]
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/mishoo/UglifyJS2/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"async": "~0.2.6",
|
||||
"source-map": "~0.5.1",
|
||||
"uglify-to-browserify": "~1.0.0",
|
||||
"yargs": "~3.10.0"
|
||||
},
|
||||
"description": "JavaScript parser, mangler/compressor and beautifier toolkit",
|
||||
"devDependencies": {
|
||||
"acorn": "~0.6.0",
|
||||
"escodegen": "~1.3.3",
|
||||
"esfuzz": "~0.3.1",
|
||||
"estraverse": "~1.5.1"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "edbbe1888ba3525ded3a7bf836b30b3405d3161b",
|
||||
"tarball": "http://registry.npmjs.org/uglify-js/-/uglify-js-2.6.1.tgz"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.8.0"
|
||||
},
|
||||
"files": [
|
||||
"LICENSE",
|
||||
"bin",
|
||||
"lib",
|
||||
"tools"
|
||||
],
|
||||
"gitHead": "15b5f70338695c435cab05b7ac2de29cad230360",
|
||||
"homepage": "http://lisperator.net/uglifyjs",
|
||||
"license": "BSD-2-Clause",
|
||||
"main": "tools/node.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "caires",
|
||||
"email": "cairesvs@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "mape",
|
||||
"email": "mape@mape.me"
|
||||
},
|
||||
{
|
||||
"name": "mishoo",
|
||||
"email": "mihai.bazon@gmail.com"
|
||||
}
|
||||
],
|
||||
"name": "uglify-js",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/mishoo/UglifyJS2.git"
|
||||
},
|
||||
"scripts": {
|
||||
"shrinkwrap": "rm ./npm-shrinkwrap.json; rm -rf ./node_modules; npm i && npm shrinkwrap && npm outdated",
|
||||
"test": "node test/run-tests.js"
|
||||
},
|
||||
"version": "2.6.1"
|
||||
}
|
||||
Reference in New Issue
Block a user