main
Last change
on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago |
F4 Finalna Verzija
|
-
Property mode
set to
100644
|
File size:
1.7 KB
|
Line | |
---|
1 | {
|
---|
2 | "_from": "shebang-regex@^3.0.0",
|
---|
3 | "_id": "shebang-regex@3.0.0",
|
---|
4 | "_inBundle": false,
|
---|
5 | "_integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
|
---|
6 | "_location": "/shebang-regex",
|
---|
7 | "_phantomChildren": {},
|
---|
8 | "_requested": {
|
---|
9 | "type": "range",
|
---|
10 | "registry": true,
|
---|
11 | "raw": "shebang-regex@^3.0.0",
|
---|
12 | "name": "shebang-regex",
|
---|
13 | "escapedName": "shebang-regex",
|
---|
14 | "rawSpec": "^3.0.0",
|
---|
15 | "saveSpec": null,
|
---|
16 | "fetchSpec": "^3.0.0"
|
---|
17 | },
|
---|
18 | "_requiredBy": [
|
---|
19 | "/shebang-command"
|
---|
20 | ],
|
---|
21 | "_resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
|
---|
22 | "_shasum": "ae16f1644d873ecad843b0307b143362d4c42172",
|
---|
23 | "_spec": "shebang-regex@^3.0.0",
|
---|
24 | "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/shebang-command",
|
---|
25 | "author": {
|
---|
26 | "name": "Sindre Sorhus",
|
---|
27 | "email": "sindresorhus@gmail.com",
|
---|
28 | "url": "sindresorhus.com"
|
---|
29 | },
|
---|
30 | "bugs": {
|
---|
31 | "url": "https://github.com/sindresorhus/shebang-regex/issues"
|
---|
32 | },
|
---|
33 | "bundleDependencies": false,
|
---|
34 | "deprecated": false,
|
---|
35 | "description": "Regular expression for matching a shebang line",
|
---|
36 | "devDependencies": {
|
---|
37 | "ava": "^1.4.1",
|
---|
38 | "tsd": "^0.7.2",
|
---|
39 | "xo": "^0.24.0"
|
---|
40 | },
|
---|
41 | "engines": {
|
---|
42 | "node": ">=8"
|
---|
43 | },
|
---|
44 | "files": [
|
---|
45 | "index.js",
|
---|
46 | "index.d.ts"
|
---|
47 | ],
|
---|
48 | "homepage": "https://github.com/sindresorhus/shebang-regex#readme",
|
---|
49 | "keywords": [
|
---|
50 | "regex",
|
---|
51 | "regexp",
|
---|
52 | "shebang",
|
---|
53 | "match",
|
---|
54 | "test",
|
---|
55 | "line"
|
---|
56 | ],
|
---|
57 | "license": "MIT",
|
---|
58 | "name": "shebang-regex",
|
---|
59 | "repository": {
|
---|
60 | "type": "git",
|
---|
61 | "url": "git+https://github.com/sindresorhus/shebang-regex.git"
|
---|
62 | },
|
---|
63 | "scripts": {
|
---|
64 | "test": "xo && ava && tsd"
|
---|
65 | },
|
---|
66 | "version": "3.0.0"
|
---|
67 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.