2.2.5 • Published 8 years ago

plasticine.js v2.2.5

Weekly downloads
10
License
MIT
Repository
github
Last release
8 years ago

Plasticine.js

Build Status Dependency Status devDependency Status Latest Stable Version NPM Downloads

Installation

$ npm install plasticine.js

or

$ npm i plasticine.js

Syntax: | Operator | Description | | :------------------------ | :----------------------------------------------------------------- | | $ | Root | | * | Wildcard. Available anywhere a name or numeric are required. | | .. | Deep wildcard. Available anywhere a name is required. | | .<name> | Dot-notated child | | ['<name> (, <name>)'] | Selecting multiple children | | [<number> (, <number>)] | Indexed child or children | | [?(<expression>)] | Filter expression. Expression must evaluate to a boolean value. | | [(<expression>)] | Expression. Expression must evaluate to a string or numeric value. |

Docs & Community

Tests

To run the test suite, first install the dependencies, then run npm test:

$ npm install
$ npm test

License

MIT

2.2.5

8 years ago

2.2.4

8 years ago

2.2.3

8 years ago

2.2.2

8 years ago

2.2.1

8 years ago

2.2.0

8 years ago

2.1.2

8 years ago

2.1.1

8 years ago

2.0.0

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

0.0.1

8 years ago