1 | {
|
---|
2 | "_args": [
|
---|
3 | [
|
---|
4 | "npm-install-checks@4.0.0",
|
---|
5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
6 | ]
|
---|
7 | ],
|
---|
8 | "_development": true,
|
---|
9 | "_from": "npm-install-checks@4.0.0",
|
---|
10 | "_id": "npm-install-checks@4.0.0",
|
---|
11 | "_inBundle": false,
|
---|
12 | "_integrity": "sha512-09OmyDkNLYwqKPOnbI8exiOZU2GVVmQp7tgez2BPi5OZC8M82elDAps7sxC4l//uSUtotWqoEIDwjRvWH4qz8w==",
|
---|
13 | "_location": "/npm-install-checks",
|
---|
14 | "_phantomChildren": {},
|
---|
15 | "_requested": {
|
---|
16 | "type": "version",
|
---|
17 | "registry": true,
|
---|
18 | "raw": "npm-install-checks@4.0.0",
|
---|
19 | "name": "npm-install-checks",
|
---|
20 | "escapedName": "npm-install-checks",
|
---|
21 | "rawSpec": "4.0.0",
|
---|
22 | "saveSpec": null,
|
---|
23 | "fetchSpec": "4.0.0"
|
---|
24 | },
|
---|
25 | "_requiredBy": [
|
---|
26 | "/npm-pick-manifest"
|
---|
27 | ],
|
---|
28 | "_resolved": "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-4.0.0.tgz",
|
---|
29 | "_spec": "4.0.0",
|
---|
30 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
31 | "bugs": {
|
---|
32 | "url": "https://github.com/npm/npm-install-checks/issues"
|
---|
33 | },
|
---|
34 | "dependencies": {
|
---|
35 | "semver": "^7.1.1"
|
---|
36 | },
|
---|
37 | "description": "Check the engines and platform fields in package.json",
|
---|
38 | "devDependencies": {
|
---|
39 | "tap": "^14.10.6"
|
---|
40 | },
|
---|
41 | "engines": {
|
---|
42 | "node": ">=10"
|
---|
43 | },
|
---|
44 | "files": [
|
---|
45 | "index.js"
|
---|
46 | ],
|
---|
47 | "homepage": "https://github.com/npm/npm-install-checks#readme",
|
---|
48 | "keywords": [
|
---|
49 | "npm,",
|
---|
50 | "install"
|
---|
51 | ],
|
---|
52 | "license": "BSD-2-Clause",
|
---|
53 | "main": "index.js",
|
---|
54 | "name": "npm-install-checks",
|
---|
55 | "repository": {
|
---|
56 | "type": "git",
|
---|
57 | "url": "git://github.com/npm/npm-install-checks.git"
|
---|
58 | },
|
---|
59 | "scripts": {
|
---|
60 | "postpublish": "git push origin --follow-tags",
|
---|
61 | "postversion": "npm publish",
|
---|
62 | "preversion": "npm test",
|
---|
63 | "test": "tap"
|
---|
64 | },
|
---|
65 | "version": "4.0.0"
|
---|
66 | }
|
---|