source: trip-planner-front/node_modules/validate-npm-package-name/package.json@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.8 KB
Line 
1{
2 "_args": [
3 [
4 "validate-npm-package-name@3.0.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "validate-npm-package-name@3.0.0",
10 "_id": "validate-npm-package-name@3.0.0",
11 "_inBundle": false,
12 "_integrity": "sha1-X6kS2B630MdK/BQN5zF/DKffQ34=",
13 "_location": "/validate-npm-package-name",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "validate-npm-package-name@3.0.0",
19 "name": "validate-npm-package-name",
20 "escapedName": "validate-npm-package-name",
21 "rawSpec": "3.0.0",
22 "saveSpec": null,
23 "fetchSpec": "3.0.0"
24 },
25 "_requiredBy": [
26 "/npm-package-arg"
27 ],
28 "_resolved": "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-3.0.0.tgz",
29 "_spec": "3.0.0",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "zeke"
33 },
34 "bugs": {
35 "url": "https://github.com/npm/validate-npm-package-name/issues"
36 },
37 "dependencies": {
38 "builtins": "^1.0.3"
39 },
40 "description": "Give me a string and I'll tell you if it's a valid npm package name",
41 "devDependencies": {
42 "standard": "^8.6.0",
43 "tap": "^10.0.0"
44 },
45 "directories": {
46 "test": "test"
47 },
48 "homepage": "https://github.com/npm/validate-npm-package-name",
49 "keywords": [
50 "npm",
51 "package",
52 "names",
53 "validation"
54 ],
55 "license": "ISC",
56 "main": "index.js",
57 "name": "validate-npm-package-name",
58 "repository": {
59 "type": "git",
60 "url": "git+https://github.com/npm/validate-npm-package-name.git"
61 },
62 "scripts": {
63 "cov:test": "TAP_FLAGS='--cov' npm run test:code",
64 "test": "npm run test:code && npm run test:style",
65 "test:code": "tap ${TAP_FLAGS:-'--'} test/*.js",
66 "test:style": "standard"
67 },
68 "version": "3.0.0"
69}
Note: See TracBrowser for help on using the repository browser.