70 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
		
		
			
		
	
	
			70 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
|  | { | ||
|  |   "_args": [ | ||
|  |     [ | ||
|  |       "js-tokens@4.0.0", | ||
|  |       "C:\\Users\\Administrator\\Documents\\setup-python" | ||
|  |     ] | ||
|  |   ], | ||
|  |   "_development": true, | ||
|  |   "_from": "js-tokens@4.0.0", | ||
|  |   "_id": "js-tokens@4.0.0", | ||
|  |   "_inBundle": false, | ||
|  |   "_integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", | ||
|  |   "_location": "/js-tokens", | ||
|  |   "_phantomChildren": {}, | ||
|  |   "_requested": { | ||
|  |     "type": "version", | ||
|  |     "registry": true, | ||
|  |     "raw": "js-tokens@4.0.0", | ||
|  |     "name": "js-tokens", | ||
|  |     "escapedName": "js-tokens", | ||
|  |     "rawSpec": "4.0.0", | ||
|  |     "saveSpec": null, | ||
|  |     "fetchSpec": "4.0.0" | ||
|  |   }, | ||
|  |   "_requiredBy": [ | ||
|  |     "/@babel/highlight", | ||
|  |     "/loose-envify" | ||
|  |   ], | ||
|  |   "_resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", | ||
|  |   "_spec": "4.0.0", | ||
|  |   "_where": "C:\\Users\\Administrator\\Documents\\setup-python", | ||
|  |   "author": { | ||
|  |     "name": "Simon Lydell" | ||
|  |   }, | ||
|  |   "bugs": { | ||
|  |     "url": "https://github.com/lydell/js-tokens/issues" | ||
|  |   }, | ||
|  |   "description": "A regex that tokenizes JavaScript.", | ||
|  |   "devDependencies": { | ||
|  |     "coffeescript": "2.1.1", | ||
|  |     "esprima": "4.0.0", | ||
|  |     "everything.js": "1.0.3", | ||
|  |     "mocha": "5.0.0" | ||
|  |   }, | ||
|  |   "files": [ | ||
|  |     "index.js" | ||
|  |   ], | ||
|  |   "homepage": "https://github.com/lydell/js-tokens#readme", | ||
|  |   "keywords": [ | ||
|  |     "JavaScript", | ||
|  |     "js", | ||
|  |     "token", | ||
|  |     "tokenize", | ||
|  |     "regex" | ||
|  |   ], | ||
|  |   "license": "MIT", | ||
|  |   "name": "js-tokens", | ||
|  |   "repository": { | ||
|  |     "type": "git", | ||
|  |     "url": "git+https://github.com/lydell/js-tokens.git" | ||
|  |   }, | ||
|  |   "scripts": { | ||
|  |     "build": "node generate-index.js", | ||
|  |     "dev": "npm run build && npm test", | ||
|  |     "esprima-compare": "node esprima-compare ./index.js everything.js/es5.js", | ||
|  |     "test": "mocha --ui tdd" | ||
|  |   }, | ||
|  |   "version": "4.0.0" | ||
|  | } |