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:
73
node_modules/uglify-to-browserify/package.json
generated
vendored
Normal file
73
node_modules/uglify-to-browserify/package.json
generated
vendored
Normal file
@@ -0,0 +1,73 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"uglify-to-browserify@~1.0.0",
|
||||
"/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/uglify-js"
|
||||
]
|
||||
],
|
||||
"_from": "uglify-to-browserify@>=1.0.0 <1.1.0",
|
||||
"_id": "uglify-to-browserify@1.0.2",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/uglify-to-browserify",
|
||||
"_npmUser": {
|
||||
"email": "forbes@lindeay.co.uk",
|
||||
"name": "forbeslindesay"
|
||||
},
|
||||
"_npmVersion": "1.3.14",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "uglify-to-browserify",
|
||||
"raw": "uglify-to-browserify@~1.0.0",
|
||||
"rawSpec": "~1.0.0",
|
||||
"scope": null,
|
||||
"spec": ">=1.0.0 <1.1.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/swig/uglify-js",
|
||||
"/uglify-js"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz",
|
||||
"_shasum": "6e0924d6bda6b5afe349e39a6d632850a0f882b7",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "uglify-to-browserify@~1.0.0",
|
||||
"_where": "/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/uglify-js",
|
||||
"author": {
|
||||
"name": "ForbesLindesay"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/ForbesLindesay/uglify-to-browserify/issues"
|
||||
},
|
||||
"dependencies": {},
|
||||
"description": "A transform to make UglifyJS work in browserify.",
|
||||
"devDependencies": {
|
||||
"source-map": "~0.1.27",
|
||||
"uglify-js": "~2.4.0"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "6e0924d6bda6b5afe349e39a6d632850a0f882b7",
|
||||
"tarball": "http://registry.npmjs.org/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz"
|
||||
},
|
||||
"homepage": "https://github.com/ForbesLindesay/uglify-to-browserify",
|
||||
"keywords": [],
|
||||
"license": "MIT",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "forbeslindesay",
|
||||
"email": "forbes@lindesay.co.uk"
|
||||
}
|
||||
],
|
||||
"name": "uglify-to-browserify",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/ForbesLindesay/uglify-to-browserify.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node test/index.js"
|
||||
},
|
||||
"version": "1.0.2"
|
||||
}
|
||||
Reference in New Issue
Block a user