mirror of
				https://scm.univ-tours.fr/22107988t/rappaurio-sae501_502.git
				synced 2025-11-04 15:25:21 +01:00 
			
		
		
		
	v1.0 du site web
This commit is contained in:
		
							
								
								
									
										99
									
								
								app/node_modules/uglify-js/package.json
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										99
									
								
								app/node_modules/uglify-js/package.json
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,99 @@
 | 
			
		||||
{
 | 
			
		||||
  "_from": "uglify-js@^3.1.4",
 | 
			
		||||
  "_id": "uglify-js@3.17.4",
 | 
			
		||||
  "_inBundle": false,
 | 
			
		||||
  "_integrity": "sha512-T9q82TJI9e/C1TAxYvfb16xO120tMVFZrGA3f9/P4424DNu6ypK103y0GPFVa17yotwSyZW5iYXgjYHkGrJW/g==",
 | 
			
		||||
  "_location": "/uglify-js",
 | 
			
		||||
  "_phantomChildren": {},
 | 
			
		||||
  "_requested": {
 | 
			
		||||
    "type": "range",
 | 
			
		||||
    "registry": true,
 | 
			
		||||
    "raw": "uglify-js@^3.1.4",
 | 
			
		||||
    "name": "uglify-js",
 | 
			
		||||
    "escapedName": "uglify-js",
 | 
			
		||||
    "rawSpec": "^3.1.4",
 | 
			
		||||
    "saveSpec": null,
 | 
			
		||||
    "fetchSpec": "^3.1.4"
 | 
			
		||||
  },
 | 
			
		||||
  "_requiredBy": [
 | 
			
		||||
    "/handlebars"
 | 
			
		||||
  ],
 | 
			
		||||
  "_resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.17.4.tgz",
 | 
			
		||||
  "_shasum": "61678cf5fa3f5b7eb789bb345df29afb8257c22c",
 | 
			
		||||
  "_spec": "uglify-js@^3.1.4",
 | 
			
		||||
  "_where": "/mnt/c/Users/docto/Downloads/Rappaurio/node_modules/handlebars",
 | 
			
		||||
  "author": {
 | 
			
		||||
    "name": "Mihai Bazon",
 | 
			
		||||
    "email": "mihai.bazon@gmail.com",
 | 
			
		||||
    "url": "http://lisperator.net/"
 | 
			
		||||
  },
 | 
			
		||||
  "bin": {
 | 
			
		||||
    "uglifyjs": "bin/uglifyjs"
 | 
			
		||||
  },
 | 
			
		||||
  "bugs": {
 | 
			
		||||
    "url": "https://github.com/mishoo/UglifyJS/issues"
 | 
			
		||||
  },
 | 
			
		||||
  "bundleDependencies": false,
 | 
			
		||||
  "deprecated": false,
 | 
			
		||||
  "description": "JavaScript parser, mangler/compressor and beautifier toolkit",
 | 
			
		||||
  "devDependencies": {
 | 
			
		||||
    "acorn": "~8.7.1",
 | 
			
		||||
    "semver": "~6.3.0"
 | 
			
		||||
  },
 | 
			
		||||
  "engines": {
 | 
			
		||||
    "node": ">=0.8.0"
 | 
			
		||||
  },
 | 
			
		||||
  "files": [
 | 
			
		||||
    "bin",
 | 
			
		||||
    "lib",
 | 
			
		||||
    "tools",
 | 
			
		||||
    "LICENSE"
 | 
			
		||||
  ],
 | 
			
		||||
  "homepage": "https://github.com/mishoo/UglifyJS#readme",
 | 
			
		||||
  "keywords": [
 | 
			
		||||
    "cli",
 | 
			
		||||
    "compress",
 | 
			
		||||
    "compressor",
 | 
			
		||||
    "ecma",
 | 
			
		||||
    "ecmascript",
 | 
			
		||||
    "es",
 | 
			
		||||
    "es5",
 | 
			
		||||
    "javascript",
 | 
			
		||||
    "js",
 | 
			
		||||
    "jsmin",
 | 
			
		||||
    "min",
 | 
			
		||||
    "minification",
 | 
			
		||||
    "minifier",
 | 
			
		||||
    "minify",
 | 
			
		||||
    "optimize",
 | 
			
		||||
    "optimizer",
 | 
			
		||||
    "pack",
 | 
			
		||||
    "packer",
 | 
			
		||||
    "parse",
 | 
			
		||||
    "parser",
 | 
			
		||||
    "uglifier",
 | 
			
		||||
    "uglify"
 | 
			
		||||
  ],
 | 
			
		||||
  "license": "BSD-2-Clause",
 | 
			
		||||
  "main": "tools/node.js",
 | 
			
		||||
  "maintainers": [
 | 
			
		||||
    {
 | 
			
		||||
      "name": "Alex Lam",
 | 
			
		||||
      "email": "alexlamsl@gmail.com"
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
      "name": "Mihai Bazon",
 | 
			
		||||
      "email": "mihai.bazon@gmail.com",
 | 
			
		||||
      "url": "http://lisperator.net/"
 | 
			
		||||
    }
 | 
			
		||||
  ],
 | 
			
		||||
  "name": "uglify-js",
 | 
			
		||||
  "repository": {
 | 
			
		||||
    "type": "git",
 | 
			
		||||
    "url": "git+https://github.com/mishoo/UglifyJS.git"
 | 
			
		||||
  },
 | 
			
		||||
  "scripts": {
 | 
			
		||||
    "test": "node test/compress.js && node test/mocha.js"
 | 
			
		||||
  },
 | 
			
		||||
  "version": "3.17.4"
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user