source: trip-planner-front/node_modules/js-tokens/package.json@ e29cc2e

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

adding photos

  • Property mode set to 100644
File size: 1.7 KB
Line 
1{
2 "_args": [
3 [
4 "js-tokens@4.0.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "js-tokens@4.0.0",
10 "_id": "js-tokens@4.0.0",
11 "_inBundle": false,
12 "_integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
13 "_location": "/js-tokens",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "js-tokens@4.0.0",
19 "name": "js-tokens",
20 "escapedName": "js-tokens",
21 "rawSpec": "4.0.0",
22 "saveSpec": null,
23 "fetchSpec": "4.0.0"
24 },
25 "_requiredBy": [
26 "/@babel/highlight"
27 ],
28 "_resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
29 "_spec": "4.0.0",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Simon Lydell"
33 },
34 "bugs": {
35 "url": "https://github.com/lydell/js-tokens/issues"
36 },
37 "description": "A regex that tokenizes JavaScript.",
38 "devDependencies": {
39 "coffeescript": "2.1.1",
40 "esprima": "4.0.0",
41 "everything.js": "1.0.3",
42 "mocha": "5.0.0"
43 },
44 "files": [
45 "index.js"
46 ],
47 "homepage": "https://github.com/lydell/js-tokens#readme",
48 "keywords": [
49 "JavaScript",
50 "js",
51 "token",
52 "tokenize",
53 "regex"
54 ],
55 "license": "MIT",
56 "name": "js-tokens",
57 "repository": {
58 "type": "git",
59 "url": "git+https://github.com/lydell/js-tokens.git"
60 },
61 "scripts": {
62 "build": "node generate-index.js",
63 "dev": "npm run build && npm test",
64 "esprima-compare": "node esprima-compare ./index.js everything.js/es5.js",
65 "test": "mocha --ui tdd"
66 },
67 "version": "4.0.0"
68}
Note: See TracBrowser for help on using the repository browser.