source: trip-planner-front/node_modules/ent/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.6 KB
Line 
1{
2 "_args": [
3 [
4 "ent@2.2.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "ent@2.2.0",
10 "_id": "ent@2.2.0",
11 "_inBundle": false,
12 "_integrity": "sha1-6WQhkyWiHQX0RGai9obtbOX13R0=",
13 "_location": "/ent",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "ent@2.2.0",
19 "name": "ent",
20 "escapedName": "ent",
21 "rawSpec": "2.2.0",
22 "saveSpec": null,
23 "fetchSpec": "2.2.0"
24 },
25 "_requiredBy": [
26 "/dom-serialize"
27 ],
28 "_resolved": "https://registry.npmjs.org/ent/-/ent-2.2.0.tgz",
29 "_spec": "2.2.0",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "James Halliday",
33 "email": "mail@substack.net",
34 "url": "http://substack.net"
35 },
36 "bugs": {
37 "url": "https://github.com/substack/node-ent/issues"
38 },
39 "description": "Encode and decode HTML entities",
40 "devDependencies": {
41 "tape": "~2.3.2"
42 },
43 "homepage": "https://github.com/substack/node-ent#readme",
44 "keywords": [
45 "entities",
46 "entitify",
47 "entity",
48 "html",
49 "encode",
50 "decode"
51 ],
52 "license": "MIT",
53 "main": "./index.js",
54 "name": "ent",
55 "repository": {
56 "type": "git",
57 "url": "git+https://github.com/substack/node-ent.git"
58 },
59 "scripts": {
60 "prepublish": "node build/index.js",
61 "test": "tape test/*.js"
62 },
63 "testling": {
64 "files": "test/*.js",
65 "browsers": [
66 "ie/6..latest",
67 "ff/3.5",
68 "ff/latest",
69 "chrome/10",
70 "chrome/latest",
71 "safari/latest",
72 "opera/latest"
73 ]
74 },
75 "version": "2.2.0"
76}
Note: See TracBrowser for help on using the repository browser.