78 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
		
		
			
		
	
	
			78 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
|  | { | ||
|  |   "_args": [ | ||
|  |     [ | ||
|  |       "resolve@1.11.1", | ||
|  |       "C:\\Users\\Administrator\\Documents\\setup-python" | ||
|  |     ] | ||
|  |   ], | ||
|  |   "_development": true, | ||
|  |   "_from": "resolve@1.11.1", | ||
|  |   "_id": "resolve@1.11.1", | ||
|  |   "_inBundle": false, | ||
|  |   "_integrity": "sha512-vIpgF6wfuJOZI7KKKSP+HmiKggadPQAdsp5HiC1mvqnfp0gF1vdwgBWZIdrVft9pgqoMFQN+R7BSWZiBxx+BBw==", | ||
|  |   "_location": "/resolve", | ||
|  |   "_phantomChildren": {}, | ||
|  |   "_requested": { | ||
|  |     "type": "version", | ||
|  |     "registry": true, | ||
|  |     "raw": "resolve@1.11.1", | ||
|  |     "name": "resolve", | ||
|  |     "escapedName": "resolve", | ||
|  |     "rawSpec": "1.11.1", | ||
|  |     "saveSpec": null, | ||
|  |     "fetchSpec": "1.11.1" | ||
|  |   }, | ||
|  |   "_requiredBy": [ | ||
|  |     "/@babel/core", | ||
|  |     "/normalize-package-data", | ||
|  |     "/ts-jest" | ||
|  |   ], | ||
|  |   "_resolved": "https://registry.npmjs.org/resolve/-/resolve-1.11.1.tgz", | ||
|  |   "_spec": "1.11.1", | ||
|  |   "_where": "C:\\Users\\Administrator\\Documents\\setup-python", | ||
|  |   "author": { | ||
|  |     "name": "James Halliday", | ||
|  |     "email": "mail@substack.net", | ||
|  |     "url": "http://substack.net" | ||
|  |   }, | ||
|  |   "bugs": { | ||
|  |     "url": "https://github.com/browserify/resolve/issues" | ||
|  |   }, | ||
|  |   "dependencies": { | ||
|  |     "path-parse": "^1.0.6" | ||
|  |   }, | ||
|  |   "description": "resolve like require.resolve() on behalf of files asynchronously and synchronously", | ||
|  |   "devDependencies": { | ||
|  |     "@ljharb/eslint-config": "^13.1.1", | ||
|  |     "eslint": "^5.16.0", | ||
|  |     "object-keys": "^1.1.1", | ||
|  |     "safe-publish-latest": "^1.1.2", | ||
|  |     "tap": "0.4.13", | ||
|  |     "tape": "^4.10.1" | ||
|  |   }, | ||
|  |   "homepage": "https://github.com/browserify/resolve#readme", | ||
|  |   "keywords": [ | ||
|  |     "resolve", | ||
|  |     "require", | ||
|  |     "node", | ||
|  |     "module" | ||
|  |   ], | ||
|  |   "license": "MIT", | ||
|  |   "main": "index.js", | ||
|  |   "name": "resolve", | ||
|  |   "repository": { | ||
|  |     "type": "git", | ||
|  |     "url": "git://github.com/browserify/resolve.git" | ||
|  |   }, | ||
|  |   "scripts": { | ||
|  |     "lint": "eslint .", | ||
|  |     "posttest": "npm run test:multirepo", | ||
|  |     "prepublish": "safe-publish-latest", | ||
|  |     "pretest": "npm run lint", | ||
|  |     "test": "npm run --silent tests-only", | ||
|  |     "test:multirepo": "cd ./test/resolver/multirepo && npm install && npm test", | ||
|  |     "tests-only": "tape test/*.js" | ||
|  |   }, | ||
|  |   "version": "1.11.1" | ||
|  | } |